Uses of Enum Class
ch.rabanti.nanoxlsx4j.ImportOptions.GlobalType
Packages that use ImportOptions.GlobalType
-
Uses of ImportOptions.GlobalType in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return ImportOptions.GlobalTypeModifier and TypeMethodDescriptionImportOptions.getGlobalEnforcingType()
Gets the global strategy to handle cell values.static ImportOptions.GlobalType
Returns the enum constant of this class with the specified name.static ImportOptions.GlobalType[]
ImportOptions.GlobalType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j with parameters of type ImportOptions.GlobalTypeModifier and TypeMethodDescriptionvoid
ImportOptions.setGlobalEnforcingType
(ImportOptions.GlobalType globalEnforcingType) Sets the global strategy to handle cell values.