json2xls
json2xls copied to clipboard
enable hyperlink columns if value starts with https?:
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 the beforeCellWrite to detect cell values that look like links and make them hyperlink cells instead of string.