skip to Main Content

Javascript – Parse CSV number as text

I am trying to import the following CSV data into a Google Sheet, preserving the number format "0001,0002,0003" as a string. CSV file 0001,0002,0003 test,test2,test3 I tried using Tanaike's code: Google Sheets Import CSV popup function importCsv(e){ if (!e) {…

VIEW QUESTION
Back To Top
Search