Package ch.rabanti.nanoxlsx4j.lowLevel
Class ReaderUtils
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.ReaderUtils
Static class with common util methods, used during reading XLSX files
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
Low-level parser class to handle nullable integers -
Method Summary
Modifier and TypeMethodDescriptionprotected static int
parseBinaryBoolean
(String rawValue) Parses a bool as a binary number either based on an int (0/1) or a string expression (true/ false), independent of the culture info of the host
-
Method Details
-
parseBinaryBoolean
Parses a bool as a binary number either based on an int (0/1) or a string expression (true/ false), independent of the culture info of the host- Parameters:
rawValue
- Raw number or expression as string- Returns:
- arsed boolean as number (0 = false, 1 = true)
-