static method extractSheetTitle [line 2281]
static mixed extractSheetTitle(
string
$pRange, [bool
$returnRange = false])
|
|
Extract worksheet title from range.
Extract worksheet title from range.
Example: extractSheetTitle('test!A1') ==> 'A1' Example: extractSheetTitle('test!A1', true) ==> array('test', 'A1');
Tags:
Parameters:
static method _checkSheetTitle [line 430]
static string _checkSheetTitle(
string
$pValue)
|
|
Check sheet title for valid Excel syntax
Check sheet title for valid Excel syntax
Tags:
Parameters:
constructor __construct [line 383]
PHPExcel_Worksheet __construct(
[
$pParent = null], [string
$pTitle = 'Worksheet'])
|
|
Create a new worksheet
Create a new worksheet
Tags:
Parameters:
method calculateColumnWidths [line 602]
PHPExcel_Worksheet; calculateColumnWidths(
[boolean
$calculateMergeCells = false])
|
|
Calculate widths for auto-size columns
Calculate widths for auto-size columns
Tags:
Parameters:
method calculateWorksheetDimension [line 590]
string calculateWorksheetDimension(
)
|
|
Calculate worksheet dimension
Calculate worksheet dimension
Tags:
method cellExists [line 1057]
boolean cellExists(
[string
$pCoordinate = 'A1'])
|
|
Cell at a specific coordinate exists?
Cell at a specific coordinate exists?
Tags:
Parameters:
method cellExistsByColumnAndRow [line 1104]
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 conditionalStylesExists [line 1242]
boolean conditionalStylesExists(
[string
$pCoordinate = 'A1'])
|
|
Do conditional styles exist for this cell?
Do conditional styles exist for this cell?
Tags:
Parameters:
method copy [line 2464]
Copy worksheet (!= clone!)
Copy worksheet (!= clone!)
Tags:
method dataValidationExists [line 2408]
boolean dataValidationExists(
[
$pCoordinate = 'A1'], string
$pCellCoordinate)
|
|
Data validation at a specific coordinate exists?
Data validation at a specific coordinate exists?
Tags:
Parameters:
method duplicateStyle [line 1324]
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 1392]
PHPExcel_Worksheet duplicateStyleArray(
[array
$pStyles = null], [string
$pRange = ''], [boolean
$pAdvanced = true])
|
|
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 1699]
Freeze Pane
Freeze Pane
Tags:
Parameters:
method freezePaneByColumnAndRow [line 1720]
Freeze Pane by using numeric cell coordinates
Freeze Pane by using numeric cell coordinates
Tags:
Parameters:
method fromArray [line 2090]
PHPExcel_Worksheet fromArray(
[array
$source = null], [mixed
$nullValue = null], [
$pCell = 'A1'])
|
|
Fill worksheet from values in array
Fill worksheet from values in array
Tags:
Parameters:
method garbageCollect [line 2183]
Run PHPExcel garabage collector.
Run PHPExcel garabage collector.
Tags:
method getActiveCell [line 1989]
Get active cell
Get active cell
Tags:
method getAutoFilter [line 1638]
Get Autofilter Range
Get Autofilter Range
Tags:
method getBreaks [line 1439]
Get breaks
Get breaks
Tags:
method getCell [line 948]
Get cell at a specific coordinate
Get cell at a specific coordinate
Tags:
Parameters:
method getCellByColumnAndRow [line 1030]
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 451]
PHPExcel_Cell[] getCellCollection(
[boolean
$pSorted = true])
|
|
Get collection of cells
Get collection of cells
Tags:
Parameters:
method getColumnDimension [line 1136]
Get column dimension at a specific column
Get column dimension at a specific column
Tags:
Parameters:
method getColumnDimensionByColumn [line 1158]
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 522]
PHPExcel_Worksheet_ColumnDimension[] getColumnDimensions(
)
|
|
Get collection of column dimensions
Get collection of column dimensions
Tags:
method getComment [line 1937]
Get comment for cell
Get comment for cell
Tags:
Parameters:
method getCommentByColumnAndRow [line 1968]
Get comment for cell by using numeric cell coordinates
Get comment for cell by using numeric cell coordinates
Tags:
Parameters:
method getComments [line 1925]
PHPExcel_Comment[] getComments(
)
|
|
Get comments
Get comments
Tags:
method getConditionalStyles [line 1228]
PHPExcel_Style_Conditional[] getConditionalStyles(
[string
$pCoordinate = 'A1'])
|
|
Get conditional styles for a cell
Get conditional styles for a cell
Tags:
Parameters:
method getConditionalStylesCollection [line 1267]
array getConditionalStylesCollection(
)
|
|
Get collection of conditional styles
Get collection of conditional styles
Tags:
method getDataValidation [line 2371]
void getDataValidation(
[string
$pCellCoordinate = 'A1'])
|
|
Get data validation
Get data validation
Tags:
Parameters:
method getDataValidationCollection [line 2418]
PHPExcel_Cell_DataValidation[] getDataValidationCollection(
)
|
|
Get collection of data validations
Get collection of data validations
Tags:
method getDefaultColumnDimension [line 532]
Get default column dimension
Get default column dimension
Tags:
method getDefaultRowDimension [line 512]
Get default row dimension
Get default row dimension
Tags:
method getDefaultStyle [line 1180]
Get default style of workbork.
Get default style of workbork.
Tags:
method getDrawingCollection [line 542]
PHPExcel_Worksheet_BaseDrawing[] getDrawingCollection(
)
|
|
Get collection of drawings
Get collection of drawings
Tags:
method getFreezePane [line 1687]
Get Freeze Pane
Get Freeze Pane
Tags:
method getHashCode [line 2261]
Get hash code
Get hash code
Tags:
method getHeaderFooter [line 803]
Get page header/footer
Get page header/footer
Tags:
method getHighestColumn [line 869]
string getHighestColumn(
)
|
|
Get highest worksheet column
Get highest worksheet column
Tags:
method getHighestRow [line 879]
Get highest worksheet row
Get highest worksheet row
Tags:
method getHyperlink [line 2314]
void getHyperlink(
[string
$pCellCoordinate = 'A1'])
|
|
Get hyperlink
Get hyperlink
Tags:
Parameters:
method getHyperlinkCollection [line 2361]
PHPExcel_Cell_Hyperlink[] getHyperlinkCollection(
)
|
|
Get collection of hyperlinks
Get collection of hyperlinks
Tags:
method getMergeCells [line 1527]
Get merge cells array.
Get merge cells array.
Tags:
method getPageMargins [line 781]
Get page margins
Get page margins
Tags:
method getPageSetup [line 759]
Get page setup
Get page setup
Tags:
method getParent [line 656]
Get parent
Get parent
Tags:
method getPrintGridlines [line 1865]
boolean getPrintGridlines(
)
|
|
Print gridlines?
Print gridlines?
Tags:
method getProtectedCells [line 1628]
array[] getProtectedCells(
)
|
|
Get protected cells
Get protected cells
Tags:
method getProtection [line 847]
Get Protection
Get Protection
Tags:
method getRightToLeft [line 2067]
boolean getRightToLeft(
)
|
|
Get right-to-left
Get right-to-left
Tags:
method getRowDimension [line 1115]
Get row dimension at a specific row
Get row dimension at a specific row
Tags:
Parameters:
method getRowDimensions [line 502]
PHPExcel_Worksheet_RowDimension[] getRowDimensions(
)
|
|
Get collection of row dimensions
Get collection of row dimensions
Tags:
method getRowIterator [line 2174]
Get row iterator
Get row iterator
Tags:
method getSelectedCell [line 1979]
string getSelectedCell(
)
|
|
Get selected cell
Get selected cell
Tags:
method getSelectedCells [line 1999]
string getSelectedCells(
)
|
|
Get selected cells
Get selected cells
Tags:
method getSheetState [line 739]
Get sheet state
Get sheet state
Tags:
method getSheetView [line 825]
Get sheet view
Get sheet view
Tags:
method getShowGridlines [line 1845]
boolean getShowGridlines(
)
|
|
Show gridlines?
Show gridlines?
Tags:
method getShowSummaryBelow [line 1885]
boolean getShowSummaryBelow(
)
|
|
Show summary below? (Row/Column outlining)
Show summary below? (Row/Column outlining)
Tags:
method getShowSummaryRight [line 1905]
boolean getShowSummaryRight(
)
|
|
Show summary right? (Row/Column outlining)
Show summary right? (Row/Column outlining)
Tags:
method getStyle [line 1211]
Get style for cell
Get style for cell
Tags:
Parameters:
method getStyleByColumnAndRow [line 1292]
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 1168]
PHPExcel_Style[] getStyles(
)
|
|
Get styles
Get styles
Tags:
method getTabColor [line 2428]
Get tab color
Get tab color
Tags:
method getTitle [line 685]
method hyperlinkExists [line 2351]
boolean hyperlinkExists(
[
$pCoordinate = 'A1'], string
$pCellCoordinate)
|
|
Hyperlink at a specific coordinate exists?
Hyperlink at a specific coordinate exists?
Tags:
Parameters:
method insertNewColumnBefore [line 1761]
Insert a new column, updating all possible related data
Insert a new column, updating all possible related data
Tags:
Parameters:
method insertNewColumnBeforeByIndex [line 1779]
Insert a new column, updating all possible related data
Insert a new column, updating all possible related data
Tags:
Parameters:
method insertNewRowBefore [line 1743]
Insert a new row, updating all possible related data
Insert a new row, updating all possible related data
Tags:
Parameters:
method isTabColorSet [line 2454]
Tab color set?
Tab color set?
Tags:
method mergeCells [line 1451]
Set merge on a cell range
Set merge on a cell range
Tags:
Parameters:
method mergeCellsByColumnAndRow [line 1475]
PHPExcel_Worksheet 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 1554]
PHPExcel_Worksheet 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 1579]
PHPExcel_Worksheet 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 666]
Re-bind parent
Re-bind parent
Tags:
Parameters:
method refreshColumnDimensions [line 552]
Refresh column dimensions
Refresh column dimensions
Tags:
method refreshRowDimensions [line 571]
Refresh row dimensions
Refresh row dimensions
Tags:
method removeColumn [line 1813]
Remove a column, updating all possible related data
Remove a column, updating all possible related data
Tags:
Parameters:
method removeColumnByIndex [line 1832]
Remove a column, updating all possible related data
Remove a column, updating all possible related data
Tags:
Parameters:
method removeConditionalStyles [line 1256]
Removes conditional styles for a cell
Removes conditional styles for a cell
Tags:
Parameters:
method removeRow [line 1795]
Delete a row, updating all possible related data
Delete a row, updating all possible related data
Tags:
Parameters:
method resetTabColor [line 2441]
Reset tab color
Reset tab color
Tags:
method setAutoFilter [line 1650]
Set Autofilter Range
Set Autofilter Range
Tags:
Parameters:
method setAutoFilterByColumnAndRow [line 1673]
PHPExcel_Worksheet 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 1406]
PHPExcel_Worksheet 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 1429]
PHPExcel_Worksheet 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 891]
Set a cell value
Set a cell value
Tags:
Parameters:
method setCellValueByColumnAndRow [line 907]
PHPExcel_Worksheet 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 920]
PHPExcel_Worksheet 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 936]
PHPExcel_Worksheet 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 setConditionalStyles [line 1279]
PHPExcel_Worksheet setConditionalStyles(
[$pCoordinate
$pCoordinate = 'A1'], $pValue
$pValue)
|
|
Set conditional styles
Set conditional styles
Tags:
Parameters:
method setDataValidation [line 2391]
PHPExcel_Worksheet setDataValidation(
[string
$pCellCoordinate = 'A1'], [
$pDataValidation = null])
|
|
Set data validation
Set data validation
Tags:
Parameters:
method setDefaultStyle [line 1193]
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 setHeaderFooter [line 814]
Set page header/footer
Set page header/footer
Tags:
Parameters:
method setHyperlink [line 2334]
Set hyperlnk
Set hyperlnk
Tags:
Parameters:
method setMergeCells [line 1538]
void setMergeCells(
[array
$pValue = array()])
|
|
Set merge cells array for the entire sheet. a single cell range.
Set merge cells array for the entire sheet. Use instead mergeCells() to merge a single cell range.
Tags:
Parameters:
method setPageMargins [line 792]
Set page margins
Set page margins
Tags:
Parameters:
method setPageSetup [line 770]
Set page setup
Set page setup
Tags:
Parameters:
method setPrintGridlines [line 1875]
Set print gridlines
Set print gridlines
Tags:
Parameters:
method setProtection [line 858]
Set Protection
Set Protection
Tags:
Parameters:
method setRightToLeft [line 2077]
Set right-to-left
Set right-to-left
Tags:
Parameters:
method setSelectedCell [line 2010]
Selected cell
Selected cell
Tags:
Parameters:
method setSelectedCellByColumnAndRow [line 2057]
Selected cell by using numeric cell coordinates
Selected cell by using numeric cell coordinates
Tags:
Parameters:
method setSelectedCells [line 2022]
Select a range of cells.
Select a range of cells.
Tags:
Parameters:
method setSharedStyle [line 1308]
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 setSheetState [line 749]
PHPExcel_Worksheet setSheetState(
[string
$value = PHPExcel_Worksheet::SHEETSTATE_VISIBLE])
|
|
Set sheet state
Set sheet state
Tags:
Parameters:
method setSheetView [line 836]
Set sheet view
Set sheet view
Tags:
Parameters:
method setShowGridlines [line 1855]
Set show gridlines
Set show gridlines
Tags:
Parameters:
method setShowSummaryBelow [line 1895]
Set show summary below
Set show summary below
Tags:
Parameters:
method setShowSummaryRight [line 1915]
Set show summary right
Set show summary right
Tags:
Parameters:
method setTitle [line 696]
Set title
Set title
Tags:
Parameters:
method sortCellCollection [line 466]
Sort collection of cells
Sort collection of cells
Tags:
method toArray [line 2125]
array toArray(
[mixed
$nullValue = null], [boolean
$calculateFormulas = true])
|
|
Create array from worksheet
Create array from worksheet
Tags:
Parameters:
method unfreezePane [line 1730]
Unfreeze Pane
Unfreeze Pane
Tags:
method unmergeCells [line 1488]
Remove merge on a cell range
Remove merge on a cell range
Tags:
Parameters:
method unmergeCellsByColumnAndRow [line 1516]
PHPExcel_Worksheet 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 1592]
Remove protection on a cell range
Remove protection on a cell range
Tags:
Parameters:
method unprotectCellsByColumnAndRow [line 1617]
PHPExcel_Worksheet 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 2473]
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: