SaveOptions

Overview

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

Represents save options for workbook saving.

Properties

NameTypeAccessDescription
saveFormatSaveFormatReadReturns the save format.
useSharedStringsbooleanReadReturns the use shared strings.
validateBeforeSavebooleanReadReturns the validate before save.
compactStylesbooleanReadReturns the compact styles.
preserveRecoveryMetadatabooleanReadReturns the preserve recovery metadata.

Methods

SignatureDescription
getSaveFormat()SaveFormatReturns the save format.
setSaveFormat(saveFormat: SaveFormat)Sets the save format.
getUseSharedStrings()booleanReturns the use shared strings.
setUseSharedStrings(useSharedStrings: boolean)Sets the use shared strings.
getValidateBeforeSave()booleanReturns the validate before save.
setValidateBeforeSave(validateBeforeSave: boolean)Sets the validate before save.
getCompactStyles()booleanReturns the compact styles.
setCompactStyles(compactStyles: boolean)Sets the compact styles.
getPreserveRecoveryMetadata()booleanReturns the preserve recovery metadata.
setPreserveRecoveryMetadata(preserveRecoveryMetadata: boolean)Sets the preserve recovery metadata.