If you loves working on Google suits, i am sure you work on Google Apps script which is based on JavaScript. While working on Google Apps Script (GAS) you have came across situation where you have two list or array and you want to loop over each item one by one. Here in this post […]
Import CSV file data to Google Spreadsheet using Google Apps Script
Google Apps Script is a powerful development platform by Google, where you code in JavaScript and can easily access built-in libraries for your favorite G Suite applications like Gmail, Calendar, Drive, and more to create enhanced option/functionalities which are not available. directly. Here in this post, we’ll see how we can Import CSV file data […]