natergj / excel4node

Node module to allow for easy Excel file creation
MIT License
1.38k stars 215 forks source link

table support (worksheet/tableParts and table) #312

Open ArthurDumas opened 4 years ago

ArthurDumas commented 4 years ago

I just started using excel4node and it is a terrific library!

My feature request is to add table support as defined here:

I did a folder compare on the xlsx content for a simple example with and without a single table on a single worksheet.

The worksheet root element has a tableParts element which has a tablePart element. There is a new xml file in the "tables" folder with root element table.