tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.49k stars 418 forks source link

XLNT Doesn't load exce file more than ~12,8 mb #524

Open ghost opened 3 years ago

ghost commented 3 years ago

XLNT Doesn't load exce file more than ~12,8 mb:

xlnt::workbook my_worbook;
xlnt::worksheet my_sheet;

my_worbook.load(my_path); //An exception is thrown here

ghost commented 3 years ago

exception.what: bad allocation