Jaynish007

Results 2 comments of Jaynish007

> same issue here with this example > https://github.com/securedeveloper/react-data-export/blob/HEAD/examples/simple_excel_export_02.md Did anybody find solution?

> Following data formulation worked for me. > > ``` > const data = [ { columns: [title: "Title"], data: [ [value: "Value"] ] } ] > ``` > >...