protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
833 stars 416 forks source link

Add autofilter or sort properties #49

Open zuk38 opened 7 years ago

zuk38 commented 7 years ago

Hello. Could You make change from this issue: https://github.com/SheetJS/js-xlsx/issues/472

juanjuaner commented 6 years ago

@pietersv I'm stuck in this too, could you help to merge SheetJS about this feature?

pietersv commented 6 years ago

@juanjuaner If the goal is simply to add autofilter/sort to a workbook you've generated, and you don't need to read an existing workbook, you might consider msexcel-builder (https://github.com/protobi/msexcel-builder)