xlsxio
xlsxio copied to clipboard
XLSX I/O - C library for reading and writing .xlsx files
The pre compiled 32-bit DLL file cannot be executed properly with error 0xc000007b. The 64 bit DLL file can be used normally. 预编译的32位动态库不能用,运行时报错0xc000007b,切换至64位工程,64位DLL可正常使用
Hello... great command line tool. I don't know if I'm doing it right, but xlsxio_xlsx2csv.exe doesn't import .xls. I could make this adjustment so that it's both xlsx/xls that does...
xlsxioread_sheet_last_row_index() does not work while xlsxioread_sheet_last_column_index() works. xlsxioread_sheet_last_row_index() gives 0 no matter how many times xlsxioread_sheet_next_row() is called. I have seen the code but when xlsxioread_sheet_next_row() is called it does...