tfussell / xlnt

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

long time in open function #527

Closed mmbprog closed 3 years ago

mmbprog commented 3 years ago

hi where i want open some xlsx file it took a long time without any response ...

xlnt::workbook wb; try { wb.load(_path); }catch (...){}

tfussell commented 3 years ago

Closing in favor of https://github.com/tfussell/xlnt/issues/524