xlsx-template icon indicating copy to clipboard operation
xlsx-template copied to clipboard

A NodeJS module to generate Excel files in .xlsx format from a template created with Excel itself

Results 82 xlsx-template issues
Sort by recently updated
recently updated
newest added

When creating a table, its insert new rows. Is there a way to make the table stop inserting new rolls and writing to the cells below?

First, thanks for this awesome package. I have use some function of Workbook in my program under Typescript environment since version 0.5.0. Recently, I upgrade to latest version and found...

bug

Dear Team, I export to excel with a string (" HelloWorld"), but when display on excel is missed a space ("HelloWorld"). I want keep value origin.Could you help me,please ?...

Hi! First of all thanks for super helpful lib Is it possible to rename sheet? Thanks!

I was trying to create a file only in memory and download it, and it took me hours to figure it out, i couldn't find anything even in Stack Overflow...

```node.js let template = new XLSXTemplate(_templateFileBuffer); //_templateFileBuffer obtained from reading a .xlsx file template.sheets.forEach((sheet) => template.substitute(sheet.name, context)); let buffer = template.generate({type : 'nodebuffer'}); //then buffer is saved to a file...

Is it possible to replace the whole table with a single placeholder like ${table:people} ?

Please tell me how to insert columns (month_1, ..., month_N) from an array if their number is initially unknown? The number of columns I can have from 1 to N,...

It would be great also to specify some basic styling for a content.

That would be awesome!

enhancement