WorkbookSettings
Overview
WorkbookSettings is a class in Aspose.Cells FOSS for Java.
Represents workbook settings for an Excel file.
This class provides 4 methods for working with WorkbookSettings objects in Java programs.
Available methods include: getCulture, getDate1904, setCulture, setDate1904.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: culture, date1904.
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. |