-
Couldn't load subscription status.
- Fork 4
Description
Awesome work on the library, i tried it and so far it exceeds my expectations in both perf and memory usage (compared to xlsx/sheetjs).
I'm wondering if this library would like to introduce higher level api's for easily transforming js array of objects /objects of arrays into excel tables with proper formatting.
Currently the library only provides wrappers for the xlsx-writer lib, but maybe it should also provide higher level api's that are useful in the js world. I think that would make this library more useful for the js ecosystem.
I realize this can be done manually with the existing lower level api's, but it requires a lot of code and adding another library on top might make it difficult to maintain.
In addition I would like to create an excel table out of Apache Arrow data as efficiently as possible, any clues/hints on that?