WorkbookSettings

WorkbookSettings

Overview

WorkbookSettings is a class in Aspose.Cells FOSS for Java.

Represents workbook settings for an Excel file.

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.