[]
Represents the format in which the workbook is opened.
public enum OpenFileFormat
Csv = 1Represents a csv file.
Sjs = 4Represents a SpreadJS .sjs file.
Xlsm = 2Represents an xlsm file.
Xlsx = 0Represents an xlsx file.
Xltx = 3Represents an xltx file.