OpenSpout OdsExporterType
The OdsExporterType
represents an exporter that uses an OpenSpout ODS writer.
Options
default_row_style
- type:
OpenSpout\Common\Entity\Style\Style
- default: an unmodified instance of
Style
class
An instance of style class that will be applied to all rows.
should_create_new_sheets_automatically
- type:
bool
- default:
true
Determines whether new sheets should be created automatically when the maximum number of rows (1,048,576) per sheet is reached.
default_column_width
- type:
null
orfloat
- default:
null
Represents a width that will be applied to all columns by default.
default_row_height
- type:
null
orfloat
- default:
null
Represents a height that will be applied to all rows by default.
Inherited options
use_headers
- type:
bool
- default:
true
Determines whether the exporter should add headers to the output file.
label
- type:
null
orstring
- default:
null
the label is "guessed" from the exporter name
Sets the label of the exporter, visible in the export action modal.
tempnam_dir
- type:
string
- default: the value returned by the
sys_get_temp_dir()
function
Sets the directory used to store temporary file during the export process.
tempnam_prefix
- type:
string
- default:
exporter_
Sets the prefix used to generate temporary file names during the export process.