excel4node icon indicating copy to clipboard operation
excel4node copied to clipboard

Add ability to create advanced Excel worksheet features.

Open TRex22 opened this issue 10 years ago • 10 comments

Could you look into adding additional features to your library such as graphs and the ability to create data tables from columns and rows.

TRex22 avatar Feb 12 '15 02:02 TRex22

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.

natergj avatar Feb 18 '15 15:02 natergj

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 avatar Feb 18 '15 15:02 TRex22

@TRex22 since you didn't had to, maybe you could submit a PR :wink:

ivantodorovich avatar Feb 01 '16 17:02 ivantodorovich

Has this been lost?

JemiloII avatar Aug 19 '16 20:08 JemiloII

... 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

TRex22 avatar Sep 08 '16 14:09 TRex22

Maybe this charts project can be integrated? https://github.com/objectum/xlsx-chart It uses graph templates and inserts user data as required.

tokmakoff avatar Mar 11 '17 01:03 tokmakoff

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?

gal664 avatar Nov 18 '18 09:11 gal664

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!

ThisIsRuddy avatar Oct 26 '20 14:10 ThisIsRuddy

@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 .

shubhamseth29 avatar Jun 06 '22 06:06 shubhamseth29