Rajesh Karunakaran
Programmer
Hi friends,
I am reading an XLSX file using VFPxWorkbookXLSX class. A file with around 1800 rows took around 100 seconds to open.
Means, I checked time before and after the
call
However, after that it reads the rows in lightning spead.
I am not sure if the XLSX itself has some problem!
(This is the same file which I was discussing in my earlier post on this XLSX class but for another issue. Those who have gone through must have understood already)
Does the class load full content of the file onto memory before setting it ready for further processing?
I mean, is this behavior known and the reason?
Rajesh
I am reading an XLSX file using VFPxWorkbookXLSX class. A file with around 1800 rows took around 100 seconds to open.
Means, I checked time before and after the
Code:
lnWb = loExcel.OpenXlsxWorkbook(mySourceFile)
However, after that it reads the rows in lightning spead.
I am not sure if the XLSX itself has some problem!
(This is the same file which I was discussing in my earlier post on this XLSX class but for another issue. Those who have gone through must have understood already)
Does the class load full content of the file onto memory before setting it ready for further processing?
I mean, is this behavior known and the reason?
Rajesh