GemBox.Spreadsheet

ExcelFile Properties

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

Public Instance Properties

CsvParseNumbersDuringLoad Gets or sets whether LoadCsv() methods will try to convert text values to numbers.
DefaultFontName Gets or sets name of the default font used in the workbook.
DefaultFontSize Gets or sets default font size.
DefinedNames Gets the collection of defined names that are not directly related with one cell range. Supported in XLSX only.
DelayFormulaParse Delays formula parsing until one of SaveXls methods is called.
GroupMethodsAffectedCellsLimit Maximum number of affected cells in group set methods.
Protected Gets or sets the workbook protection flag.
RowColumnResolutionMethod Gets or sets the CellStyle resolution method.
Use1904DateSystem Gets or sets whether 1904 date system is used.
Worksheets Collection of all worksheets (ExcelWorksheet) in a workbook.

See Also

ExcelFile Class | GemBox.Spreadsheet Namespace | ExcelWorksheet