Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SaveFileFormat Enumeration
In This Topic
    SaveFileFormat Enumeration
    In This Topic
    Represents the format in which the workbook is saved.
    Members
    MemberDescription
    CsvRepresents a csv file.
    HtmlRepresents a html file.
    PdfRepresents a pdf file.
    SjsRepresents a SpreadJS .sjs file.
    XlsmRepresents a xlsm file.
    XlsxRepresents an xlsx file.
    XltxRepresents a xltx file.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.SaveFileFormat

    See Also