fileformat-ag凯发旗舰厅



com.spire.xls
enum fileformat

java.lang.object
  extended by java.lang.enum<fileformat>
      extended by com.spire.xls.fileformat
all implemented interfaces:
java.lang.comparable<fileformat>

public enum fileformat
extends java.lang.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

xlsb2007

public static final fileformat xlsb2007
represents excel version 2007 xlsb

xlsb2010

public static final fileformat xlsb2010
represents excel version 2010 xlsb

ods

public static final fileformat ods
open office spreadsheet documents

csv

public static final fileformat csv
csv file

xml

public static final fileformat xml
xml file

pdf

public static final fileformat pdf
pdf file

bitmap

public static final fileformat bitmap
bitmap file

xps

public static final fileformat xps
xps file

version97to2003

public static final fileformat version97to2003
represents excel version 97-2003.

version2007

public static final fileformat version2007
represents excel version 2007.

version2010

public static final fileformat version2010
represents excel version 2010.

version2013

public static final fileformat version2013
represents excel version 2013

version2016

public static final fileformat version2016
represents excel version 2016.

postscript

public static final fileformat postscript
post script file

pcl

public static final fileformat pcl
pcl file

html

public static final fileformat html
html file


网站地图