brechtsanders / xlsxio

XLSX I/O - C library for reading and writing .xlsx files
MIT License
417 stars 112 forks source link

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

Open Victoriayhk opened 5 years ago

Victoriayhk commented 5 years ago

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.

brechtsanders commented 4 years ago

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?