node-excel-export icon indicating copy to clipboard operation
node-excel-export copied to clipboard

Results 28 node-excel-export issues
Sort by recently updated
recently updated
newest added

Changes: - Added property in specification to hide a column.

Consider the following snippet to replicate the issue: Environment NodeJS v13 + ``` import excelExport from 'node-excel-export'; const specification = { col1: {displayName: 'COL1', cellStyle: { fill: { fgColor: {...

Does this plugin has RTL support Thank you

How can I add a HYPERLINK to xlsx file

Hi , I want to add multiple Hyperlink URLs in single cell. can you tell me how to do that. Thanks Santhosh

I would like to know if is possible to create xlsx with hyperlink and put images on sheet too.

Would it be possible to export as older xls format

After exporting excel i noticed that a new row was added, not sure where that data came from, data is ok. `var specs = { UnitId: {width:80}, type: {width:100},fecha: {width:200},...