How to set Excel cell format as text using JavaScript in browser
I'm trying to export a CSV file using javascript in browser, but numbers are shown in abbreviation format when opening with Excel. 1618088339444340 --> 1.61809E+15
How can I set excel cell format using JS in browser, no NodeJS please.