GemBox.Spreadsheet

ExcelFile Methods

The methods of the ExcelFile class are listed below. For a complete list of ExcelFile class members, see the ExcelFile Members topic.

Public Static Methods

SupportsType Gets a value indicating whether the objects of specified type can be assigned to ExcelCell.Value property.

Public Instance Methods

ClosePreservedXlsx Closes preserved XLSX file handle if needed (XlsxOptions.PreserveKeepOpen was used with ExcelFile.LoadXlsx(string,XlsxOptions) method). (NET30 only)
LoadCsvOverloaded. Loads the existing CSV file or stream.
LoadXlsOverloaded. Loads the existing XLS file or stream.
LoadXlsxOverloaded. Loads the existing XLSX file or stream. (NET30 only)
LoadXlsxFromDirectory Loads all parts of XLSX file as separate files from input directory.
SaveCsvOverloaded. Saves all data to a new file or stream in CSV format.
SaveXlsOverloaded. Saves all data to a file or stream in XLS format.
SaveXlsxOverloaded. Saves all data to a file or stream in XLSX format. (NET30 only)
SaveXlsxToDirectory Saves all parts of XLSX file as separate files to output directory.

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace | ExcelWorksheet