xlsxio icon indicating copy to clipboard operation
xlsxio copied to clipboard

core dump when open a sheet named in unicode(Chinese)

Open Victoriayhk opened this issue 6 years ago • 1 comments

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.

Victoriayhk avatar May 07 '19 05:05 Victoriayhk

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?

brechtsanders avatar Apr 01 '20 21:04 brechtsanders