-
Notifications
You must be signed in to change notification settings - Fork 380
Closed
Labels
resolvedThis issue has been resolved.This issue has been resolved.
Description
OpenXLSX/OpenXLSX/sources/XLWorkbook.cpp
Line 114 in d928017
| if (index < 1 || index > sheetCount()) throw XLInputError("Sheet index is out of bounds"); |
I understand that for legacy support you won't be able to change this. But maybe small comments/notes will be added.
Bellow confuses me, why I can't use index 0)
doc.workbook().worksheet(0);
Metadata
Metadata
Assignees
Labels
resolvedThis issue has been resolved.This issue has been resolved.