Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XLSX.write() taking too long #33

Open
irfanyounas opened this issue Jun 28, 2014 · 0 comments
Open

XLSX.write() taking too long #33

irfanyounas opened this issue Jun 28, 2014 · 0 comments

Comments

@irfanyounas
Copy link

Hi,
I have tried to write 3 columns and N number of rows, below we can see the time taken (on my i3 machine):

N --------------- TIME (s)
10000 --------------- 9
20000 --------------- 35
30000 --------------- 90
65000 --------------- 453

We can see that as we increase the number of rows, the time taken by the write() function increases dramatically (its not linear), its taking too long for 65000 records.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant