WorkbookSettings
Overview
WorkbookSettings is a class in Aspose.Cells FOSS for Java.
Represents workbook settings for an Excel file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
date1904 | boolean | Read | Gets or sets a value indicating whether the workbook uses the 1904 date system. |
culture | java.util.Locale | Read | Gets or sets the culture used for display. |
Methods
| Signature | Description |
|---|---|
getDate1904() → boolean | Gets or sets a value indicating whether the workbook uses the 1904 date system. |
setDate1904(value: boolean) | Sets the date 1904. |
getCulture() → java.util.Locale | Gets or sets the culture used for display. |
setCulture(value: java.util.Locale) | Sets the culture. |