hi guys,
what is the best practice around exporting to XLSX ? I’m looking at sheetjs (https://github.com/SheetJS/js-xlsx), but will be willing to look at anything.
there are these concepts of “virtual rendering” which are causing some issues while export. I’m not sure if I have do something to get this to work well
currently we’re offering only an export to .csv https://github.com/SheetJS/js-xlsx looks promising for a first glace but I’ve never used it so I can’t say how it would handle Handsontable.
It’s off topic but since externals work well with Handsontable … Perl has two modules that
allow you to programatically export your data directly into an xsl or xslx spreadsheet with
as many tabs as needed.
UPDATE! As of v17.1, Export to Excel is now supported! You can download the file to the user’s machine, or export it as a blob for upload to your backend. The exported file respects the same column filters and sorting that the user sees.