json2xls
json2xls copied to clipboard
canonically transform json to an excel document
Using object-path with a default value for when there are '.' in the column header but it is not a nested object reference
Is there any way to freeze the headers of the exported excel.
Is it possible to set the columns headers to something other than the key ? best regards, Christophe
I added the date support, by modifying your code and excel-export's one. Here is the excel-export's index.js : Line 139, I added a function a call it in the addDateCol....
When I try to read a file downloaded using your module (using the npm package XLXS and specifically `XLSX.utils.sheet_to_json`) there is is no data read. However if I make a...
Added custom config or global config to use style.xml. Then we can use in config : ``` var conf = { style: 'excel-style.xml', width: 50, captionStyleIndex: 1, beforeCellWrite: function (row,...
There is a fork of the original node-excel project that adds hyperlink support. I modified the code for this project to reference that instead and then added some code to...