SaveFormat property

This property returns the file format of the spreadsheet.

Defined in

Spreadsheet.

Data type

String

Syntax

public String getSaveFormat()

Usage

The following file formats are supported:
  • .ods file: Constant.SYMPHONY_FILE_FORMAT_ODS
  • .ots file: Constant.SYMPHONY_FILE_FORMAT_OTS
  • .xls file: Constant.SYMPHONY_FILE_FORMAT_XLS
  • .csv file: Constant.SYMPHONY_FILE_FORMAT_CSV

See examples

Example: SaveFormat property

Related information

File format constant