I have to import a csv file in Google spreadsheet, from where the records have to push to Cloud SQL. I have following question:
- Google Spreadsheet limit is "Number of cells: 400,000" . My csv may have data larger than the limit.What could be the alternate to load the complete csv data to spreadsheet?
- I get Exceeded Maximum Execution time error when trying to import CSV to Google spreadsheet(referred the tutorial provided by Google).How the code provided can be improved to avoid the error.