Open ghost opened 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
exception.what: bad allocation
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