(no description)
File Size: | 119 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SheetHeaderReader:: (5 methods):
__construct()
getColumnWidths()
processColStartingNode()
processSheetDataStartingNode()
normalizeSheetDataXMLFilePath()
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, |