static method extractSheetTitle [line 2048]
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 318]
PHPExcel_Worksheet __construct(
[
$pParent = null], [string
$pTitle = 'Worksheet'])
|
|
Create a new worksheet
Create a new worksheet
Tags:
Parameters:
method calculateColumnWidths [line 508]
void calculateColumnWidths(
[boolean
$calculateMergeCells = false])
|
|
Calculate widths for auto-size columns
Calculate widths for auto-size columns
Tags:
Parameters:
method calculateWorksheetDimension [line 497]
string calculateWorksheetDimension(
)
|
|
Calculate worksheet dimension
Calculate worksheet dimension
Tags:
method cellExists [line 921]
boolean cellExists(
[string
$pCoordinate = 'A1'])
|
|
Cell at a specific coordinate exists?
Cell at a specific coordinate exists?
Tags:
Parameters:
method cellExistsByColumnAndRow [line 965]
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 2075]
Copy worksheet (!= clone!)
Copy worksheet (!= clone!)
Tags:
method duplicateStyle [line 1177]
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 1227]
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 1534]
void freezePane(
[string
$pCell = ''])
|
|
Freeze Pane
Freeze Pane
Tags:
Parameters:
method freezePaneByColumnAndRow [line 1553]
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 1853]
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 1942]
Run PHPExcel garabage collector.
Run PHPExcel garabage collector.
Tags:
method getAutoFilter [line 1477]
Get Autofilter Range
Get Autofilter Range
Tags:
method getBreaks [line 1306]
Get breaks
Get breaks
Tags:
method getCell [line 857]
Get cell at a specific coordinate
Get cell at a specific coordinate
Tags:
Parameters:
method getCellByColumnAndRow [line 909]
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 368]
PHPExcel_Cell[] getCellCollection(
)
|
|
Get collection of cells
Get collection of cells
Tags:
method getColumnDimension [line 995]
Get column dimension at a specific column
Get column dimension at a specific column
Tags:
Parameters:
method getColumnDimensionByColumn [line 1015]
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 437]
PHPExcel_Worksheet_ColumnDimension[] getColumnDimensions(
)
|
|
Get collection of column dimensions
Get collection of column dimensions
Tags:
method getComment [line 1770]
Get comment for cell
Get comment for cell
Tags:
Parameters:
method getCommentByColumnAndRow [line 1801]
Get comment for cell by using numeric cell coordinates
Get comment for cell by using numeric cell coordinates
Tags:
Parameters:
method getComments [line 1758]
PHPExcel_Comment[] getComments(
)
|
|
Get comments
Get comments
Tags:
method getDefaultColumnDimension [line 447]
Get default column dimension
Get default column dimension
Tags:
method getDefaultRowDimension [line 427]
Get default row dimension
Get default row dimension
Tags:
method getDefaultStyle [line 1036]
Get default style
Get default style
Tags:
method getDrawingCollection [line 457]
PHPExcel_Worksheet_BaseDrawing[] getDrawingCollection(
)
|
|
Get collection of drawings
Get collection of drawings
Tags:
method getFreezePane [line 1523]
Get Freeze Pane
Get Freeze Pane
Tags:
method getHashCode [line 1997]
Get hash code
Get hash code
Tags:
method getHashIndex [line 2022]
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 670]
Get page header/footer
Get page header/footer
Tags:
method getHighestColumn [line 730]
string getHighestColumn(
)
|
|
Get highest worksheet column
Get highest worksheet column
Tags:
method getHighestRow [line 769]
Get highest worksheet row
Get highest worksheet row
Tags:
method getMergeCells [line 1386]
Get merge cells
Get merge cells
Tags:
method getPageMargins [line 650]
Get page margins
Get page margins
Tags:
method getPageSetup [line 630]
Get page setup
Get page setup
Tags:
method getParent [line 549]
Get parent
Get parent
Tags:
method getPrintGridlines [line 1704]
boolean getPrintGridlines(
)
|
|
Print gridlines?
Print gridlines?
Tags:
method getProtectedCells [line 1467]
array[] getProtectedCells(
)
|
|
Get protected cells
Get protected cells
Tags:
method getProtection [line 710]
Get Protection
Get Protection
Tags:
method getRowDimension [line 976]
Get row dimension at a specific row
Get row dimension at a specific row
Tags:
Parameters:
method getRowDimensions [line 417]
PHPExcel_Worksheet_RowDimension[] getRowDimensions(
)
|
|
Get collection of row dimensions
Get collection of row dimensions
Tags:
method getRowIterator [line 1935]
Get row iterator
Get row iterator
Tags:
method getSelectedCell [line 1811]
string getSelectedCell(
)
|
|
Get selected cell
Get selected cell
Tags:
method getSheetView [line 690]
Get sheet view
Get sheet view
Tags:
method getShowGridlines [line 1686]
boolean getShowGridlines(
)
|
|
Show gridlines?
Show gridlines?
Tags:
method getShowSummaryBelow [line 1722]
boolean getShowSummaryBelow(
)
|
|
Show summary below? (Row/Column outlining)
Show summary below? (Row/Column outlining)
Tags:
method getShowSummaryRight [line 1740]
boolean getShowSummaryRight(
)
|
|
Show summary right? (Row/Column outlining)
Show summary right? (Row/Column outlining)
Tags:
method getStyle [line 1060]
Get style for cell
Get style for cell
Tags:
Parameters:
method getStyleByColumnAndRow [line 1115]
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 1025]
PHPExcel_Style[] getStyles(
)
|
|
Get styles
Get styles
Tags:
method getTitle [line 575]
method insertNewColumnBefore [line 1594]
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 1613]
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 1575]
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 1317]
void mergeCells(
[string
$pRange = 'A1:A1'])
|
|
Set merge on a cell range
Set merge on a cell range
Tags:
Parameters:
method mergeCellsByColumnAndRow [line 1338]
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 1399]
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 1421]
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 558]
void rebindParent(
$parent)
|
|
Re-bind parent
Re-bind parent
Tags:
Parameters:
method refreshColumnDimensions [line 465]
void refreshColumnDimensions(
)
|
|
Refresh column dimensions
Refresh column dimensions
Tags:
method refreshRowDimensions [line 480]
void refreshRowDimensions(
)
|
|
Refresh row dimensions
Refresh row dimensions
Tags:
method removeColumn [line 1650]
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 1670]
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 1631]
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 1488]
void setAutoFilter(
[string
$pRange = ''])
|
|
Set Autofilter Range
Set Autofilter Range
Tags:
Parameters:
method setAutoFilterByColumnAndRow [line 1509]
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 1276]
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 1296]
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 806]
void setCellValue(
[string
$pCoordinate = 'A1'], [mixed
$pValue = null])
|
|
Set a cell value
Set a cell value
Tags:
Parameters:
method setCellValueByColumnAndRow [line 819]
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 831]
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 845]
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 1047]
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 2034]
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 680]
Set page header/footer
Set page header/footer
Tags:
Parameters:
method setPageMargins [line 660]
Set page margins
Set page margins
Tags:
Parameters:
method setPageSetup [line 640]
Set page setup
Set page setup
Tags:
Parameters:
method setPrintGridlines [line 1713]
void setPrintGridlines(
[boolean
$pValue = false])
|
|
Set print gridlines
Set print gridlines
Tags:
Parameters:
method setProtection [line 720]
Set Protection
Set Protection
Tags:
Parameters:
method setSelectedCell [line 1822]
void setSelectedCell(
[string
$pCell = ''])
|
|
Selected cell
Selected cell
Tags:
Parameters:
method setSelectedCellByColumnAndRow [line 1841]
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 1129]
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 700]
Set sheet view
Set sheet view
Tags:
Parameters:
method setShowGridlines [line 1695]
void setShowGridlines(
[boolean
$pValue = false])
|
|
Set show gridlines
Set show gridlines
Tags:
Parameters:
method setShowSummaryBelow [line 1731]
void setShowSummaryBelow(
[boolean
$pValue = true])
|
|
Set show summary below
Set show summary below
Tags:
Parameters:
method setShowSummaryRight [line 1749]
void setShowSummaryRight(
[boolean
$pValue = true])
|
|
Set show summary right
Set show summary right
Tags:
Parameters:
method setTitle [line 586]
void setTitle(
[string
$pValue = 'Worksheet'])
|
|
Set title
Set title
Tags:
Parameters:
method sortCellCollection [line 382]
void sortCellCollection(
)
|
|
Sort collection of cells
Sort collection of cells
Tags:
method toArray [line 1883]
array toArray(
[mixed
$nullValue = null], [boolean
$calculateFormulas = true])
|
|
Create array from worksheet
Create array from worksheet
Tags:
Parameters:
method unfreezePane [line 1563]
Unfreeze Pane
Unfreeze Pane
Tags:
method unmergeCells [line 1350]
void unmergeCells(
[string
$pRange = 'A1:A1'])
|
|
Remove merge on a cell range
Remove merge on a cell range
Tags:
Parameters:
method unmergeCellsByColumnAndRow [line 1375]
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 1433]
void unprotectCells(
[string
$pRange = 'A1'])
|
|
Remove protection on a cell range
Remove protection on a cell range
Tags:
Parameters:
method unprotectCellsByColumnAndRow [line 1456]
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 2084]
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: