static method extractSheetTitle [line 1864]
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 285]
PHPExcel_Worksheet __construct(
[PHPExcel
$pParent = null], [string
$pTitle = 'Worksheet'])
|
|
Create a new worksheet
Create a new worksheet
Tags:
Parameters:
method calculateColumnWidths [line 440]
void calculateColumnWidths(
[boolean
$calculateMergeCells = false])
|
|
Calculate widths for auto-size columns
Calculate widths for auto-size columns
Tags:
Parameters:
method calculateWorksheetDimension [line 429]
string calculateWorksheetDimension(
)
|
|
Calculate worksheet dimension
Calculate worksheet dimension
Tags:
method cellExists [line 800]
boolean cellExists(
[string
$pCoordinate = 'A1'])
|
|
Cell at a specific coordinate exists?
Cell at a specific coordinate exists?
Tags:
Parameters:
method cellExistsByColumnAndRow [line 844]
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 1886]
Copy worksheet (!= clone!)
Copy worksheet (!= clone!)
Tags:
method duplicateStyle [line 1042]
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 1092]
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 1399]
void freezePane(
[string
$pCell = ''])
|
|
Freeze Pane
Freeze Pane
Tags:
Parameters:
method freezePaneByColumnAndRow [line 1418]
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 1718]
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 1798]
Run PHPExcel garabage collector.
Run PHPExcel garabage collector.
Tags:
method getAutoFilter [line 1342]
Get Autofilter Range
Get Autofilter Range
Tags:
method getBreaks [line 1171]
Get breaks
Get breaks
Tags:
method getCell [line 739]
Get cell at a specific coordinate
Get cell at a specific coordinate
Tags:
Parameters:
method getCellByColumnAndRow [line 788]
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 331]
PHPExcel_Cell[] getCellCollection(
)
|
|
Get collection of cells
Get collection of cells
Tags:
method getColumnDimension [line 873]
Get column dimension at a specific column
Get column dimension at a specific column
Tags:
Parameters:
method getColumnDimensionByColumn [line 892]
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 369]
PHPExcel_Worksheet_ColumnDimension[] getColumnDimensions(
)
|
|
Get collection of column dimensions
Get collection of column dimensions
Tags:
method getComment [line 1635]
Get comment for cell
Get comment for cell
Tags:
Parameters:
method getCommentByColumnAndRow [line 1666]
Get comment for cell by using numeric cell coordinates
Get comment for cell by using numeric cell coordinates
Tags:
Parameters:
method getComments [line 1623]
PHPExcel_Comment[] getComments(
)
|
|
Get comments
Get comments
Tags:
method getDefaultColumnDimension [line 379]
Get default column dimension
Get default column dimension
Tags:
method getDefaultRowDimension [line 359]
Get default row dimension
Get default row dimension
Tags:
method getDefaultStyle [line 913]
Get default style
Get default style
Tags:
method getDrawingCollection [line 389]
PHPExcel_Worksheet_BaseDrawing[] getDrawingCollection(
)
|
|
Get collection of drawings
Get collection of drawings
Tags:
method getFreezePane [line 1388]
Get Freeze Pane
Get Freeze Pane
Tags:
method getHashCode [line 1844]
method getHeaderFooter [line 588]
Get page header/footer
Get page header/footer
Tags:
method getHighestColumn [line 628]
string getHighestColumn(
)
|
|
Get highest worksheet column
Get highest worksheet column
Tags:
method getHighestRow [line 659]
Get highest worksheet row
Get highest worksheet row
Tags:
method getMergeCells [line 1251]
Get merge cells
Get merge cells
Tags:
method getPageMargins [line 568]
Get page margins
Get page margins
Tags:
method getPageSetup [line 548]
Get page setup
Get page setup
Tags:
method getParent [line 480]
Get parent
Get parent
Tags:
method getPrintGridlines [line 1569]
boolean getPrintGridlines(
)
|
|
Print gridlines?
Print gridlines?
Tags:
method getProtectedCells [line 1332]
array[] getProtectedCells(
)
|
|
Get protected cells
Get protected cells
Tags:
method getProtection [line 608]
Get Protection
Get Protection
Tags:
method getRowDimension [line 855]
Get row dimension at a specific row
Get row dimension at a specific row
Tags:
Parameters:
method getRowDimensions [line 349]
PHPExcel_Worksheet_RowDimension[] getRowDimensions(
)
|
|
Get collection of row dimensions
Get collection of row dimensions
Tags:
method getSelectedCell [line 1676]
string getSelectedCell(
)
|
|
Get selected cell
Get selected cell
Tags:
method getShowGridlines [line 1551]
boolean getShowGridlines(
)
|
|
Show gridlines?
Show gridlines?
Tags:
method getShowSummaryBelow [line 1587]
boolean getShowSummaryBelow(
)
|
|
Show summary below? (Row/Column outlining)
Show summary below? (Row/Column outlining)
Tags:
method getShowSummaryRight [line 1605]
boolean getShowSummaryRight(
)
|
|
Show summary right? (Row/Column outlining)
Show summary right? (Row/Column outlining)
Tags:
method getStyle [line 925]
Get style for cell
Get style for cell
Tags:
Parameters:
method getStyleByColumnAndRow [line 980]
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 902]
PHPExcel_Style[] getStyles(
)
|
|
Get styles
Get styles
Tags:
method getTitle [line 506]
method insertNewColumnBefore [line 1459]
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 1478]
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 1440]
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 1182]
void mergeCells(
[string
$pRange = 'A1:A1'])
|
|
Set merge on a cell range
Set merge on a cell range
Tags:
Parameters:
method mergeCellsByColumnAndRow [line 1203]
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 1264]
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 1286]
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 489]
Re-bind parent
Re-bind parent
Tags:
Parameters:
method refreshColumnDimensions [line 397]
void refreshColumnDimensions(
)
|
|
Refresh column dimensions
Refresh column dimensions
Tags:
method refreshRowDimensions [line 412]
void refreshRowDimensions(
)
|
|
Refresh row dimensions
Refresh row dimensions
Tags:
method removeColumn [line 1515]
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 1535]
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 1496]
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 1353]
void setAutoFilter(
[string
$pRange = ''])
|
|
Set Autofilter Range
Set Autofilter Range
Tags:
Parameters:
method setAutoFilterByColumnAndRow [line 1374]
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 1141]
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 1161]
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 688]
void setCellValue(
[string
$pCoordinate = 'A1'], [mixed
$pValue = null])
|
|
Set a cell value
Set a cell value
Tags:
Parameters:
method setCellValueByColumnAndRow [line 701]
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 713]
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 727]
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 setHeaderFooter [line 598]
void setHeaderFooter(
$pValue)
|
|
Set page header/footer
Set page header/footer
Tags:
Parameters:
method setPageMargins [line 578]
void setPageMargins(
$pValue)
|
|
Set page margins
Set page margins
Tags:
Parameters:
method setPageSetup [line 558]
void setPageSetup(
$pValue)
|
|
Set page setup
Set page setup
Tags:
Parameters:
method setPrintGridlines [line 1578]
void setPrintGridlines(
[boolean
$pValue = false])
|
|
Set print gridlines
Set print gridlines
Tags:
Parameters:
method setProtection [line 618]
void setProtection(
$pValue)
|
|
Set Protection
Set Protection
Tags:
Parameters:
method setSelectedCell [line 1687]
void setSelectedCell(
[string
$pCell = ''])
|
|
Selected cell
Selected cell
Tags:
Parameters:
method setSelectedCellByColumnAndRow [line 1706]
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 994]
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 setShowGridlines [line 1560]
void setShowGridlines(
[boolean
$pValue = false])
|
|
Set show gridlines
Set show gridlines
Tags:
Parameters:
method setShowSummaryBelow [line 1596]
void setShowSummaryBelow(
[boolean
$pValue = true])
|
|
Set show summary below
Set show summary below
Tags:
Parameters:
method setShowSummaryRight [line 1614]
void setShowSummaryRight(
[boolean
$pValue = true])
|
|
Set show summary right
Set show summary right
Tags:
Parameters:
method setTitle [line 516]
void setTitle(
[string
$pValue = 'Worksheet'])
|
|
Set title
Set title
Tags:
Parameters:
method toArray [line 1748]
array toArray(
[mixed
$nullValue = null], [boolean
$calculateFormulas = true])
|
|
Create array from worksheet
Create array from worksheet
Tags:
Parameters:
method unfreezePane [line 1428]
Unfreeze Pane
Unfreeze Pane
Tags:
method unmergeCells [line 1215]
void unmergeCells(
[string
$pRange = 'A1:A1'])
|
|
Remove merge on a cell range
Remove merge on a cell range
Tags:
Parameters:
method unmergeCellsByColumnAndRow [line 1240]
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 1298]
void unprotectCells(
[string
$pRange = 'A1'])
|
|
Remove protection on a cell range
Remove protection on a cell range
Tags:
Parameters:
method unprotectCellsByColumnAndRow [line 1321]
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 1901]
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: