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

while put value `2023-08-09 14:44:32` into template ${datetime} on which cell format `YY-MM-DD`, you will get `2023-08-09 14:44:32` instead of `2023-08-09`

So in my table I have one row that is formatted as hh:mm, which I'm filling with a string. I've tried using strings in both the hh:mm and hh:mm:ss format,...

Hi! I'm using ${table:...:image}, the cell in the xlsx template is centered vertically and horizontally, but when I run the code the images are placed at the top left. I...

Hi! I'm using version 1.3.0 of xlsx-template but I can't make images work. This is my .docx template: | My image: | ${image:imageName} | Just like in the example, and...

If in your sheet1 you have a substitution in A1 like: | ${mykey} | And, in sheet2, you have a formula like `=sheet1!A1` in B2, after running xlsx-template substitution, the...

node_modules/xlsx-template/lib/index.d.ts(18,1): error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier. node_modules/xlsx-template/lib/index.d.ts(63,76): error TS2538: Type 'OutputByType' cannot be used as an index type. node_modules/xlsx-template/lib/index.d.ts(126,1):...

hi i have this error with 1.3.2 and can t get any image working with any other version :( ` TypeError: Cannot read properties of null (reading 'asText') 1|extranet-api |...

If I write in the template ${image:xxxxxxx} then Excel 2007 cannot be opened and throw an Error ![image](https://user-images.githubusercontent.com/57699220/155272709-d0609db4-58fd-4a81-8439-265fcf351499.png), ![image](https://user-images.githubusercontent.com/57699220/155272731-035dcc5b-946c-43a8-b17d-29394ff4d413.png)

Is the export image URL supported?