xlsxio
xlsxio copied to clipboard
core dump when open a sheet named in unicode(Chinese)
my xlsx file has a only sheet with a chinese name('批量导入'), and my code core-dumped at 'xlsxioreadersheet sheet = xlsxioread_sheet_open(xlsxioread, NULL, XLSXIOREAD_SKIP_EMPTY_ROWS);', but it runs ok on an ascii-code named sheet.
I was not able to reproduce your issue with a recent version of XLSX I/O. Can you please check if this issue is fixed for you now?