Import csv data into google sheets using apps script
问题 I would like to import a csv file into Google Sheets using Apps Script. I would like to add the csv file to be read to the existing tab "csv_data" after the last line. Can someone help me? I am a starting apps script user. Thank you in advance for your help! GJM 回答1: There is a useful method, called Utilities.parseCsv() If your csv file is located on your Google drive, you can import and append it e.g. by attaching to your spreadsheet a bound script with the following content: function