WorkbookSettings

WorkbookSettings

Overview

WorkbookSettings is a class in Aspose.Cells FOSS for C++.

Represents workbook-level settings that affect date handling and display formatting.

Properties

NameTypeAccessDescription
WorkbookSettingsWorkbookSettingsRead

Methods

SignatureDescription
WorkbookSettings()WorkbookSettingsConstructs a WorkbookSettings wrapping the specified model. The underlying workbook settings model.
GetDate1904()boolGets or sets whether the workbook uses the 1904 date system.
SetDate1904(value: bool)
GetCulture()std::localeGets or sets the culture used for display-string formatting.
SetCulture(value: std::locale)

See Also