Function __global->spreadsheet_write_default
Definitions
sources/files_spreadsheets_write.php
- Find the default spreadsheet file format.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- Default format
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the default spreadsheet file format.
*
* @return string Default format
*/
function spreadsheet_write_default() : string
* Find the default spreadsheet file format.
*
* @return string Default format
*/
function spreadsheet_write_default() : string

