https://bz.apache.org/bugzilla/show_bug.cgi?id=60605
Bug ID: 60605
Summary: Convert Workbook.SHEET_STATE_HIDDEN, VISIBLE, and
VERY_HIDDEN to enum
Product: POI
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
Blocks: 59836
Target Milestone: ---
Could be converted to
enum SheetState {
VISIBLE(0),
HIDDEN(1),
VERY_HIDDEN(2);
}
Referenced Bugs:
https://bz.apache.org/bugzilla/show_bug.cgi?id=59836
[Bug 59836] Tracker: Replace primitives with enums
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]