You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creates an empty csv file called "sheet4.csv" even if there is no sheet in the xlsx file with sheetid=4. It seems to create the file, THEN raise the exception.
The command-line version works as expected, and returns the "Sheet with index 4 not found or can't be handled" message without actually creating the sheet4.csv file.
The text was updated successfully, but these errors were encountered:
It seems, unless I'm interpreting this incorrectly, that
Xlsx2csv('file.xlsx',sheetid=4).convert(sheet4.csv,sheetid=4)
creates an empty csv file called "sheet4.csv" even if there is no sheet in the xlsx file with sheetid=4. It seems to create the file, THEN raise the exception.
The command-line version works as expected, and returns the "Sheet with index 4 not found or can't be handled" message without actually creating the sheet4.csv file.
The text was updated successfully, but these errors were encountered: