|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<fileformat>
com.spire.xls.fileformat
public enum fileformat
represents possible excel versions.
enum constant summary | |
---|---|
bitmap
bitmap file |
|
csv
csv file |
|
html
html file |
|
ods
open office spreadsheet documents |
|
pcl
pcl file |
|
pdf
pdf file |
|
postscript
post script file |
|
version2007
represents excel version 2007. |
|
version2010
represents excel version 2010. |
|
version2013
represents excel version 2013 |
|
version2016
represents excel version 2016. |
|
version97to2003
represents excel version 97-2003. |
|
xlsb2007
represents excel version 2007 xlsb |
|
xlsb2010
represents excel version 2010 xlsb |
|
xml
xml file |
|
xps
xps file |
enum constant detail |
---|
public static final fileformat xlsb2007
public static final fileformat xlsb2010
public static final fileformat ods
public static final fileformat csv
public static final fileformat xml
public static final fileformat pdf
public static final fileformat bitmap
public static final fileformat xps
public static final fileformat version97to2003
public static final fileformat version2007
public static final fileformat version2010
public static final fileformat version2013
public static final fileformat version2016
public static final fileformat postscript
public static final fileformat pcl
public static final fileformat html
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |