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

LoadCsvOverloaded. Loads the existing CSV file or stream.
LoadXlsOverloaded. Loads the existing XLS file or stream.
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.

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace | ExcelWorksheet