Large Spreadsheet #402
Replies: 2 comments 15 replies
-
Hi there. Sounds like a job for the new processLargeFile() method. I wrote a blog post on it a few weeks ago. |
Beta Was this translation helpful? Give feedback.
-
OK, I'm pretty stumped. Yesterday I was using read() to read the workbook. Then I could use setCellValue to change the state and zip, and use getCellValue on a column to use the state and zip in the formula. It worked fine, but was slow. In order to try the newer readLargeFile and processLargeFile functions, I installed the latest library. Now I can change the state and zip, but the value in the lookup cell doesn't change. Did something change with the newer versions? I even tried calling the older version and it stopped working also. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Love this tool. I've been using it for several years. Mostly I've just read from a spreadsheet and imported the data into a database.
I have a project with a rather large xlsx file, about 7MB. It has about 8 sheets, some containing hundreds of thousands of rows. One sheet does lookups after entering some data. The rest just hold data.
It takes about 10-15 seconds to load that sheet, update the cells, and read the results.
I tried to load the sheet as a query and it blows up the server every time. I'm also worried about the resources required. The app isn't facing the public, but will be used by several sales reps at once.
Im just wondering if anyone has any tips on how I can speed this up and reserve resources. It will save a ton of work if I don't have to move all this data into a database and write queries.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions