react-excel-renderer
react-excel-renderer copied to clipboard
The column headings doesn't get situated correctly
as u can see the column headings aren't where they should be
On the OutTable component add the property withZeroColumn={true}
Go \node_modules\react-excel-renderer\src\index.js copy everything paste it to your work page and fix indexing problem (i+1 or find another way)
this way you can use different tables, datagrid material ui etc.