WorkbookSettings
Overview
WorkbookSettings is a class in Aspose.Cells FOSS for .NET.
Represents workbook-level settings that affect date handling and display formatting. var workbook = new Workbook(); workbook.Settings.Date1904 = true; workbook.Settings.Culture = CultureInfo.GetCultureInfo(“fr-FR”);
Properties: Culture, Date1904.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Date1904 | bool | Read/Write | Gets or sets the date1904. |
Culture | CultureInfo | Read/Write | Gets or sets the culture. |