EmptyWorksheetInfo
in package
Empty listWorksheetInfo and listWorksheetNames methods, facilitating migration from IReader to IReader2.
Table of Contents
Methods
- listWorksheetInfo() : array<int, array{worksheetName: string, lastColumnLetter: string, lastColumnIndex: int, totalRows: int, totalColumns: int, sheetState: string}>
- Return empty array as worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns).
- listWorksheetNames() : array<string|int, string>
- Return empty array as names of the worksheets from a file, possibly without parsing the whole file to a Spreadsheet object.
Methods
listWorksheetInfo()
Return empty array as worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns).
public
listWorksheetInfo(string $filename) : array<int, array{worksheetName: string, lastColumnLetter: string, lastColumnIndex: int, totalRows: int, totalColumns: int, sheetState: string}>
Parameters
- $filename : string
Return values
array<int, array{worksheetName: string, lastColumnLetter: string, lastColumnIndex: int, totalRows: int, totalColumns: int, sheetState: string}>listWorksheetNames()
Return empty array as names of the worksheets from a file, possibly without parsing the whole file to a Spreadsheet object.
public
listWorksheetNames(string $filename) : array<string|int, string>
Parameters
- $filename : string