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

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

    See Also