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.
Description
WorkbookSettings is a class in the Aspose.Cells FOSS library for Java that exposes 4 methods and 2 properties for programmatic use.
Core capabilities include: boolean; java.util.locale; sets the date 1904. These operations enable developers to integrate workbooksettings functionality directly into Java applications.
The class also provides the date1904 property (gets or sets a value indicating whether the workbook uses the 1904 date system), the culture property (gets or sets the culture used for display).
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. |