natergj / excel4node

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

Reuse same WB without creating new one every time #221

Closed Alex-Ferreli closed 6 years ago

Alex-Ferreli commented 6 years ago

Hi natergj, thanks for the library! Lock awesome and complete.

I would create a template without data, only setting styles to every cells and would reuse the same template every time i need it. It's possible export in a module a WB and select again a WS to add data to interested cells? Should be more fast too because it didn't re-run the same code to create the same template over and over.

Reading the documentation it didn't seems possible, but i didn't see issue opened like this, maybe i'm missing something.

Thanks in advance!

natergj commented 6 years ago

Hi @Alex-Ferreli, This is one of the more requested versions, so I am slating it for the next major version. I am tracking that in https://github.com/natergj/excel4node/issues/33 so I'm going to close this issue as a duplicate.

Alex-Ferreli commented 6 years ago

Sorry, i had searched for a similar issue but didn't found it.