Closed playgithub closed 2 years ago
std::stringstream ss
xlnt::workbook wb(ss)
xl/worksheets/sheet1.xml:60:350: error: unexpected attribute 'http://www.w3.org/XML/1998/namespace#space'
BTW, download the xlsx to a file, and construct workbook from the file throws the same exception.
UPDATE I've tried https://github.com/brechtsanders/xlsxio, it works with the same xlsx file/memory.
I can't download the file. And this issue is quite old. I'm going to close it.
std::stringstream ss
xlnt::workbook wb(ss)
BTW, download the xlsx to a file, and construct workbook from the file throws the same exception.
UPDATE I've tried https://github.com/brechtsanders/xlsxio, it works with the same xlsx file/memory.