question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sheet generation is slow

See original GitHub issue

Hi,

When I’m adding new spreadsheet it takes about 12 seconds add a single row with 10 columns - it’s very slow. I’m using update_cell for every cell being added in a single row. Is it possible to speed it up? If so, how?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
xinweiliusccommented, May 5, 2016

I am having same issue with append_row though… around 5~10 seconds per append…

Is it because of the same problem?

0reactions
msuozzocommented, Apr 17, 2016

It was even slower before. The nature of the API is such that the insert operation will be a slow one for large spreadsheets.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solving Slow Excel Generation using Apache POI
Hey,. Problem statement: I have a feature of exporting data into excel file (.xls format, older version is supported). In that excel sheet...
Read more >
10 Tricks to Fix Slow Excel Spreadsheets (Speed-up Excel)
In this tutorial, you will learn 10 tips to speed-up slow excel spreadsheets. Excel spreadsheets tend become heavy and slow as you load...
Read more >
java - writing many records into an excel file can get very slow
After writing 100k of records it becomes slower and slower and then breaks at the end.
Read more >
Excel is slow? Here are possible causes and ways to make ...
Excel is slow? Here are possible causes and ways to make Excel run faster · The magic of live formulas has its toll...
Read more >
c# - Creating Excel document is very slow
The problem I am having is that it's pretty slow, like 5 seconds a sheet. It was my understanding that using a for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found