static method extractSheetTitle [line 1975]
static mixed extractSheetTitle(
string
$pRange, [bool
$returnRange = false])
|
|
Extract worksheet title from range.
Extract worksheet title from range.
Example: extractSheetTitle('test!A1') ==> 'test' Example: extractSheetTitle('test!A1', true) ==> array('test', 'A1');
Tags:
Parameters:
constructor __construct [line 298]
PHPExcel_Worksheet __construct(
[
$pParent = null], [string
$pTitle = 'Worksheet'])
|
|
Create a new worksheet
Create a new worksheet
Tags:
Parameters:
method calculateColumnWidths [line 488]
void calculateColumnWidths(
[boolean
$calculateMergeCells = false])
|
|
Calculate widths for auto-size columns
Calculate widths for auto-size columns
Tags:
Parameters:
method calculateWorksheetDimension [line 477]
string calculateWorksheetDimension(
)
|
|
Calculate worksheet dimension
Calculate worksheet dimension
Tags:
method cellExists [line 868]
boolean cellExists(
[string
$pCoordinate = 'A1'])
|
|
Cell at a specific coordinate exists?
Cell at a specific coordinate exists?
Tags:
Parameters:
method cellExistsByColumnAndRow [line 912]
boolean cellExistsByColumnAndRow(
[string
$pColumn = 0], [string
$pRow = 0])
|
|
Cell at a specific coordinate by using numeric cell coordinates exists?
Cell at a specific coordinate by using numeric cell coordinates exists?
Tags:
Parameters:
method copy [line 1997]
Copy worksheet (!= clone!)
Copy worksheet (!= clone!)
Tags:
method duplicateStyle [line 1122]
void duplicateStyle(
[
$pCellStyle = null], [string
$pRange = ''])
|
|
Duplicate cell style to a range of cells
Duplicate cell style to a range of cells
Please note that this will overwrite existing cell styles for cells in range!
Tags:
Parameters:
method duplicateStyleArray [line 1172]
void duplicateStyleArray(
[array
$pStyles = null], [string
$pRange = ''])
|
|
Duplicate cell style array to a range of cells
Please note that this will overwrite existing cell styles for cells in range, if they are in the styles array. cells to font bold, only include font bold in the styles array.
Duplicate cell style array to a range of cells
Please note that this will overwrite existing cell styles for cells in range, if they are in the styles array. For example, if you decide to set a range of cells to font bold, only include font bold in the styles array.
Tags:
Parameters:
method freezePane [line 1479]
void freezePane(
[string
$pCell = ''])
|
|
Freeze Pane
Freeze Pane
Tags:
Parameters:
method freezePaneByColumnAndRow [line 1498]
void freezePaneByColumnAndRow(
[int
$pColumn = 0], [int
$pRow = 0])
|
|
Freeze Pane by using numeric cell coordinates
Freeze Pane by using numeric cell coordinates
Tags:
Parameters:
method fromArray [line 1798]
void fromArray(
[array
$source = null], [mixed
$nullValue = null])
|
|
Fill worksheet from values in array
Fill worksheet from values in array
Tags:
Parameters:
method garbageCollect [line 1878]
Run PHPExcel garabage collector.
Run PHPExcel garabage collector.
Tags:
method getAutoFilter [line 1422]
Get Autofilter Range
Get Autofilter Range
Tags:
method getBreaks [line 1251]
Get breaks
Get breaks
Tags:
method getCell [line 807]
Get cell at a specific coordinate
Get cell at a specific coordinate
Tags:
Parameters:
method getCellByColumnAndRow [line 856]
PHPExcel_Cell getCellByColumnAndRow(
[string
$pColumn = 0], [string
$pRow = 0])
|
|
Get cell at a specific coordinate by using numeric cell coordinates
Get cell at a specific coordinate by using numeric cell coordinates
Tags:
Parameters:
method getCellCollection [line 348]
PHPExcel_Cell[] getCellCollection(
)
|
|
Get collection of cells
Get collection of cells
Tags:
method getColumnDimension [line 941]
Get column dimension at a specific column
Get column dimension at a specific column
Tags:
Parameters:
method getColumnDimensionByColumn [line 960]
Get column dimension at a specific column by using numeric cell coordinates
Get column dimension at a specific column by using numeric cell coordinates
Tags:
Parameters:
method getColumnDimensions [line 417]
PHPExcel_Worksheet_ColumnDimension[] getColumnDimensions(
)
|
|
Get collection of column dimensions
Get collection of column dimensions
Tags:
method getComment [line 1715]
Get comment for cell
Get comment for cell
Tags:
Parameters:
method getCommentByColumnAndRow [line 1746]
Get comment for cell by using numeric cell coordinates
Get comment for cell by using numeric cell coordinates
Tags:
Parameters:
method getComments [line 1703]
PHPExcel_Comment[] getComments(
)
|
|
Get comments
Get comments
Tags:
method getDefaultColumnDimension [line 427]
Get default column dimension
Get default column dimension
Tags:
method getDefaultRowDimension [line 407]
Get default row dimension
Get default row dimension
Tags:
method getDefaultStyle [line 981]
Get default style
Get default style
Tags:
method getDrawingCollection [line 437]
PHPExcel_Worksheet_BaseDrawing[] getDrawingCollection(
)
|
|
Get collection of drawings
Get collection of drawings
Tags:
method getFreezePane [line 1468]
Get Freeze Pane
Get Freeze Pane
Tags:
method getHashCode [line 1924]
Get hash code
Get hash code
Tags:
method getHashIndex [line 1949]
Get hash index
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
Get hash index
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
Tags:
method getHeaderFooter [line 636]
Get page header/footer
Get page header/footer
Tags:
method getHighestColumn [line 696]
string getHighestColumn(
)
|
|
Get highest worksheet column
Get highest worksheet column
Tags:
method getHighestRow [line 727]
Get highest worksheet row
Get highest worksheet row
Tags:
method getMergeCells [line 1331]
Get merge cells
Get merge cells
Tags:
method getPageMargins [line 616]
Get page margins
Get page margins
Tags:
method getPageSetup [line 596]
Get page setup
Get page setup
Tags:
method getParent [line 528]
Get parent
Get parent
Tags:
method getPrintGridlines [line 1649]
boolean getPrintGridlines(
)
|
|
Print gridlines?
Print gridlines?
Tags:
method getProtectedCells [line 1412]
array[] getProtectedCells(
)
|
|
Get protected cells
Get protected cells
Tags:
method getProtection [line 676]
Get Protection
Get Protection
Tags:
method getRowDimension [line 923]
Get row dimension at a specific row
Get row dimension at a specific row
Tags:
Parameters:
method getRowDimensions [line 397]
PHPExcel_Worksheet_RowDimension[] getRowDimensions(
)
|
|
Get collection of row dimensions
Get collection of row dimensions
Tags:
method getSelectedCell [line 1756]
string getSelectedCell(
)
|
|
Get selected cell
Get selected cell
Tags:
method getSheetView [line 656]
Get sheet view
Get sheet view
Tags:
method getShowGridlines [line 1631]
boolean getShowGridlines(
)
|
|
Show gridlines?
Show gridlines?
Tags:
method getShowSummaryBelow [line 1667]
boolean getShowSummaryBelow(
)
|
|
Show summary below? (Row/Column outlining)
Show summary below? (Row/Column outlining)
Tags:
method getShowSummaryRight [line 1685]
boolean getShowSummaryRight(
)
|
|
Show summary right? (Row/Column outlining)
Show summary right? (Row/Column outlining)
Tags:
method getStyle [line 1005]
Get style for cell
Get style for cell
Tags:
Parameters:
method getStyleByColumnAndRow [line 1060]
PHPExcel_Style getStyleByColumnAndRow(
[int
$pColumn = 0], [int
$pRow = 0])
|
|
Get style for cell by using numeric cell coordinates
Get style for cell by using numeric cell coordinates
Tags:
Parameters:
method getStyles [line 970]
PHPExcel_Style[] getStyles(
)
|
|
Get styles
Get styles
Tags:
method getTitle [line 554]
method insertNewColumnBefore [line 1539]
void insertNewColumnBefore(
[int
$pBefore = 'A'], [int
$pNumCols = 1])
|
|
Insert a new column, updating all possible related data
Insert a new column, updating all possible related data
Tags:
Parameters:
method insertNewColumnBeforeByIndex [line 1558]
void insertNewColumnBeforeByIndex(
[int
$pBefore = 0], [int
$pNumCols = 1])
|
|
Insert a new column, updating all possible related data
Insert a new column, updating all possible related data
Tags:
Parameters:
method insertNewRowBefore [line 1520]
void insertNewRowBefore(
[int
$pBefore = 1], [int
$pNumRows = 1])
|
|
Insert a new row, updating all possible related data
Insert a new row, updating all possible related data
Tags:
Parameters:
method mergeCells [line 1262]
void mergeCells(
[string
$pRange = 'A1:A1'])
|
|
Set merge on a cell range
Set merge on a cell range
Tags:
Parameters:
method mergeCellsByColumnAndRow [line 1283]
void mergeCellsByColumnAndRow(
[int
$pColumn1 = 0], [int
$pRow1 = 0], [int
$pColumn2 = 0], [int
$pRow2 = 0])
|
|
Set merge on a cell range by using numeric cell coordinates
Set merge on a cell range by using numeric cell coordinates
Tags:
Parameters:
method protectCells [line 1344]
void protectCells(
[string
$pRange = 'A1'], [string
$pPassword = ''], [boolean
$pAlreadyHashed = false])
|
|
Set protection on a cell range
Set protection on a cell range
Tags:
Parameters:
method protectCellsByColumnAndRow [line 1366]
void protectCellsByColumnAndRow(
[int
$pColumn1 = 0], [int
$pRow1 = 0], [int
$pColumn2 = 0], [int
$pRow2 = 0], [string
$pPassword = ''], [boolean
$pAlreadyHashed = false])
|
|
Set protection on a cell range by using numeric cell coordinates
Set protection on a cell range by using numeric cell coordinates
Tags:
Parameters:
method rebindParent [line 537]
void rebindParent(
$parent)
|
|
Re-bind parent
Re-bind parent
Tags:
Parameters:
method refreshColumnDimensions [line 445]
void refreshColumnDimensions(
)
|
|
Refresh column dimensions
Refresh column dimensions
Tags:
method refreshRowDimensions [line 460]
void refreshRowDimensions(
)
|
|
Refresh row dimensions
Refresh row dimensions
Tags:
method removeColumn [line 1595]
void removeColumn(
[int
$pColumn = 'A'], [int
$pNumCols = 1])
|
|
Remove a column, updating all possible related data
Remove a column, updating all possible related data
Tags:
Parameters:
method removeColumnByIndex [line 1615]
void removeColumnByIndex(
[int
$pColumn = 0], [int
$pNumCols = 1])
|
|
Remove a column, updating all possible related data
Remove a column, updating all possible related data
Tags:
Parameters:
method removeRow [line 1576]
void removeRow(
[int
$pRow = 1], [int
$pNumRows = 1])
|
|
Delete a row, updating all possible related data
Delete a row, updating all possible related data
Tags:
Parameters:
method setAutoFilter [line 1433]
void setAutoFilter(
[string
$pRange = ''])
|
|
Set Autofilter Range
Set Autofilter Range
Tags:
Parameters:
method setAutoFilterByColumnAndRow [line 1454]
void setAutoFilterByColumnAndRow(
[int
$pColumn1 = 0], [int
$pRow1 = 0], [int
$pColumn2 = 0], [int
$pRow2 = 0])
|
|
Set Autofilter Range by using numeric cell coordinates
Set Autofilter Range by using numeric cell coordinates
Tags:
Parameters:
method setBreak [line 1221]
void setBreak(
[string
$pCell = 'A1'], [int
$pBreak = PHPExcel_Worksheet::BREAK_NONE])
|
|
Set break on a cell
Set break on a cell
Tags:
Parameters:
method setBreakByColumnAndRow [line 1241]
void setBreakByColumnAndRow(
[int
$pColumn = 0], [int
$pRow = 0], [int
$pBreak = PHPExcel_Worksheet::BREAK_NONE])
|
|
Set break on a cell by using numeric cell coordinates
Set break on a cell by using numeric cell coordinates
Tags:
Parameters:
method setCellValue [line 756]
void setCellValue(
[string
$pCoordinate = 'A1'], [mixed
$pValue = null])
|
|
Set a cell value
Set a cell value
Tags:
Parameters:
method setCellValueByColumnAndRow [line 769]
void setCellValueByColumnAndRow(
[string
$pColumn = 0], [string
$pRow = 0], [mixed
$pValue = null])
|
|
Set a cell value by using numeric cell coordinates
Set a cell value by using numeric cell coordinates
Tags:
Parameters:
method setCellValueExplicit [line 781]
void setCellValueExplicit(
[string
$pCoordinate = 'A1'], [mixed
$pValue = null], [string
$pDataType = PHPExcel_Cell_DataType::TYPE_STRING])
|
|
Set a cell value
Set a cell value
Tags:
Parameters:
method setCellValueExplicitByColumnAndRow [line 795]
void setCellValueExplicitByColumnAndRow(
[string
$pColumn = 0], [string
$pRow = 0], [mixed
$pValue = null], [string
$pDataType = PHPExcel_Cell_DataType::TYPE_STRING])
|
|
Set a cell value by using numeric cell coordinates
Set a cell value by using numeric cell coordinates
Tags:
Parameters:
method setDefaultStyle [line 992]
void setDefaultStyle(
$value)
|
|
Set default style - should only be used by PHPExcel_IReader implementations!
Set default style - should only be used by PHPExcel_IReader implementations!
Tags:
Parameters:
method setHashIndex [line 1961]
void setHashIndex(
string
$value)
|
|
Set hash index
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
Set hash index
Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
Tags:
Parameters:
method setHeaderFooter [line 646]
Set page header/footer
Set page header/footer
Tags:
Parameters:
method setPageMargins [line 626]
Set page margins
Set page margins
Tags:
Parameters:
method setPageSetup [line 606]
Set page setup
Set page setup
Tags:
Parameters:
method setPrintGridlines [line 1658]
void setPrintGridlines(
[boolean
$pValue = false])
|
|
Set print gridlines
Set print gridlines
Tags:
Parameters:
method setProtection [line 686]
Set Protection
Set Protection
Tags:
Parameters:
method setSelectedCell [line 1767]
void setSelectedCell(
[string
$pCell = ''])
|
|
Selected cell
Selected cell
Tags:
Parameters:
method setSelectedCellByColumnAndRow [line 1786]
void setSelectedCellByColumnAndRow(
[int
$pColumn = 0], [int
$pRow = 0])
|
|
Selected cell by using numeric cell coordinates
Selected cell by using numeric cell coordinates
Tags:
Parameters:
method setSharedStyle [line 1074]
void setSharedStyle(
[
$pSharedCellStyle = null], [string
$pRange = ''])
|
|
Set shared cell style to a range of cells
Set shared cell style to a range of cells
Please note that this will overwrite existing cell styles for cells in range!
Tags:
Parameters:
method setSheetView [line 666]
Set sheet view
Set sheet view
Tags:
Parameters:
method setShowGridlines [line 1640]
void setShowGridlines(
[boolean
$pValue = false])
|
|
Set show gridlines
Set show gridlines
Tags:
Parameters:
method setShowSummaryBelow [line 1676]
void setShowSummaryBelow(
[boolean
$pValue = true])
|
|
Set show summary below
Set show summary below
Tags:
Parameters:
method setShowSummaryRight [line 1694]
void setShowSummaryRight(
[boolean
$pValue = true])
|
|
Set show summary right
Set show summary right
Tags:
Parameters:
method setTitle [line 564]
void setTitle(
[string
$pValue = 'Worksheet'])
|
|
Set title
Set title
Tags:
Parameters:
method sortCellCollection [line 362]
void sortCellCollection(
)
|
|
Sort collection of cells
Sort collection of cells
Tags:
method toArray [line 1828]
array toArray(
[mixed
$nullValue = null], [boolean
$calculateFormulas = true])
|
|
Create array from worksheet
Create array from worksheet
Tags:
Parameters:
method unfreezePane [line 1508]
Unfreeze Pane
Unfreeze Pane
Tags:
method unmergeCells [line 1295]
void unmergeCells(
[string
$pRange = 'A1:A1'])
|
|
Remove merge on a cell range
Remove merge on a cell range
Tags:
Parameters:
method unmergeCellsByColumnAndRow [line 1320]
void unmergeCellsByColumnAndRow(
[int
$pColumn1 = 0], [int
$pRow1 = 0], [int
$pColumn2 = 0], [int
$pRow2 = 0])
|
|
Remove merge on a cell range by using numeric cell coordinates
Remove merge on a cell range by using numeric cell coordinates
Tags:
Parameters:
method unprotectCells [line 1378]
void unprotectCells(
[string
$pRange = 'A1'])
|
|
Remove protection on a cell range
Remove protection on a cell range
Tags:
Parameters:
method unprotectCellsByColumnAndRow [line 1401]
void unprotectCellsByColumnAndRow(
[int
$pColumn1 = 0], [int
$pRow1 = 0], [int
$pColumn2 = 0], [int
$pRow2 = 0], [string
$pPassword = ''], [boolean
$pAlreadyHashed = false])
|
|
Remove protection on a cell range by using numeric cell coordinates
Remove protection on a cell range by using numeric cell coordinates
Tags:
Parameters:
method __clone [line 2012]
Implement PHP __clone to create a deep clone, not just a shallow copy.
Implement PHP __clone to create a deep clone, not just a shallow copy.
Tags: