DataFormat
public class XSSFDataFormat extends java.lang.Object implements DataFormat
Modifier | Constructor | Description |
---|---|---|
protected |
XSSFDataFormat(StylesTable stylesSource) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFormat(short index) |
get the format string that matches the given format index
|
short |
getFormat(java.lang.String format) |
Get the format index that matches the given format
string, creating a new format entry if required.
|
protected XSSFDataFormat(StylesTable stylesSource)
public short getFormat(java.lang.String format)
getFormat
in interface DataFormat
format
- string matching a built in formatpublic java.lang.String getFormat(short index)
getFormat
in interface DataFormat
index
- of a formatCopyright 2018 The Apache Software Foundation or its licensors, as applicable.