I have an Excel spreadsheet with over a million rows that I would like to have as a Google sheet.
I tried uploading the file as a CSV to my Google drive, which worked. Then I tried opening it as a Google sheet, but that took over 2 days and didn't open.
I tried copying and pasting from the CSV into the Google sheet. The page keeps saying it is unresponsive, I say wait and that loop continues. I'm not sure if this is the right approach or how long to expect to wait.
Can Google sheets access my hard drive? Is there some code I could write in Google sheets to upload the records one at a time?
I'm willing to wait as long as it takes. Maybe there's a better approach I am missing?
I can code in VBA. Is there some way excel could write to a Google sheet?
Ultimately, I would like to access the data in a Google ad script. I saw Google ad scripts can access Google sheets hence my approach. But, if there is another Google cloud solution I can upload the data to, I am also open to that.
Thanks