Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

(no description)

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

Defines 1 class


Class: SheetHeaderReader  - X-Ref

__construct(string $filePath,string $sheetDataXMLFilePath,XMLReader $xmlReader,XMLProcessor $xmlProcessor)   X-Ref

param: string       $filePath             Path of the XLSX file being read
param: string       $sheetDataXMLFilePath Path of the sheet data XML file as in [Content_Types].xml
param: XMLReader    $xmlReader            XML Reader
param: XMLProcessor $xmlProcessor         Helper to process XML files

getColumnWidths()   X-Ref

return: ColumnWidth[]

processColStartingNode(XMLReader $xmlReader)   X-Ref

param: XMLReader $xmlReader XMLReader object, positioned on a "<col>" starting node
return: int A return code that indicates what action should the processor take next

processSheetDataStartingNode()   X-Ref

return: int A return code that indicates what action should the processor take next

normalizeSheetDataXMLFilePath(string $sheetDataXMLFilePath)   X-Ref

param: string $sheetDataXMLFilePath Path of the sheet data XML file as in [Content_Types].xml
return: string path of the XML file containing the sheet data,