View Ticket
Not logged in
Ticket Hash: 3bfc57016fdd9d9b9b9896ab344e48cef7623e7e
Title: cannot open .xlsx file with columns more than 700
Status: Open Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2024-08-14 09:28:57
Version Found In: 2.0.0
User Comments:
anonymous added on 2024-08-14 07:18:00:

Hi, thanks for your work!

I cannot open the big .xlsx files with multiple columns(more than 700 I guess).to reproduce:

  1. creat a .xlsx file with 725 columns;
  2. build the freexl 2.0.0
  3. try open that file.

I can reproduce it also on Linux and Windows.thanks.


anonymous added on 2024-08-14 09:28:57:

Hi, thanks for your work!

I cannot open the big .xlsx files with multiple columns(more than 700 I guess).to reproduce:

  1. creat a .xlsx file with 725 columns;
  2. build the freexl 2.0.0
  3. try open that file.

it may because the find_col_no function can olny find max col as "ZZ" with twp alphabet? I can reproduce it also on Linux and Windows.thanks.