Hi,
I want to export data to excel sheet with no frozen rows.
https://stackblitz.com/edit/paramquery-demo-ndv8i4?file=index.js I have put an example in the above link.
I tried to change the frozenRows to 0 when "workbookReady" event is triggered, and as I open the excel file, I get the error message of wrong format.
I think there should an exception for 0 frozenRow.
Or is there a way to use frozenRows=0 when exporting to excel?