Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

(no description)

File Size: 68 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ReaderEntityFactory:: (4 methods):
  createReaderFromFile()
  createCSVReader()
  createXLSXReader()
  createODSReader()


Class: ReaderEntityFactory  - X-Ref

Class ReaderEntityFactory
Factory to create external entities

createReaderFromFile(string $path)   X-Ref
Creates a reader by file extension

param: string $path The path to the spreadsheet file. Supported extensions are .csv, .ods and .xlsx
return: ReaderInterface

createCSVReader()   X-Ref
This creates an instance of a CSV reader

return: \Box\Spout\Reader\CSV\Reader

createXLSXReader()   X-Ref
This creates an instance of a XLSX reader

return: \Box\Spout\Reader\XLSX\Reader

createODSReader()   X-Ref
This creates an instance of a ODS reader

return: \Box\Spout\Reader\ODS\Reader