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.GlobalTypeReturns 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 TypeMethodDescriptionvoidImportOptions.setGlobalEnforcingType(ImportOptions.GlobalType globalEnforcingType) Sets the global strategy to handle cell values.