Sheetjs: How to Sort using this library?

Created on 20 Aug 2018  路  2Comments  路  Source: SheetJS/sheetjs

Hello,

I am unable to locate in documentation Sort facility, is that available if yes how to use it?

Most helpful comment

@nitingautam can we close this?

All 2 comments

Depends on what you mean by sort. If you mean sort the data, just do that before giving it to the library. If you mean to change the order of the columns, you can pass a headers parameter to specify the order if you use json as the data source. If you want to add those sort/filter icons to the document, use the worksheet's !autosort attribute with {ref:[your range here]},

@nitingautam can we close this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

upasana-shah picture upasana-shah  路  4Comments

lxzhh picture lxzhh  路  3Comments

HachimDev picture HachimDev  路  3Comments

dullin picture dullin  路  3Comments

sangpuion picture sangpuion  路  3Comments