$_autoFilter = ''
[line 262]
Autofilter Range
Autofilter Range
Tags:
$_breaks = array()
[line 241]
Collection of breaks
Collection of breaks
Tags:
$_cachedHighestColumn = null
[line 332]
Cached highest column
Cached highest column
Tags:
$_cachedHighestRow = null
[line 339]
Cached highest row
Cached highest row
Tags:
$_cellCollection = array()
[line 136]
Collection of cells
Collection of cells
Tags:
$_cellCollectionIsSorted = false
[line 234]
Is the current cell collection sorted already?
Is the current cell collection sorted already?
Tags:
$_columnDimensions = array()
[line 157]
Collection of column dimensions
Collection of column dimensions
Tags:
$_comments = array()
[line 304]
Collection of comments
Collection of comments
Tags:
$_conditionalStylesCollection = array()
[line 227]
Conditional styles.
Conditional styles. Indexed by cell coordinate, e.g. 'A1'
Tags:
$_dataValidationCollection = array()
[line 360]
Data validation objects.
Data validation objects. Indexed by cell coordinate, e.g. 'A1'
Tags:
$_defaultColumnDimension = null
[line 164]
Default column dimension
Default column dimension
Tags:
$_defaultRowDimension = null
[line 150]
Default row dimension
Default row dimension
Tags:
$_drawingCollection = null
[line 171]
Collection of drawings
Collection of drawings
Tags:
$_freezePane = ''
[line 269]
Freeze pane
Freeze pane
Tags:
$_hashIndex =
[line 2175]
Hash index
Hash index
Tags:
$_headerFooter =
[line 199]
Page header/footer
Page header/footer
Tags:
$_hyperlinkCollection = array()
[line 353]
Hyperlinks.
Hyperlinks. Indexed by cell coordinate, e.g. 'A1'
Tags:
$_mergeCells = array()
[line 248]
Collection of merged cell ranges
Collection of merged cell ranges
Tags:
$_pageMargins =
[line 192]
Page margins
Page margins
Tags:
$_pageSetup =
[line 185]
Page setup
Page setup
Tags:
$_parent =
[line 129]
Parent spreadsheet
Parent spreadsheet
Tags:
$_printGridlines = false
[line 283]
Print gridlines?
Print gridlines?
Tags:
$_protectedCells = array()
[line 255]
Collection of protected cell ranges
Collection of protected cell ranges
Tags:
$_protection =
[line 213]
Protection
Protection
Tags:
$_rightToLeft = false
[line 346]
Right-to-left?
Right-to-left?
Tags:
$_rowDimensions = array()
[line 143]
Collection of row dimensions
Collection of row dimensions
Tags:
$_selectedCell = 'A1'
[line 311]
Selected cell
Selected cell
Tags:
$_sheetView =
[line 206]
Sheet view
Sheet view
Tags:
$_showGridlines = true
[line 276]
Show gridlines?
Show gridlines?
Tags:
$_showSummaryBelow = true
[line 290]
Show summary below? (Row/Column outline)
Show summary below? (Row/Column outline)
Tags:
$_showSummaryRight = true
[line 297]
Show summary right? (Row/Column outline)
Show summary right? (Row/Column outline)
Tags:
$_styles = array()
[line 220]
Collection of styles
Collection of styles
Tags:
$_title =
[line 178]
Worksheet title
Worksheet title
Tags:
$_xActiveCell = 'A1'
[line 318]
Temporary property used by style supervisor.
Temporary property used by style supervisor. Will be removed
Tags:
$_xSelectedCells = 'A1:A1'
[line 325]
Temporary property used by style supervisor.
Temporary property used by style supervisor. Will be removed
Tags:
static method extractSheetTitle [line 2211]
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:
constructor __construct [line 368]
PHPExcel_Worksheet __construct(
[
$pParent = null], [string
$pTitle = 'Worksheet'])
|
|
Create a new worksheet
Create a new worksheet
Tags:
Parameters:
method calculateColumnWidths [line 564]
PHPExcel_Worksheet; calculateColumnWidths(
[boolean
$calculateMergeCells = false])
|
|
Calculate widths for auto-size columns
Calculate widths for auto-size columns
Tags:
Parameters:
method calculateWorksheetDimension [line 552]
string calculateWorksheetDimension(
)
|
|
Calculate worksheet dimension
Calculate worksheet dimension
Tags:
method cellExists [line 1018]
boolean cellExists(
[string
$pCoordinate = 'A1'])
|
|
Cell at a specific coordinate exists?
Cell at a specific coordinate exists?
Tags:
Parameters:
method cellExistsByColumnAndRow [line 1065]
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 1194]
boolean conditionalStylesExists(
[string
$pCoordinate = 'A1'])
|
|
Do conditional styles exist for this cell?
Do conditional styles exist for this cell?
Tags:
Parameters:
method copy [line 2358]
Copy worksheet (!= clone!)
Copy worksheet (!= clone!)
Tags:
method dataValidationExists [line 2338]
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 1276]
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 1344]
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 1638]
Freeze Pane
Freeze Pane
Tags:
Parameters:
method freezePaneByColumnAndRow [line 1659]
Freeze Pane by using numeric cell coordinates
Freeze Pane by using numeric cell coordinates
Tags:
Parameters:
method fromArray [line 2025]
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 2118]
Run PHPExcel garabage collector.
Run PHPExcel garabage collector.
Tags:
method getAutoFilter [line 1577]
Get Autofilter Range
Get Autofilter Range
Tags:
method getBreaks [line 1391]
Get breaks
Get breaks
Tags:
method getCell [line 937]
Get cell at a specific coordinate
Get cell at a specific coordinate
Tags:
Parameters:
method getCellByColumnAndRow [line 994]
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 413]
PHPExcel_Cell[] getCellCollection(
[boolean
$pSorted = true])
|
|
Get collection of cells
Get collection of cells
Tags:
Parameters:
method getColumnDimension [line 1095]
Get column dimension at a specific column
Get column dimension at a specific column
Tags:
Parameters:
method getColumnDimensionByColumn [line 1115]
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 484]
PHPExcel_Worksheet_ColumnDimension[] getColumnDimensions(
)
|
|
Get collection of column dimensions
Get collection of column dimensions
Tags:
method getComment [line 1876]
Get comment for cell
Get comment for cell
Tags:
Parameters:
method getCommentByColumnAndRow [line 1907]
Get comment for cell by using numeric cell coordinates
Get comment for cell by using numeric cell coordinates
Tags:
Parameters:
method getComments [line 1864]
PHPExcel_Comment[] getComments(
)
|
|
Get comments
Get comments
Tags:
method getConditionalStyles [line 1180]
PHPExcel_Style_Conditional[] getConditionalStyles(
[string
$pCoordinate = 'A1'])
|
|
Get conditional styles for a cell
Get conditional styles for a cell
Tags:
Parameters:
method getConditionalStylesCollection [line 1219]
array getConditionalStylesCollection(
)
|
|
Get collection of conditional styles
Get collection of conditional styles
Tags:
method getDataValidation [line 2301]
void getDataValidation(
[string
$pCellCoordinate = 'A1'])
|
|
Get data validation
Get data validation
Tags:
Parameters:
method getDataValidationCollection [line 2348]
PHPExcel_Cell_DataValidation[] getDataValidationCollection(
)
|
|
Get collection of data validations
Get collection of data validations
Tags:
method getDefaultColumnDimension [line 494]
Get default column dimension
Get default column dimension
Tags:
method getDefaultRowDimension [line 474]
Get default row dimension
Get default row dimension
Tags:
method getDefaultStyle [line 1137]
Get default style of workbork.
Get default style of workbork.
Tags:
method getDrawingCollection [line 504]
PHPExcel_Worksheet_BaseDrawing[] getDrawingCollection(
)
|
|
Get collection of drawings
Get collection of drawings
Tags:
method getFreezePane [line 1626]
Get Freeze Pane
Get Freeze Pane
Tags:
method getHashCode [line 2160]
Get hash code
Get hash code
Tags:
method getHashIndex [line 2185]
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 737]
Get page header/footer
Get page header/footer
Tags:
method getHighestColumn [line 803]
string getHighestColumn(
)
|
|
Get highest worksheet column
Get highest worksheet column
Tags:
method getHighestRow [line 842]
Get highest worksheet row
Get highest worksheet row
Tags:
method getHyperlink [line 2244]
void getHyperlink(
[string
$pCellCoordinate = 'A1'])
|
|
Get hyperlink
Get hyperlink
Tags:
Parameters:
method getHyperlinkCollection [line 2291]
PHPExcel_Cell_Hyperlink[] getHyperlinkCollection(
)
|
|
Get collection of hyperlinks
Get collection of hyperlinks
Tags:
method getMergeCells [line 1479]
Get merge cells
Get merge cells
Tags:
method getPageMargins [line 715]
Get page margins
Get page margins
Tags:
method getPageSetup [line 693]
Get page setup
Get page setup
Tags:
method getParent [line 607]
Get parent
Get parent
Tags:
method getPrintGridlines [line 1804]
boolean getPrintGridlines(
)
|
|
Print gridlines?
Print gridlines?
Tags:
method getProtectedCells [line 1567]
array[] getProtectedCells(
)
|
|
Get protected cells
Get protected cells
Tags:
method getProtection [line 781]
Get Protection
Get Protection
Tags:
method getRightToLeft [line 2002]
boolean getRightToLeft(
)
|
|
Get right-to-left
Get right-to-left
Tags:
method getRowDimension [line 1076]
Get row dimension at a specific row
Get row dimension at a specific row
Tags:
Parameters:
method getRowDimensions [line 464]
PHPExcel_Worksheet_RowDimension[] getRowDimensions(
)
|
|
Get collection of row dimensions
Get collection of row dimensions
Tags:
method getRowIterator [line 2109]
Get row iterator
Get row iterator
Tags:
method getSelectedCell [line 1917]
string getSelectedCell(
)
|
|
Get selected cell
Get selected cell
Tags:
method getSheetView [line 759]
Get sheet view
Get sheet view
Tags:
method getShowGridlines [line 1784]
boolean getShowGridlines(
)
|
|
Show gridlines?
Show gridlines?
Tags:
method getShowSummaryBelow [line 1824]
boolean getShowSummaryBelow(
)
|
|
Show summary below? (Row/Column outlining)
Show summary below? (Row/Column outlining)
Tags:
method getShowSummaryRight [line 1844]
boolean getShowSummaryRight(
)
|
|
Show summary right? (Row/Column outlining)
Show summary right? (Row/Column outlining)
Tags:
method getStyle [line 1163]
Get style for cell
Get style for cell
Tags:
Parameters:
method getStyleByColumnAndRow [line 1244]
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 1125]
PHPExcel_Style[] getStyles(
)
|
|
Get styles
Get styles
Tags:
method getTitle [line 636]
method getXActiveCell [line 1927]
Temporary method used by style supervisor.
Temporary method used by style supervisor. Will be removed
Tags:
method getXSelectedCells [line 1937]
string getXSelectedCells(
)
|
|
Temporary method used by style supervisor.
Temporary method used by style supervisor. Will be removed
Tags:
method hyperlinkExists [line 2281]
boolean hyperlinkExists(
[
$pCoordinate = 'A1'], string
$pCellCoordinate)
|
|
Hyperlink at a specific coordinate exists?
Hyperlink at a specific coordinate exists?
Tags:
Parameters:
method insertNewColumnBefore [line 1700]
Insert a new column, updating all possible related data
Insert a new column, updating all possible related data
Tags:
Parameters:
method insertNewColumnBeforeByIndex [line 1718]
Insert a new column, updating all possible related data
Insert a new column, updating all possible related data
Tags:
Parameters:
method insertNewRowBefore [line 1682]
Insert a new row, updating all possible related data
Insert a new row, updating all possible related data
Tags:
Parameters:
method mergeCells [line 1403]
Set merge on a cell range
Set merge on a cell range
Tags:
Parameters:
method mergeCellsByColumnAndRow [line 1427]
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 1493]
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 1518]
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 617]
Re-bind parent
Re-bind parent
Tags:
Parameters:
method refreshColumnDimensions [line 514]
Refresh column dimensions
Refresh column dimensions
Tags:
method refreshRowDimensions [line 533]
Refresh row dimensions
Refresh row dimensions
Tags:
method removeColumn [line 1752]
Remove a column, updating all possible related data
Remove a column, updating all possible related data
Tags:
Parameters:
method removeColumnByIndex [line 1771]
Remove a column, updating all possible related data
Remove a column, updating all possible related data
Tags:
Parameters:
method removeConditionalStyles [line 1208]
Removes conditional styles for a cell
Removes conditional styles for a cell
Tags:
Parameters:
method removeRow [line 1734]
Delete a row, updating all possible related data
Delete a row, updating all possible related data
Tags:
Parameters:
method setAutoFilter [line 1589]
Set Autofilter Range
Set Autofilter Range
Tags:
Parameters:
method setAutoFilterByColumnAndRow [line 1612]
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 1358]
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 1381]
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 880]
Set a cell value
Set a cell value
Tags:
Parameters:
method setCellValueByColumnAndRow [line 896]
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 909]
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 925]
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 1231]
PHPExcel_Worksheet setConditionalStyles(
[$pCoordinate
$pCoordinate = 'A1'], $pValue
$pValue)
|
|
Set conditional styles
Set conditional styles
Tags:
Parameters:
method setDataValidation [line 2321]
PHPExcel_Worksheet setDataValidation(
[string
$pCellCoordinate = 'A1'], [
$pDataValidation = null])
|
|
Set data validation
Set data validation
Tags:
Parameters:
method setDefaultStyle [line 1150]
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 2197]
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 748]
Set page header/footer
Set page header/footer
Tags:
Parameters:
method setHyperlink [line 2264]
Set hyperlnk
Set hyperlnk
Tags:
Parameters:
method setPageMargins [line 726]
Set page margins
Set page margins
Tags:
Parameters:
method setPageSetup [line 704]
Set page setup
Set page setup
Tags:
Parameters:
method setPrintGridlines [line 1814]
Set print gridlines
Set print gridlines
Tags:
Parameters:
method setProtection [line 792]
Set Protection
Set Protection
Tags:
Parameters:
method setRightToLeft [line 2012]
Set right-to-left
Set right-to-left
Tags:
Parameters:
method setSelectedCell [line 1949]
Selected cell
Selected cell
Tags:
Parameters:
method setSelectedCellByColumnAndRow [line 1992]
Selected cell by using numeric cell coordinates
Selected cell by using numeric cell coordinates
Tags:
Parameters:
method setSharedStyle [line 1260]
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 770]
Set sheet view
Set sheet view
Tags:
Parameters:
method setShowGridlines [line 1794]
Set show gridlines
Set show gridlines
Tags:
Parameters:
method setShowSummaryBelow [line 1834]
Set show summary below
Set show summary below
Tags:
Parameters:
method setShowSummaryRight [line 1854]
Set show summary right
Set show summary right
Tags:
Parameters:
method setTitle [line 648]
Set title
Set title
Tags:
Parameters:
method setXSelectedCells [line 1969]
Temporary method used by style supervisor.
Temporary method used by style supervisor. Will be removed
Tags:
Parameters:
method sortCellCollection [line 428]
Sort collection of cells
Sort collection of cells
Tags:
method toArray [line 2060]
array toArray(
[mixed
$nullValue = null], [boolean
$calculateFormulas = true])
|
|
Create array from worksheet
Create array from worksheet
Tags:
Parameters:
method unfreezePane [line 1669]
Unfreeze Pane
Unfreeze Pane
Tags:
method unmergeCells [line 1440]
Remove merge on a cell range
Remove merge on a cell range
Tags:
Parameters:
method unmergeCellsByColumnAndRow [line 1468]
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 1531]
Remove protection on a cell range
Remove protection on a cell range
Tags:
Parameters:
method unprotectCellsByColumnAndRow [line 1556]
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 2367]
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: