You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have repeating issue with loading of XLS files that were generated by some application (I do not have technical details) where exactly first 255 rows are red.
However when I open and save this file in the Excel, all lines all loaded properly.
This must be some race condition or unexpected error in the input file, but since I want to implement automated imports I'd like to resolve the issue.
I can not share the sample excel file (contains company data) but I can try to investigate and maybe provide a fix if some will point me in a good direction.
I will investigate anyway, but any help is appreciated :-)
Regards
The text was updated successfully, but these errors were encountered:
Sorry, cancel the alarms, this in not issue of Roo but Spreadsheet library.
For unknown reason the rows are red from the file, but dimensions variable is not calculated
and .each method (using those dimensions) in Worksheet class only return first 255 records to Roo.
As workaround I have forced the dimension calculation in Roo::Excel class by adding line 248 in "read_cells"
I have repeating issue with loading of XLS files that were generated by some application (I do not have technical details) where exactly first 255 rows are red.
However when I open and save this file in the Excel, all lines all loaded properly.
This must be some race condition or unexpected error in the input file, but since I want to implement automated imports I'd like to resolve the issue.
I can not share the sample excel file (contains company data) but I can try to investigate and maybe provide a fix if some will point me in a good direction.
I will investigate anyway, but any help is appreciated :-)
Regards
The text was updated successfully, but these errors were encountered: