json2xls icon indicating copy to clipboard operation
json2xls copied to clipboard

enable hyperlink columns if value starts with https?:

Open ripvannwinkler opened this issue 9 years ago • 0 comments

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.

ripvannwinkler avatar May 27 '15 21:05 ripvannwinkler