LuisEnMarroquin / json-as-xlsx

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

Add multiple tables to the same sheet #70

Open OmerDital opened 1 year ago

OmerDital commented 1 year ago

Is it possible to add two tables to the same sheet? also is it possible to add table title?

waldirmarques commented 1 year ago

It would be extremely important to have the feature of two tables in the same sheet :)...

Is it feasible to have this functionality?

RickEyre commented 1 year ago

I also need this feature. Any plans to add this or to accept a pull request if one is made?

LuisEnMarroquin commented 1 year ago

Hi there, I think it's possible to do it, I will happily accept any PR with that

ChronicStone commented 11 months ago

Hi @OmerDital @waldirmarques @RickEyre

I'm working on a new lib that wraps SheetJs, inspired by json-as-xlsx but with very strong type-safety & various extra features. I just implemented multi-table sheets, and I'd like to know more about yall needs for this features.

My main questions being :

EDIT: For those interested, typed-xlsx now fully supports multiple tables per sheet, with layout control (either linear or grid-like with X tables per row) along with lots of other features Repo : https://github.com/ChronicStone/typed-xlsx