codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Terribly Slow #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get an excel file with 700 rows and with about 30 to 40 columns
2. Write a code that will extract each cell in each row and write it to a 
String variable using StringBuilder.
3. Observe the running time.

What is the expected output? What do you see instead?
Expecting to complete a way faster.

What version of the product are you using? On what operating system?
Running .NET 4.0. The file is an Excel 2003 .xls format.

Please provide any additional information below.

Original issue reported on code.google.com by brig...@gmail.com on 6 Jun 2011 at 9:18

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Sorry it was my code. You may close this issue. Thanks.

Original comment by brig...@gmail.com on 6 Jun 2011 at 10:31

GoogleCodeExporter commented 8 years ago
No problem.

Original comment by paulyo...@gmail.com on 6 Jun 2011 at 1:28