Function __global->spreadsheet_read_file_types

Definitions

sources/files_spreadsheets_read.php

  • Find supported spreadsheet file types for reading.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • A comma-separated list of supported file types
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Find supported spreadsheet file types for reading.
 *
 * @return string A comma-separated list of supported file types
 */

function spreadsheet_read_file_types() : string