Javascript – Remove quote marks from excel cells using node xlsx
I'm using node-xlsx to try and write a simple data structure to a new Excel file. When it gets written, I see no quotation marks around the cell data yet when I upload the file into a browser using automation,…