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