WorkbookSettings

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

NameTypeAccessDescription
date1904booleanReadGets or sets a value indicating whether the workbook uses the 1904 date system.
culturejava.util.LocaleReadGets or sets the culture used for display.

Methods

SignatureDescription
getDate1904()booleanGets or sets a value indicating whether the workbook uses the 1904 date system.
setDate1904(value: boolean)Sets the date 1904.
getCulture()java.util.LocaleGets or sets the culture used for display.
setCulture(value: java.util.Locale)Sets the culture.

See Also