Class DataFormatter.ConstantStringFormat

java.lang.Object
java.text.Format
org.xlsx4j.org.apache.poi.ss.usermodel.DataFormatter.ConstantStringFormat
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
DataFormatter

private static final class DataFormatter.ConstantStringFormat extends Format
Format class that does nothing and always returns a constant string. This format is used to simulate Excel's handling of a format string of all # when the value is 0. Excel will output "", Java will output "0".
See Also: