excel4node
excel4node copied to clipboard
Add ability to create advanced Excel worksheet features.
Could you look into adding additional features to your library such as graphs and the ability to create data tables from columns and rows.
graphs and pivot tables were something that my users have asked for, too. I'm putting this as an enhancement request. I'm finishing up with a big project right now, so it'll be a few weeks before I'll be able to work on new features for the library.
Cool. I look forward to adding the new features to my app. I was contemplating writing my own xml parser but I really did not want to do that.
@TRex22 since you didn't had to, maybe you could submit a PR :wink:
Has this been lost?
... I haven't had time to work on my library and therefore add to excel4node .... Im planning on using it for a system Im building, just quite busy the next few months
Maybe this charts project can be integrated? https://github.com/objectum/xlsx-chart It uses graph templates and inserts user data as required.
Pivot tables please?
I assume that this feature is not existing yet.. it's a shame, this library is the best I've found and the only thing missing for me is inserting a chart into one of my worksheets..
can anyone update if this is feature will be done anytime soon?
Any news on Data Table support? Microsoft NAV uses import specific generated Excel templates using Data Tables for general CRUD operations. Currently, I have not been able to find any node-based library that can add data to these tables without breaking them. I have built some microservices to provide some synchronization reporting which I want to generate 'ready to import' excel files and this is the only thing holding me back! Many thanks in advance!
@gal664 @tokmakoff Since charts are not added to this , can you guys recommend any other library that does all this and handle charts as well, I used XLS-chart , but charts created with it are not read in any other library when I read file , only data of charts is read .