LuisEnMarroquin / json-as-xlsx

Create excel from json npm package
https://www.npmjs.com/package/json-as-xlsx
MIT License
158 stars 24 forks source link

Export table data to Excel #100

Open sadashivm opened 3 weeks ago

sadashivm commented 3 weeks ago

Hello,

How to export table data to excel? I'm not seeing any example in your documentation. Can you please help me?

I guess internally you used xlsx library. in SheetJs documentation they are given example like,

image image

https://docs.sheetjs.com/docs/

how to implement above feature in your npm package?

I have one more question like, how to add multiple headers using your package?

image

In the above example first two rows are headers and 3rd rows onwards data.

Can you please tel me how to do that?