The methods of the ExcelFile class are listed below. For a complete list of ExcelFile class members, see the ExcelFile Members topic.
![]() SupportsType | Gets a value indicating whether the objects of specified type can be assigned to ExcelCell.Value property. |
ClosePreservedXlsx | Closes preserved XLSX file handle if needed (XlsxOptions.PreserveKeepOpen was used with ExcelFile.LoadXlsx(string,XlsxOptions) method). (NET30 only) |
LoadCsv | Overloaded. Loads the existing CSV file or stream. |
LoadXls | Overloaded. Loads the existing XLS file or stream. |
LoadXlsx | Overloaded. Loads the existing XLSX file or stream. (NET30 only) |
LoadXlsxFromDirectory | Loads all parts of XLSX file as separate files from input directory. |
SaveCsv | Overloaded. Saves all data to a new file or stream in CSV format. |
SaveXls | Overloaded. Saves all data to a file or stream in XLS format. |
SaveXlsx | Overloaded. 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. |
ExcelFile Class | GemBox.Spreadsheet Namespace | ExcelWorksheet