Hello there! Thank you for creating this library. It has been very helpful.
Does this library currently support header groups? I am using react-table to render tables with header groups that look like this (this table goes on until December):
The JSON input for react-table looks something like this:
Hello there! Thank you for creating this library. It has been very helpful.
Does this library currently support header groups? I am using
react-table
to render tables with header groups that look like this (this table goes on until December):The JSON input for
react-table
looks something like this:By setting up
react-table
'scolumns
parameter in a nested manner, I am able to make the table seen above.Given the data structure above, is it possible for me to export an excel file that looks like the example?