|
ILIAS
Release_4_0_x_branch Revision 61816
|
Inheritance diagram for PHPExcel_Worksheet:
Collaboration diagram for PHPExcel_Worksheet:Public Member Functions | |
| __construct (PHPExcel $pParent=null, $pTitle= 'Worksheet') | |
| Create a new worksheet. | |
| getCellCollection ($pSorted=true) | |
| Get collection of cells. | |
| sortCellCollection () | |
| Sort collection of cells. | |
| getRowDimensions () | |
| Get collection of row dimensions. | |
| getDefaultRowDimension () | |
| Get default row dimension. | |
| getColumnDimensions () | |
| Get collection of column dimensions. | |
| getDefaultColumnDimension () | |
| Get default column dimension. | |
| getDrawingCollection () | |
| Get collection of drawings. | |
| refreshColumnDimensions () | |
| Refresh column dimensions. | |
| refreshRowDimensions () | |
| Refresh row dimensions. | |
| calculateWorksheetDimension () | |
| Calculate worksheet dimension. | |
| calculateColumnWidths ($calculateMergeCells=false) | |
| Calculate widths for auto-size columns. | |
| getParent () | |
| Get parent. | |
| rebindParent (PHPExcel $parent) | |
| Re-bind parent. | |
| getTitle () | |
| Get title. | |
| setTitle ($pValue= 'Worksheet') | |
| Set title. | |
| getPageSetup () | |
| Get page setup. | |
| setPageSetup (PHPExcel_Worksheet_PageSetup $pValue) | |
| Set page setup. | |
| getPageMargins () | |
| Get page margins. | |
| setPageMargins (PHPExcel_Worksheet_PageMargins $pValue) | |
| Set page margins. | |
| getHeaderFooter () | |
| Get page header/footer. | |
| setHeaderFooter (PHPExcel_Worksheet_HeaderFooter $pValue) | |
| Set page header/footer. | |
| getSheetView () | |
| Get sheet view. | |
| setSheetView (PHPExcel_Worksheet_SheetView $pValue) | |
| Set sheet view. | |
| getProtection () | |
| Get Protection. | |
| setProtection (PHPExcel_Worksheet_Protection $pValue) | |
| Set Protection. | |
| getHighestColumn () | |
| Get highest worksheet column. | |
| getHighestRow () | |
| Get highest worksheet row. | |
| setCellValue ($pCoordinate= 'A1', $pValue=null) | |
| Set a cell value. | |
| setCellValueByColumnAndRow ($pColumn=0, $pRow=0, $pValue=null) | |
| Set a cell value by using numeric cell coordinates. | |
| setCellValueExplicit ($pCoordinate= 'A1', $pValue=null, $pDataType=PHPExcel_Cell_DataType::TYPE_STRING) | |
| Set a cell value. | |
| setCellValueExplicitByColumnAndRow ($pColumn=0, $pRow=0, $pValue=null, $pDataType=PHPExcel_Cell_DataType::TYPE_STRING) | |
| Set a cell value by using numeric cell coordinates. | |
| getCell ($pCoordinate= 'A1') | |
| Get cell at a specific coordinate. | |
| getCellByColumnAndRow ($pColumn=0, $pRow=0) | |
| Get cell at a specific coordinate by using numeric cell coordinates. | |
| cellExists ($pCoordinate= 'A1') | |
| Cell at a specific coordinate exists? | |
| cellExistsByColumnAndRow ($pColumn=0, $pRow=0) | |
| Cell at a specific coordinate by using numeric cell coordinates exists? | |
| getRowDimension ($pRow=0) | |
| Get row dimension at a specific row. | |
| getColumnDimension ($pColumn= 'A') | |
| Get column dimension at a specific column. | |
| getColumnDimensionByColumn ($pColumn=0) | |
| Get column dimension at a specific column by using numeric cell coordinates. | |
| getStyles () | |
| Get styles. | |
| getDefaultStyle () | |
| Get default style of workbork. | |
| setDefaultStyle (PHPExcel_Style $value) | |
| Set default style - should only be used by PHPExcel_IReader implementations! | |
| getStyle ($pCellCoordinate= 'A1') | |
| Get style for cell. | |
| getConditionalStyles ($pCoordinate= 'A1') | |
| Get conditional styles for a cell. | |
| conditionalStylesExists ($pCoordinate= 'A1') | |
| Do conditional styles exist for this cell? | |
| removeConditionalStyles ($pCoordinate= 'A1') | |
| Removes conditional styles for a cell. | |
| getConditionalStylesCollection () | |
| Get collection of conditional styles. | |
| setConditionalStyles ($pCoordinate= 'A1', $pValue) | |
| Set conditional styles. | |
| getStyleByColumnAndRow ($pColumn=0, $pRow=0) | |
| Get style for cell by using numeric cell coordinates. | |
| setSharedStyle (PHPExcel_Style $pSharedCellStyle=null, $pRange= '') | |
| Set shared cell style to a range of cells. | |
| duplicateStyle (PHPExcel_Style $pCellStyle=null, $pRange= '') | |
| Duplicate cell style to a range of cells. | |
| duplicateStyleArray ($pStyles=null, $pRange= '', $pAdvanced=true) | |
| Duplicate cell style array to a range of cells. | |
| setBreak ($pCell= 'A1', $pBreak=PHPExcel_Worksheet::BREAK_NONE) | |
| Set break on a cell. | |
| setBreakByColumnAndRow ($pColumn=0, $pRow=0, $pBreak=PHPExcel_Worksheet::BREAK_NONE) | |
| Set break on a cell by using numeric cell coordinates. | |
| getBreaks () | |
| Get breaks. | |
| mergeCells ($pRange= 'A1:A1') | |
| Set merge on a cell range. | |
| mergeCellsByColumnAndRow ($pColumn1=0, $pRow1=0, $pColumn2=0, $pRow2=0) | |
| Set merge on a cell range by using numeric cell coordinates. | |
| unmergeCells ($pRange= 'A1:A1') | |
| Remove merge on a cell range. | |
| unmergeCellsByColumnAndRow ($pColumn1=0, $pRow1=0, $pColumn2=0, $pRow2=0) | |
| Remove merge on a cell range by using numeric cell coordinates. | |
| getMergeCells () | |
| Get merge cells. | |
| protectCells ($pRange= 'A1', $pPassword= '', $pAlreadyHashed=false) | |
| Set protection on a cell range. | |
| protectCellsByColumnAndRow ($pColumn1=0, $pRow1=0, $pColumn2=0, $pRow2=0, $pPassword= '', $pAlreadyHashed=false) | |
| Set protection on a cell range by using numeric cell coordinates. | |
| unprotectCells ($pRange= 'A1') | |
| Remove protection on a cell range. | |
| unprotectCellsByColumnAndRow ($pColumn1=0, $pRow1=0, $pColumn2=0, $pRow2=0, $pPassword= '', $pAlreadyHashed=false) | |
| Remove protection on a cell range by using numeric cell coordinates. | |
| getProtectedCells () | |
| Get protected cells. | |
| getAutoFilter () | |
| Get Autofilter Range. | |
| setAutoFilter ($pRange= '') | |
| Set Autofilter Range. | |
| setAutoFilterByColumnAndRow ($pColumn1=0, $pRow1=0, $pColumn2=0, $pRow2=0) | |
| Set Autofilter Range by using numeric cell coordinates. | |
| getFreezePane () | |
| Get Freeze Pane. | |
| freezePane ($pCell= '') | |
| Freeze Pane. | |
| freezePaneByColumnAndRow ($pColumn=0, $pRow=0) | |
| Freeze Pane by using numeric cell coordinates. | |
| unfreezePane () | |
| Unfreeze Pane. | |
| insertNewRowBefore ($pBefore=1, $pNumRows=1) | |
| Insert a new row, updating all possible related data. | |
| insertNewColumnBefore ($pBefore= 'A', $pNumCols=1) | |
| Insert a new column, updating all possible related data. | |
| insertNewColumnBeforeByIndex ($pBefore=0, $pNumCols=1) | |
| Insert a new column, updating all possible related data. | |
| removeRow ($pRow=1, $pNumRows=1) | |
| Delete a row, updating all possible related data. | |
| removeColumn ($pColumn= 'A', $pNumCols=1) | |
| Remove a column, updating all possible related data. | |
| removeColumnByIndex ($pColumn=0, $pNumCols=1) | |
| Remove a column, updating all possible related data. | |
| getShowGridlines () | |
| Show gridlines? | |
| setShowGridlines ($pValue=false) | |
| Set show gridlines. | |
| getPrintGridlines () | |
| Print gridlines? | |
| setPrintGridlines ($pValue=false) | |
| Set print gridlines. | |
| getShowSummaryBelow () | |
| Show summary below? (Row/Column outlining) | |
| setShowSummaryBelow ($pValue=true) | |
| Set show summary below. | |
| getShowSummaryRight () | |
| Show summary right? (Row/Column outlining) | |
| setShowSummaryRight ($pValue=true) | |
| Set show summary right. | |
| getComments () | |
| Get comments. | |
| getComment ($pCellCoordinate= 'A1') | |
| Get comment for cell. | |
| getCommentByColumnAndRow ($pColumn=0, $pRow=0) | |
| Get comment for cell by using numeric cell coordinates. | |
| getSelectedCell () | |
| Get selected cell. | |
| getXActiveCell () | |
| Temporary method used by style supervisor. | |
| getXSelectedCells () | |
| Temporary method used by style supervisor. | |
| setSelectedCell ($pCell= '') | |
| Selected cell. | |
| setXSelectedCells ($pCoordinate= 'A1:A1') | |
| Temporary method used by style supervisor. | |
| setSelectedCellByColumnAndRow ($pColumn=0, $pRow=0) | |
| Selected cell by using numeric cell coordinates. | |
| getRightToLeft () | |
| Get right-to-left. | |
| setRightToLeft ($value=false) | |
| Set right-to-left. | |
| fromArray ($source=null, $nullValue=null, $pCell= 'A1') | |
| Fill worksheet from values in array. | |
| toArray ($nullValue=null, $calculateFormulas=true) | |
| Create array from worksheet. | |
| getRowIterator () | |
| Get row iterator. | |
| garbageCollect () | |
| Run PHPExcel garabage collector. | |
| getHashCode () | |
| Get hash code. | |
| getHashIndex () | |
| Get hash index. | |
| setHashIndex ($value) | |
| Set hash index. | |
| getHyperlink ($pCellCoordinate= 'A1') | |
| Get hyperlink. | |
| setHyperlink ($pCellCoordinate= 'A1', PHPExcel_Cell_Hyperlink $pHyperlink=null) | |
| Set hyperlnk. | |
| hyperlinkExists ($pCoordinate= 'A1') | |
| Hyperlink at a specific coordinate exists? | |
| getHyperlinkCollection () | |
| Get collection of hyperlinks. | |
| getDataValidation ($pCellCoordinate= 'A1') | |
| Get data validation. | |
| setDataValidation ($pCellCoordinate= 'A1', PHPExcel_Cell_DataValidation $pDataValidation=null) | |
| Set data validation. | |
| dataValidationExists ($pCoordinate= 'A1') | |
| Data validation at a specific coordinate exists? | |
| getDataValidationCollection () | |
| Get collection of data validations. | |
| copy () | |
| Copy worksheet (!= clone!) | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. | |
Static Public Member Functions | |
| static | extractSheetTitle ($pRange, $returnRange=false) |
| Extract worksheet title from range. | |
Data Fields | |
| const | BREAK_NONE = 0 |
| const | BREAK_ROW = 1 |
| const | BREAK_COLUMN = 2 |
Private Attributes | |
| $_parent | |
| $_cellCollection = array() | |
| $_rowDimensions = array() | |
| $_defaultRowDimension = null | |
| $_columnDimensions = array() | |
| $_defaultColumnDimension = null | |
| $_drawingCollection = null | |
| $_title | |
| $_pageSetup | |
| $_pageMargins | |
| $_headerFooter | |
| $_sheetView | |
| $_protection | |
| $_styles = array() | |
| $_conditionalStylesCollection = array() | |
| $_cellCollectionIsSorted = false | |
| $_breaks = array() | |
| $_mergeCells = array() | |
| $_protectedCells = array() | |
| $_autoFilter = '' | |
| $_freezePane = '' | |
| $_showGridlines = true | |
| $_printGridlines = false | |
| $_showSummaryBelow = true | |
| $_showSummaryRight = true | |
| $_comments = array() | |
| $_selectedCell = 'A1' | |
| $_xActiveCell = 'A1' | |
| $_xSelectedCells = 'A1:A1' | |
| $_cachedHighestColumn = null | |
| $_cachedHighestRow = null | |
| $_rightToLeft = false | |
| $_hyperlinkCollection = array() | |
| $_dataValidationCollection = array() | |
| $_hashIndex | |
Definition at line 117 of file Worksheet.php.
| PHPExcel_Worksheet::__construct | ( | PHPExcel | $pParent = null, |
$pTitle = 'Worksheet' |
|||
| ) |
Create a new worksheet.
| PHPExcel | $pParent | |
| string | $pTitle |
Definition at line 368 of file Worksheet.php.
References setTitle().
Here is the call graph for this function:| PHPExcel_Worksheet::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 2367 of file Worksheet.php.
References $key.
| PHPExcel_Worksheet::calculateColumnWidths | ( | $calculateMergeCells = false | ) |
Calculate widths for auto-size columns.
| boolean | $calculateMergeCells | Calculate merge cell width |
Definition at line 564 of file Worksheet.php.
References PHPExcel_Shared_Font\calculateColumnWidth(), getCellCollection(), getColumnDimension(), getColumnDimensions(), getDefaultColumnDimension(), getMergeCells(), and getParent().
Here is the call graph for this function:| PHPExcel_Worksheet::calculateWorksheetDimension | ( | ) |
Calculate worksheet dimension.
Definition at line 552 of file Worksheet.php.
References getHighestColumn(), and getHighestRow().
Referenced by toArray().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::cellExists | ( | $pCoordinate = 'A1' | ) |
Cell at a specific coordinate exists?
| string | $pCoordinate | Coordinate of the cell |
| Exception |
Definition at line 1018 of file Worksheet.php.
References PHPExcel_Calculation\CALCULATION_REGEXP_CELLREF, PHPExcel_Cell\coordinateFromString(), elseif(), extractSheetTitle(), getHashCode(), getParent(), getTitle(), and PHPExcel_NamedRange\resolveRange().
Referenced by cellExistsByColumnAndRow().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::cellExistsByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0 |
|||
| ) |
Cell at a specific coordinate by using numeric cell coordinates exists?
| string | $pColumn | Numeric column coordinate of the cell |
| string | $pRow | Numeric row coordinate of the cell |
Definition at line 1065 of file Worksheet.php.
References cellExists(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by toArray().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::conditionalStylesExists | ( | $pCoordinate = 'A1' | ) |
Do conditional styles exist for this cell?
| string | $pCoordinate |
Definition at line 1194 of file Worksheet.php.
| PHPExcel_Worksheet::copy | ( | ) |
Copy worksheet (!= clone!)
Definition at line 2358 of file Worksheet.php.
| PHPExcel_Worksheet::dataValidationExists | ( | $pCoordinate = 'A1' | ) |
Data validation at a specific coordinate exists?
| string | $pCellCoordinate |
Definition at line 2338 of file Worksheet.php.
| PHPExcel_Worksheet::duplicateStyle | ( | PHPExcel_Style | $pCellStyle = null, |
$pRange = '' |
|||
| ) |
Duplicate cell style to a range of cells.
Please note that this will overwrite existing cell styles for cells in range!
| PHPExcel_Style | $pCellStyle | Cell style to duplicate |
| string | $pRange | Range of cells (i.e. "A1:B10"), or just one cell (i.e. "A1") |
| Exception |
Definition at line 1276 of file Worksheet.php.
References $_parent, $row, PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), getCell(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by setSharedStyle().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::duplicateStyleArray | ( | $pStyles = null, |
|
$pRange = '', |
|||
$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. For example, if you decide to set a range of cells to font bold, only include font bold in the styles array.
| array | $pStyles | Array containing style information |
| string | $pRange | Range of cells (i.e. "A1:B10"), or just one cell (i.e. "A1") |
| boolean | $pAdvanced | Advanced mode for setting borders. |
| Exception |
Definition at line 1344 of file Worksheet.php.
References getStyle().
Here is the call graph for this function:
|
static |
Extract worksheet title from range.
Example: extractSheetTitle('test!A1') ==> 'A1' Example: extractSheetTitle('test!A1', true) ==> array('test', 'A1');
| string | $pRange | Range to extract title from |
| bool | $returnRange | Return range? (see example) |
Definition at line 2211 of file Worksheet.php.
Referenced by cellExists(), PHPExcel_Calculation\extractCellRange(), PHPExcel_Calculation\extractNamedRange(), getCell(), and PHPExcel_Reader_Excel2007\load().
Here is the caller graph for this function:| PHPExcel_Worksheet::freezePane | ( | $pCell = '' | ) |
Freeze Pane.
| string | $pCell | Cell (i.e. A1) |
| Exception |
Definition at line 1638 of file Worksheet.php.
Referenced by freezePaneByColumnAndRow(), and unfreezePane().
Here is the caller graph for this function:| PHPExcel_Worksheet::freezePaneByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0 |
|||
| ) |
Freeze Pane by using numeric cell coordinates.
| int | $pColumn | Numeric column coordinate of the cell |
| int | $pRow | Numeric row coordinate of the cell |
| Exception |
Definition at line 1659 of file Worksheet.php.
References freezePane(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::fromArray | ( | $source = null, |
|
$nullValue = null, |
|||
$pCell = 'A1' |
|||
| ) |
Fill worksheet from values in array.
| array | $source | Source array |
| mixed | $nullValue | Value treated as "null" |
| Exception |
Definition at line 2025 of file Worksheet.php.
References PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), setCellValue(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::garbageCollect | ( | ) |
Run PHPExcel garabage collector.
Definition at line 2118 of file Worksheet.php.
References getDrawingCollection().
Referenced by toArray().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::getAutoFilter | ( | ) |
Get Autofilter Range.
Definition at line 1577 of file Worksheet.php.
References $_autoFilter.
| PHPExcel_Worksheet::getBreaks | ( | ) |
| PHPExcel_Worksheet::getCell | ( | $pCoordinate = 'A1' | ) |
Get cell at a specific coordinate.
| string | $pCoordinate | Coordinate of the cell |
| Exception |
Definition at line 937 of file Worksheet.php.
References PHPExcel_Calculation\CALCULATION_REGEXP_CELLREF, PHPExcel_Cell\coordinateFromString(), elseif(), extractSheetTitle(), getHashCode(), getParent(), getTitle(), PHPExcel_NamedRange\resolveRange(), and PHPExcel_Cell_DataType\TYPE_NULL.
Referenced by duplicateStyle(), getDataValidation(), getHyperlink(), setCellValue(), setCellValueExplicit(), setDataValidation(), and setHyperlink().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::getCellByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0 |
|||
| ) |
Get cell at a specific coordinate by using numeric cell coordinates.
| string | $pColumn | Numeric column coordinate of the cell |
| string | $pRow | Numeric row coordinate of the cell |
Definition at line 994 of file Worksheet.php.
References PHPExcel_Cell\stringFromColumnIndex(), and PHPExcel_Cell_DataType\TYPE_NULL.
Referenced by toArray().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::getCellCollection | ( | $pSorted = true | ) |
Get collection of cells.
| boolean | $pSorted | Also sort the cell collection? |
Definition at line 413 of file Worksheet.php.
References $_cellCollection, and sortCellCollection().
Referenced by PHPExcel\addExternalSheet(), and calculateColumnWidths().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::getColumnDimension | ( | $pColumn = 'A' | ) |
Get column dimension at a specific column.
| string | $pColumn | String index of the column |
Definition at line 1095 of file Worksheet.php.
Referenced by calculateColumnWidths(), and getColumnDimensionByColumn().
Here is the caller graph for this function:| PHPExcel_Worksheet::getColumnDimensionByColumn | ( | $pColumn = 0 | ) |
Get column dimension at a specific column by using numeric cell coordinates.
| string | $pColumn | Numeric column coordinate of the cell |
| string | $pRow | Numeric row coordinate of the cell |
Definition at line 1115 of file Worksheet.php.
References getColumnDimension(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::getColumnDimensions | ( | ) |
Get collection of column dimensions.
Definition at line 484 of file Worksheet.php.
References $_columnDimensions.
Referenced by calculateColumnWidths(), and refreshColumnDimensions().
Here is the caller graph for this function:| PHPExcel_Worksheet::getComment | ( | $pCellCoordinate = 'A1' | ) |
Get comment for cell.
| string | $pCellCoordinate | Cell coordinate to get comment for |
| Exception |
Definition at line 1876 of file Worksheet.php.
Referenced by getCommentByColumnAndRow().
Here is the caller graph for this function:| PHPExcel_Worksheet::getCommentByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0 |
|||
| ) |
Get comment for cell by using numeric cell coordinates.
| int | $pColumn | Numeric column coordinate of the cell |
| int | $pRow | Numeric row coordinate of the cell |
Definition at line 1907 of file Worksheet.php.
References getComment(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::getComments | ( | ) |
Get comments.
Definition at line 1864 of file Worksheet.php.
References $_comments.
| PHPExcel_Worksheet::getConditionalStyles | ( | $pCoordinate = 'A1' | ) |
Get conditional styles for a cell.
| string | $pCoordinate |
Definition at line 1180 of file Worksheet.php.
| PHPExcel_Worksheet::getConditionalStylesCollection | ( | ) |
Get collection of conditional styles.
Definition at line 1219 of file Worksheet.php.
References $_conditionalStylesCollection.
| PHPExcel_Worksheet::getDataValidation | ( | $pCellCoordinate = 'A1' | ) |
Get data validation.
| string | $pCellCoordinate | Cell coordinate to get data validation for |
Definition at line 2301 of file Worksheet.php.
References getCell().
Here is the call graph for this function:| PHPExcel_Worksheet::getDataValidationCollection | ( | ) |
Get collection of data validations.
Definition at line 2348 of file Worksheet.php.
References $_dataValidationCollection.
| PHPExcel_Worksheet::getDefaultColumnDimension | ( | ) |
Get default column dimension.
Definition at line 494 of file Worksheet.php.
References $_defaultColumnDimension.
Referenced by calculateColumnWidths().
Here is the caller graph for this function:| PHPExcel_Worksheet::getDefaultRowDimension | ( | ) |
Get default row dimension.
Definition at line 474 of file Worksheet.php.
References $_defaultRowDimension.
| PHPExcel_Worksheet::getDefaultStyle | ( | ) |
Get default style of workbork.
| Exception |
Definition at line 1137 of file Worksheet.php.
| PHPExcel_Worksheet::getDrawingCollection | ( | ) |
Get collection of drawings.
Definition at line 504 of file Worksheet.php.
References $_drawingCollection.
Referenced by PHPExcel_Writer_HTML\_writeImageTagInCell(), and garbageCollect().
Here is the caller graph for this function:| PHPExcel_Worksheet::getFreezePane | ( | ) |
Get Freeze Pane.
Definition at line 1626 of file Worksheet.php.
References $_freezePane.
| PHPExcel_Worksheet::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 2160 of file Worksheet.php.
Referenced by cellExists(), getCell(), and PHPExcel\getIndex().
Here is the caller graph for this function:| PHPExcel_Worksheet::getHashIndex | ( | ) |
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.
Implements PHPExcel_IComparable.
Definition at line 2185 of file Worksheet.php.
References $_hashIndex.
| PHPExcel_Worksheet::getHeaderFooter | ( | ) |
| PHPExcel_Worksheet::getHighestColumn | ( | ) |
Get highest worksheet column.
Definition at line 803 of file Worksheet.php.
References $_cachedHighestColumn, PHPExcel_Cell\columnIndexFromString(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by calculateWorksheetDimension().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::getHighestRow | ( | ) |
Get highest worksheet row.
Definition at line 842 of file Worksheet.php.
References $_cachedHighestRow.
Referenced by calculateWorksheetDimension().
Here is the caller graph for this function:| PHPExcel_Worksheet::getHyperlink | ( | $pCellCoordinate = 'A1' | ) |
Get hyperlink.
| string | $pCellCoordinate | Cell coordinate to get hyperlink for |
Definition at line 2244 of file Worksheet.php.
References getCell().
Here is the call graph for this function:| PHPExcel_Worksheet::getHyperlinkCollection | ( | ) |
Get collection of hyperlinks.
Definition at line 2291 of file Worksheet.php.
References $_hyperlinkCollection.
| PHPExcel_Worksheet::getMergeCells | ( | ) |
Get merge cells.
Definition at line 1479 of file Worksheet.php.
References $_mergeCells.
Referenced by PHPExcel_Writer_HTML\_generateRow(), and calculateColumnWidths().
Here is the caller graph for this function:| PHPExcel_Worksheet::getPageMargins | ( | ) |
| PHPExcel_Worksheet::getPageSetup | ( | ) |
Get page setup.
Definition at line 693 of file Worksheet.php.
References $_pageSetup.
| PHPExcel_Worksheet::getParent | ( | ) |
Get parent.
Definition at line 607 of file Worksheet.php.
References $_parent.
Referenced by PHPExcel_Writer_HTML\_generateRow(), PHPExcel\addExternalSheet(), calculateColumnWidths(), cellExists(), getCell(), PHPExcel_NamedRange\resolveRange(), and setTitle().
Here is the caller graph for this function:| PHPExcel_Worksheet::getPrintGridlines | ( | ) |
Print gridlines?
Definition at line 1804 of file Worksheet.php.
References $_printGridlines.
| PHPExcel_Worksheet::getProtectedCells | ( | ) |
Get protected cells.
Definition at line 1567 of file Worksheet.php.
References $_protectedCells.
| PHPExcel_Worksheet::getProtection | ( | ) |
| PHPExcel_Worksheet::getRightToLeft | ( | ) |
Get right-to-left.
Definition at line 2002 of file Worksheet.php.
References $_rightToLeft.
| PHPExcel_Worksheet::getRowDimension | ( | $pRow = 0 | ) |
Get row dimension at a specific row.
| int | $pRow | Numeric index of the row |
Definition at line 1076 of file Worksheet.php.
| PHPExcel_Worksheet::getRowDimensions | ( | ) |
Get collection of row dimensions.
Definition at line 464 of file Worksheet.php.
References $_rowDimensions.
Referenced by refreshRowDimensions().
Here is the caller graph for this function:| PHPExcel_Worksheet::getRowIterator | ( | ) |
Get row iterator.
Definition at line 2109 of file Worksheet.php.
| PHPExcel_Worksheet::getSelectedCell | ( | ) |
Get selected cell.
Definition at line 1917 of file Worksheet.php.
References $_selectedCell.
| PHPExcel_Worksheet::getSheetView | ( | ) |
| PHPExcel_Worksheet::getShowGridlines | ( | ) |
Show gridlines?
Definition at line 1784 of file Worksheet.php.
References $_showGridlines.
| PHPExcel_Worksheet::getShowSummaryBelow | ( | ) |
Show summary below? (Row/Column outlining)
Definition at line 1824 of file Worksheet.php.
References $_showSummaryBelow.
| PHPExcel_Worksheet::getShowSummaryRight | ( | ) |
Show summary right? (Row/Column outlining)
Definition at line 1844 of file Worksheet.php.
References $_showSummaryRight.
| PHPExcel_Worksheet::getStyle | ( | $pCellCoordinate = 'A1' | ) |
Get style for cell.
| string | $pCellCoordinate | Cell coordinate to get style for |
| Exception |
Definition at line 1163 of file Worksheet.php.
References setXSelectedCells().
Referenced by duplicateStyleArray(), and getStyleByColumnAndRow().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::getStyleByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0 |
|||
| ) |
Get style for cell by using numeric cell coordinates.
| int | $pColumn | Numeric column coordinate of the cell |
| int | $pRow | Numeric row coordinate of the cell |
Definition at line 1244 of file Worksheet.php.
References getStyle(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::getStyles | ( | ) |
Get styles.
Definition at line 1125 of file Worksheet.php.
References $_styles.
| PHPExcel_Worksheet::getTitle | ( | ) |
Get title.
Definition at line 636 of file Worksheet.php.
References $_title.
Referenced by PHPExcel\addExternalSheet(), cellExists(), getCell(), and setTitle().
Here is the caller graph for this function:| PHPExcel_Worksheet::getXActiveCell | ( | ) |
Temporary method used by style supervisor.
Will be removed
Definition at line 1927 of file Worksheet.php.
References $_xActiveCell.
| PHPExcel_Worksheet::getXSelectedCells | ( | ) |
Temporary method used by style supervisor.
Will be removed
Definition at line 1937 of file Worksheet.php.
References $_xSelectedCells.
| PHPExcel_Worksheet::hyperlinkExists | ( | $pCoordinate = 'A1' | ) |
Hyperlink at a specific coordinate exists?
| string | $pCellCoordinate |
Definition at line 2281 of file Worksheet.php.
| PHPExcel_Worksheet::insertNewColumnBefore | ( | $pBefore = 'A', |
|
$pNumCols = 1 |
|||
| ) |
Insert a new column, updating all possible related data.
| int | $pBefore | Insert before this one |
| int | $pNumCols | Number of columns to insert |
| Exception |
Definition at line 1700 of file Worksheet.php.
References PHPExcel_ReferenceHelper\getInstance().
Referenced by insertNewColumnBeforeByIndex().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::insertNewColumnBeforeByIndex | ( | $pBefore = 0, |
|
$pNumCols = 1 |
|||
| ) |
Insert a new column, updating all possible related data.
| int | $pBefore | Insert before this one (numeric column coordinate of the cell) |
| int | $pNumCols | Number of columns to insert |
| Exception |
Definition at line 1718 of file Worksheet.php.
References insertNewColumnBefore(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::insertNewRowBefore | ( | $pBefore = 1, |
|
$pNumRows = 1 |
|||
| ) |
Insert a new row, updating all possible related data.
| int | $pBefore | Insert before this one |
| int | $pNumRows | Number of rows to insert |
| Exception |
Definition at line 1682 of file Worksheet.php.
References PHPExcel_ReferenceHelper\getInstance().
Here is the call graph for this function:| PHPExcel_Worksheet::mergeCells | ( | $pRange = 'A1:A1' | ) |
Set merge on a cell range.
| string | $pRange | Cell range (e.g. A1:E1) |
| Exception |
Definition at line 1403 of file Worksheet.php.
Referenced by mergeCellsByColumnAndRow().
Here is the caller graph for this function:| PHPExcel_Worksheet::mergeCellsByColumnAndRow | ( | $pColumn1 = 0, |
|
$pRow1 = 0, |
|||
$pColumn2 = 0, |
|||
$pRow2 = 0 |
|||
| ) |
Set merge on a cell range by using numeric cell coordinates.
| int | $pColumn1 | Numeric column coordinate of the first cell |
| int | $pRow1 | Numeric row coordinate of the first cell |
| int | $pColumn2 | Numeric column coordinate of the last cell |
| int | $pRow2 | Numeric row coordinate of the last cell |
| Exception |
Definition at line 1427 of file Worksheet.php.
References mergeCells(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::protectCells | ( | $pRange = 'A1', |
|
$pPassword = '', |
|||
$pAlreadyHashed = false |
|||
| ) |
Set protection on a cell range.
| string | $pRange | Cell (e.g. A1) or cell range (e.g. A1:E1) |
| string | $pPassword | Password to unlock the protection |
| boolean | $pAlreadyHashed | If the password has already been hashed, set this to true |
| Exception |
Definition at line 1493 of file Worksheet.php.
References PHPExcel_Shared_PasswordHasher\hashPassword().
Referenced by protectCellsByColumnAndRow().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::protectCellsByColumnAndRow | ( | $pColumn1 = 0, |
|
$pRow1 = 0, |
|||
$pColumn2 = 0, |
|||
$pRow2 = 0, |
|||
$pPassword = '', |
|||
$pAlreadyHashed = false |
|||
| ) |
Set protection on a cell range by using numeric cell coordinates.
| int | $pColumn1 | Numeric column coordinate of the first cell |
| int | $pRow1 | Numeric row coordinate of the first cell |
| int | $pColumn2 | Numeric column coordinate of the last cell |
| int | $pRow2 | Numeric row coordinate of the last cell |
| string | $pPassword | Password to unlock the protection |
| boolean | $pAlreadyHashed | If the password has already been hashed, set this to true |
| Exception |
Definition at line 1518 of file Worksheet.php.
References protectCells(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::rebindParent | ( | PHPExcel | $parent | ) |
Re-bind parent.
| PHPExcel | $parent |
Definition at line 617 of file Worksheet.php.
References PHPExcel\addNamedRange().
Referenced by PHPExcel\addExternalSheet().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::refreshColumnDimensions | ( | ) |
Refresh column dimensions.
Definition at line 514 of file Worksheet.php.
References getColumnDimensions().
Here is the call graph for this function:| PHPExcel_Worksheet::refreshRowDimensions | ( | ) |
Refresh row dimensions.
Definition at line 533 of file Worksheet.php.
References getRowDimensions().
Here is the call graph for this function:| PHPExcel_Worksheet::removeColumn | ( | $pColumn = 'A', |
|
$pNumCols = 1 |
|||
| ) |
Remove a column, updating all possible related data.
| int | $pColumn | Remove starting with this one |
| int | $pNumCols | Number of columns to remove |
| Exception |
Definition at line 1752 of file Worksheet.php.
References PHPExcel_Cell\columnIndexFromString(), PHPExcel_ReferenceHelper\getInstance(), and PHPExcel_Cell\stringFromColumnIndex().
Referenced by removeColumnByIndex().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::removeColumnByIndex | ( | $pColumn = 0, |
|
$pNumCols = 1 |
|||
| ) |
Remove a column, updating all possible related data.
| int | $pColumn | Remove starting with this one (numeric column coordinate of the cell) |
| int | $pNumCols | Number of columns to remove |
| Exception |
Definition at line 1771 of file Worksheet.php.
References removeColumn(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::removeConditionalStyles | ( | $pCoordinate = 'A1' | ) |
Removes conditional styles for a cell.
| string | $pCoordinate |
Definition at line 1208 of file Worksheet.php.
| PHPExcel_Worksheet::removeRow | ( | $pRow = 1, |
|
$pNumRows = 1 |
|||
| ) |
Delete a row, updating all possible related data.
| int | $pRow | Remove starting with this one |
| int | $pNumRows | Number of rows to remove |
| Exception |
Definition at line 1734 of file Worksheet.php.
References PHPExcel_ReferenceHelper\getInstance().
Here is the call graph for this function:| PHPExcel_Worksheet::setAutoFilter | ( | $pRange = '' | ) |
Set Autofilter Range.
| string | $pRange | Cell range (i.e. A1:E10) |
| Exception |
Definition at line 1589 of file Worksheet.php.
Referenced by setAutoFilterByColumnAndRow().
Here is the caller graph for this function:| PHPExcel_Worksheet::setAutoFilterByColumnAndRow | ( | $pColumn1 = 0, |
|
$pRow1 = 0, |
|||
$pColumn2 = 0, |
|||
$pRow2 = 0 |
|||
| ) |
Set Autofilter Range by using numeric cell coordinates.
| int | $pColumn1 | Numeric column coordinate of the first cell |
| int | $pRow1 | Numeric row coordinate of the first cell |
| int | $pColumn2 | Numeric column coordinate of the second cell |
| int | $pRow2 | Numeric row coordinate of the second cell |
| Exception |
Definition at line 1612 of file Worksheet.php.
References setAutoFilter(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::setBreak | ( | $pCell = 'A1', |
|
$pBreak = PHPExcel_Worksheet::BREAK_NONE |
|||
| ) |
Set break on a cell.
| string | $pCell | Cell coordinate (e.g. A1) |
| int | $pBreak | Break type (type of PHPExcel_Worksheet::BREAK_*) |
| Exception |
Definition at line 1358 of file Worksheet.php.
Referenced by setBreakByColumnAndRow().
Here is the caller graph for this function:| PHPExcel_Worksheet::setBreakByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0, |
|||
$pBreak = PHPExcel_Worksheet::BREAK_NONE |
|||
| ) |
Set break on a cell by using numeric cell coordinates.
| int | $pColumn | Numeric column coordinate of the cell |
| int | $pRow | Numeric row coordinate of the cell |
| int | $pBreak | Break type (type of PHPExcel_Worksheet::BREAK_*) |
| Exception |
Definition at line 1381 of file Worksheet.php.
References setBreak(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::setCellValue | ( | $pCoordinate = 'A1', |
|
$pValue = null |
|||
| ) |
Set a cell value.
| string | $pCoordinate | Coordinate of the cell |
| mixed | $pValue | Value of the cell |
Definition at line 880 of file Worksheet.php.
References getCell().
Referenced by fromArray(), and setCellValueByColumnAndRow().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::setCellValueByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0, |
|||
$pValue = null |
|||
| ) |
Set a cell value by using numeric cell coordinates.
| string | $pColumn | Numeric column coordinate of the cell |
| string | $pRow | Numeric row coordinate of the cell |
| mixed | $pValue | Value of the cell |
Definition at line 896 of file Worksheet.php.
References setCellValue(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::setCellValueExplicit | ( | $pCoordinate = 'A1', |
|
$pValue = null, |
|||
$pDataType = PHPExcel_Cell_DataType::TYPE_STRING |
|||
| ) |
Set a cell value.
| string | $pCoordinate | Coordinate of the cell |
| mixed | $pValue | Value of the cell |
| string | $pDataType | Explicit data type |
Definition at line 909 of file Worksheet.php.
References getCell().
Referenced by setCellValueExplicitByColumnAndRow().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::setCellValueExplicitByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0, |
|||
$pValue = null, |
|||
$pDataType = PHPExcel_Cell_DataType::TYPE_STRING |
|||
| ) |
Set a cell value by using numeric cell coordinates.
| string | $pColumn | Numeric column coordinate of the cell |
| string | $pRow | Numeric row coordinate of the cell |
| mixed | $pValue | Value of the cell |
| string | $pDataType | Explicit data type |
Definition at line 925 of file Worksheet.php.
References setCellValueExplicit(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::setConditionalStyles | ( | $pCoordinate = 'A1', |
|
| $pValue | |||
| ) |
Set conditional styles.
| $pCoordinate | string E.g. 'A1' |
| $pValue | PHPExcel_Style_Conditional[] |
Definition at line 1231 of file Worksheet.php.
| PHPExcel_Worksheet::setDataValidation | ( | $pCellCoordinate = 'A1', |
|
| PHPExcel_Cell_DataValidation | $pDataValidation = null |
||
| ) |
Set data validation.
| string | $pCellCoordinate | Cell coordinate to insert data validation |
| PHPExcel_Cell_DataValidation | $pDataValidation |
Definition at line 2321 of file Worksheet.php.
References getCell().
Here is the call graph for this function:| PHPExcel_Worksheet::setDefaultStyle | ( | PHPExcel_Style | $value | ) |
Set default style - should only be used by PHPExcel_IReader implementations!
| PHPExcel_Style | $value |
| Exception |
Definition at line 1150 of file Worksheet.php.
| PHPExcel_Worksheet::setHashIndex | ( | $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.
| string | $value | Hash index |
Implements PHPExcel_IComparable.
Definition at line 2197 of file Worksheet.php.
| PHPExcel_Worksheet::setHeaderFooter | ( | PHPExcel_Worksheet_HeaderFooter | $pValue | ) |
Set page header/footer.
| PHPExcel_Worksheet_HeaderFooter | $pValue |
Definition at line 748 of file Worksheet.php.
| PHPExcel_Worksheet::setHyperlink | ( | $pCellCoordinate = 'A1', |
|
| PHPExcel_Cell_Hyperlink | $pHyperlink = null |
||
| ) |
Set hyperlnk.
| string | $pCellCoordinate | Cell coordinate to insert hyperlink |
| PHPExcel_Cell_Hyperlink | $pHyperlink |
Definition at line 2264 of file Worksheet.php.
References getCell().
Here is the call graph for this function:| PHPExcel_Worksheet::setPageMargins | ( | PHPExcel_Worksheet_PageMargins | $pValue | ) |
Set page margins.
| PHPExcel_Worksheet_PageMargins | $pValue |
Definition at line 726 of file Worksheet.php.
| PHPExcel_Worksheet::setPageSetup | ( | PHPExcel_Worksheet_PageSetup | $pValue | ) |
Set page setup.
| PHPExcel_Worksheet_PageSetup | $pValue |
Definition at line 704 of file Worksheet.php.
| PHPExcel_Worksheet::setPrintGridlines | ( | $pValue = false | ) |
Set print gridlines.
| boolean | $pValue | Print gridlines (true/false) |
Definition at line 1814 of file Worksheet.php.
| PHPExcel_Worksheet::setProtection | ( | PHPExcel_Worksheet_Protection | $pValue | ) |
Set Protection.
| PHPExcel_Worksheet_Protection | $pValue |
Definition at line 792 of file Worksheet.php.
| PHPExcel_Worksheet::setRightToLeft | ( | $value = false | ) |
Set right-to-left.
| boolean | $value | Right-to-left true/false |
Definition at line 2012 of file Worksheet.php.
| PHPExcel_Worksheet::setSelectedCell | ( | $pCell = '' | ) |
Selected cell.
| string | $pCell | Cell (i.e. A1) |
| Exception |
Definition at line 1949 of file Worksheet.php.
Referenced by setSelectedCellByColumnAndRow().
Here is the caller graph for this function:| PHPExcel_Worksheet::setSelectedCellByColumnAndRow | ( | $pColumn = 0, |
|
$pRow = 0 |
|||
| ) |
Selected cell by using numeric cell coordinates.
| int | $pColumn | Numeric column coordinate of the cell |
| int | $pRow | Numeric row coordinate of the cell |
| Exception |
Definition at line 1992 of file Worksheet.php.
References setSelectedCell(), and PHPExcel_Cell\stringFromColumnIndex().
Here is the call graph for this function:| PHPExcel_Worksheet::setSharedStyle | ( | PHPExcel_Style | $pSharedCellStyle = null, |
$pRange = '' |
|||
| ) |
Set shared cell style to a range of cells.
Please note that this will overwrite existing cell styles for cells in range!
| PHPExcel_Style | $pSharedCellStyle | Cell style to share |
| string | $pRange | Range of cells (i.e. "A1:B10"), or just one cell (i.e. "A1") |
| Exception |
Definition at line 1260 of file Worksheet.php.
References duplicateStyle().
Here is the call graph for this function:| PHPExcel_Worksheet::setSheetView | ( | PHPExcel_Worksheet_SheetView | $pValue | ) |
Set sheet view.
| PHPExcel_Worksheet_SheetView | $pValue |
Definition at line 770 of file Worksheet.php.
| PHPExcel_Worksheet::setShowGridlines | ( | $pValue = false | ) |
Set show gridlines.
| boolean | $pValue | Show gridlines (true/false) |
Definition at line 1794 of file Worksheet.php.
| PHPExcel_Worksheet::setShowSummaryBelow | ( | $pValue = true | ) |
Set show summary below.
| boolean | $pValue | Show summary below (true/false) |
Definition at line 1834 of file Worksheet.php.
| PHPExcel_Worksheet::setShowSummaryRight | ( | $pValue = true | ) |
Set show summary right.
| boolean | $pValue | Show summary right (true/false) |
Definition at line 1854 of file Worksheet.php.
| PHPExcel_Worksheet::setTitle | ( | $pValue = 'Worksheet' | ) |
Set title.
| string | $pValue | String containing the dimension of this worksheet |
| Exception |
Definition at line 648 of file Worksheet.php.
References PHPExcel_Shared_String\CountCharacters(), PHPExcel_ReferenceHelper\getInstance(), getParent(), and getTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::setXSelectedCells | ( | $pCoordinate = 'A1:A1' | ) |
Temporary method used by style supervisor.
Will be removed
| string | $pCell | Cell (i.e. A1) |
| Exception |
Definition at line 1969 of file Worksheet.php.
References PHPExcel_Cell\splitRange().
Referenced by getStyle().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::sortCellCollection | ( | ) |
Sort collection of cells.
Definition at line 428 of file Worksheet.php.
References $key, and PHPExcel_Cell\columnIndexFromString().
Referenced by getCellCollection().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Worksheet::toArray | ( | $nullValue = null, |
|
$calculateFormulas = true |
|||
| ) |
Create array from worksheet.
| mixed | $nullValue | Value treated as "null" |
| boolean | $calculateFormulas | Should formulas be calculated? |
Definition at line 2060 of file Worksheet.php.
References $row, calculateWorksheetDimension(), cellExistsByColumnAndRow(), PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), garbageCollect(), getCellByColumnAndRow(), and PHPExcel_Style_NumberFormat\toFormattedString().
Here is the call graph for this function:| PHPExcel_Worksheet::unfreezePane | ( | ) |
Unfreeze Pane.
Definition at line 1669 of file Worksheet.php.
References freezePane().
Here is the call graph for this function:| PHPExcel_Worksheet::unmergeCells | ( | $pRange = 'A1:A1' | ) |
Remove merge on a cell range.
| string | $pRange | Cell range (e.g. A1:E1) |
| Exception |
Definition at line 1440 of file Worksheet.php.
Referenced by unmergeCellsByColumnAndRow().
Here is the caller graph for this function:| PHPExcel_Worksheet::unmergeCellsByColumnAndRow | ( | $pColumn1 = 0, |
|
$pRow1 = 0, |
|||
$pColumn2 = 0, |
|||
$pRow2 = 0 |
|||
| ) |
Remove merge on a cell range by using numeric cell coordinates.
| int | $pColumn1 | Numeric column coordinate of the first cell |
| int | $pRow1 | Numeric row coordinate of the first cell |
| int | $pColumn2 | Numeric column coordinate of the last cell |
| int | $pRow2 | Numeric row coordinate of the last cell |
| Exception |
Definition at line 1468 of file Worksheet.php.
References PHPExcel_Cell\stringFromColumnIndex(), and unmergeCells().
Here is the call graph for this function:| PHPExcel_Worksheet::unprotectCells | ( | $pRange = 'A1' | ) |
Remove protection on a cell range.
| string | $pRange | Cell (e.g. A1) or cell range (e.g. A1:E1) |
| Exception |
Definition at line 1531 of file Worksheet.php.
Referenced by unprotectCellsByColumnAndRow().
Here is the caller graph for this function:| PHPExcel_Worksheet::unprotectCellsByColumnAndRow | ( | $pColumn1 = 0, |
|
$pRow1 = 0, |
|||
$pColumn2 = 0, |
|||
$pRow2 = 0, |
|||
$pPassword = '', |
|||
$pAlreadyHashed = false |
|||
| ) |
Remove protection on a cell range by using numeric cell coordinates.
| int | $pColumn1 | Numeric column coordinate of the first cell |
| int | $pRow1 | Numeric row coordinate of the first cell |
| int | $pColumn2 | Numeric column coordinate of the last cell |
| int | $pRow2 | Numeric row coordinate of the last cell |
| string | $pPassword | Password to unlock the protection |
| boolean | $pAlreadyHashed | If the password has already been hashed, set this to true |
| Exception |
Definition at line 1556 of file Worksheet.php.
References PHPExcel_Cell\stringFromColumnIndex(), and unprotectCells().
Here is the call graph for this function:
|
private |
Definition at line 262 of file Worksheet.php.
Referenced by getAutoFilter().
|
private |
Definition at line 241 of file Worksheet.php.
Referenced by getBreaks().
|
private |
Definition at line 332 of file Worksheet.php.
Referenced by getHighestColumn().
|
private |
Definition at line 339 of file Worksheet.php.
Referenced by getHighestRow().
|
private |
Definition at line 136 of file Worksheet.php.
Referenced by getCellCollection().
|
private |
Definition at line 234 of file Worksheet.php.
|
private |
Definition at line 157 of file Worksheet.php.
Referenced by getColumnDimensions().
|
private |
Definition at line 304 of file Worksheet.php.
Referenced by getComments().
|
private |
Definition at line 227 of file Worksheet.php.
Referenced by getConditionalStylesCollection().
|
private |
Definition at line 360 of file Worksheet.php.
Referenced by getDataValidationCollection().
|
private |
Definition at line 164 of file Worksheet.php.
Referenced by getDefaultColumnDimension().
|
private |
Definition at line 150 of file Worksheet.php.
Referenced by getDefaultRowDimension().
|
private |
Definition at line 171 of file Worksheet.php.
Referenced by getDrawingCollection().
|
private |
Definition at line 269 of file Worksheet.php.
Referenced by getFreezePane().
|
private |
Definition at line 2175 of file Worksheet.php.
Referenced by getHashIndex().
|
private |
Definition at line 199 of file Worksheet.php.
Referenced by getHeaderFooter().
|
private |
Definition at line 353 of file Worksheet.php.
Referenced by getHyperlinkCollection().
|
private |
Definition at line 248 of file Worksheet.php.
Referenced by getMergeCells().
|
private |
Definition at line 192 of file Worksheet.php.
Referenced by getPageMargins().
|
private |
Definition at line 185 of file Worksheet.php.
Referenced by getPageSetup().
|
private |
Definition at line 129 of file Worksheet.php.
Referenced by duplicateStyle(), and getParent().
|
private |
Definition at line 283 of file Worksheet.php.
Referenced by getPrintGridlines().
|
private |
Definition at line 255 of file Worksheet.php.
Referenced by getProtectedCells().
|
private |
Definition at line 213 of file Worksheet.php.
Referenced by getProtection().
|
private |
Definition at line 346 of file Worksheet.php.
Referenced by getRightToLeft().
|
private |
Definition at line 143 of file Worksheet.php.
Referenced by getRowDimensions().
|
private |
Definition at line 311 of file Worksheet.php.
Referenced by getSelectedCell().
|
private |
Definition at line 206 of file Worksheet.php.
Referenced by getSheetView().
|
private |
Definition at line 276 of file Worksheet.php.
Referenced by getShowGridlines().
|
private |
Definition at line 290 of file Worksheet.php.
Referenced by getShowSummaryBelow().
|
private |
Definition at line 297 of file Worksheet.php.
Referenced by getShowSummaryRight().
|
private |
Definition at line 220 of file Worksheet.php.
Referenced by getStyles().
|
private |
Definition at line 178 of file Worksheet.php.
Referenced by getTitle().
|
private |
Definition at line 318 of file Worksheet.php.
Referenced by getXActiveCell().
|
private |
Definition at line 325 of file Worksheet.php.
Referenced by getXSelectedCells().
| const PHPExcel_Worksheet::BREAK_COLUMN = 2 |
Definition at line 122 of file Worksheet.php.
Referenced by PHPExcel_Reader_Excel5\_readVerticalPageBreaks(), PHPExcel_Writer_Excel5_Worksheet\_storeBreaks(), PHPExcel_Writer_Excel2007_Worksheet\_writeBreaks(), and PHPExcel_Reader_Excel2007\load().
| const PHPExcel_Worksheet::BREAK_NONE = 0 |
Definition at line 120 of file Worksheet.php.
Referenced by PHPExcel_Writer_Excel5_Worksheet\_storeBreaks(), and PHPExcel_ReferenceHelper\insertNewBefore().
| const PHPExcel_Worksheet::BREAK_ROW = 1 |
Definition at line 121 of file Worksheet.php.
Referenced by PHPExcel_Reader_Excel5\_readHorizontalPageBreaks(), PHPExcel_Writer_Excel5_Worksheet\_storeBreaks(), PHPExcel_Writer_Excel2007_Worksheet\_writeBreaks(), and PHPExcel_Reader_Excel2007\load().