SaveFormat
Overview
SaveFormat is a enum in Aspose.Cells FOSS for Java.
Specifies the format in which a workbook will be saved.
This enumeration defines 1 value: XLSX.
Description
SaveFormat is an enumeration type in the Aspose.Cells FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like SaveFormat help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
XLSX | Represents the XLSX save format for Excel workbooks |