You are here
73 calls to PHPExcel_Cell::stringFromColumnIndex() in Loft Data Grids 6.2
40duplicateStyle.php in vendor/ phpoffice/ phpexcel/ Examples/40duplicateStyle.php
PHPExcel_CachedObjectStorage_CacheBase::getHighestColumn in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ CachedObjectStorage/CacheBase.php
* Get highest worksheet column
*
PHPExcel_Calculation::_processTokenStack in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Calculation.php
PHPExcel_Calculation_LookupRef::CELL_ADDRESS in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/LookupRef.php
* CELL_ADDRESS
*
* Creates a cell address as text, given specified row and column numbers.
*
* Excel Function:
* =ADDRESS(row, column, [relativity], [referenceStyle], [sheetText])
*
*
PHPExcel_Calculation_LookupRef::OFFSET in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Calculation/LookupRef.php
* OFFSET
*
* Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells.
* The reference that is returned can be a single cell or a range of cells. You can specify the number of rows and
* the…
PHPExcel_Reader_CSV::listWorksheetInfo in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/CSV.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)
*
*
PHPExcel_Reader_Excel2003XML::listWorksheetInfo in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel2003XML.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)
*
*
PHPExcel_Reader_Excel2003XML::loadIntoExisting in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel2003XML.php
* Loads PHPExcel from file into PHPExcel instance
*
*
PHPExcel_Reader_Excel2007::listWorksheetInfo in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel2007.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)
*
*
PHPExcel_Reader_Excel2007::load in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel2007.php
* Loads PHPExcel from file
*
*
PHPExcel_Reader_Excel5::listWorksheetInfo in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)
*
*
PHPExcel_Reader_Excel5::_readBIFF5CellRangeAddressFixed in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Reads a cell range address in BIFF5 e.g. 'A2:B6' or 'A1'
* always fixed range
* section 2.5.14
*
*
PHPExcel_Reader_Excel5::_readBIFF8CellAddress in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Reads a cell address in BIFF8 e.g. 'A2' or '$A$2'
* section 3.3.4
*
*
PHPExcel_Reader_Excel5::_readBIFF8CellAddressB in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Reads a cell address in BIFF8 for shared formulas. Uses positive and negative values for row and column
* to indicate offsets from a base cell
* section 3.3.4
*
*
PHPExcel_Reader_Excel5::_readBIFF8CellRangeAddress in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Reads a cell range address in BIFF8 e.g. 'A2:B6' or '$A$2:$B$6'
* there are flags indicating whether column/row index is relative
* section 3.3.4
*
*
PHPExcel_Reader_Excel5::_readBIFF8CellRangeAddressB in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Reads a cell range address in BIFF8 for shared formulas. Uses positive and negative values for row and column
* to indicate offsets from a base cell
* section 3.3.4
*
*
PHPExcel_Reader_Excel5::_readBIFF8CellRangeAddressFixed in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Reads a cell range address in BIFF8 e.g. 'A2:B6' or 'A1'
* always fixed range
* section 2.5.14
*
*
PHPExcel_Reader_Excel5::_readBlank in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read BLANK record
PHPExcel_Reader_Excel5::_readBoolErr in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read BOOLERR record
* This record represents a Boolean value or error value
* cell.
*
* -- "OpenOffice.org's Documentation of the Microsoft
* Excel File Format"
PHPExcel_Reader_Excel5::_readFormula in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read FORMULA record + perhaps a following STRING record if formula result is a string
* This record contains the token array and the result of a
* formula cell.
*
* -- "OpenOffice.org's Documentation of the Microsoft
* Excel…
PHPExcel_Reader_Excel5::_readLabel in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read LABEL record
* This record represents a cell that contains a string. In
* BIFF8 it is usually replaced by the LABELSST record.
* Excel still uses this record, if it copies unformatted
* text cells to the clipboard.
*
*…
PHPExcel_Reader_Excel5::_readLabelSst in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read LABELSST record
* This record represents a cell that contains a string. It
* replaces the LABEL record and RSTRING record used in
* BIFF2-BIFF5.
*
* -- "OpenOffice.org's Documentation of the Microsoft
* Excel File…
PHPExcel_Reader_Excel5::_readMulBlank in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read MULBLANK record
* This record represents a cell range of empty cells. All
* cells are located in the same row
*
* -- "OpenOffice.org's Documentation of the Microsoft
* Excel File Format"
PHPExcel_Reader_Excel5::_readMulRk in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read MULRK record
* This record represents a cell range containing RK value
* cells. All cells are located in the same row.
*
* -- "OpenOffice.org's Documentation of the Microsoft
* Excel File Format"
PHPExcel_Reader_Excel5::_readNumber in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read NUMBER record
* This record represents a cell that contains a
* floating-point value.
*
* -- "OpenOffice.org's Documentation of the Microsoft
* Excel File Format"
PHPExcel_Reader_Excel5::_readPane in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read PANE record
PHPExcel_Reader_Excel5::_readRk in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Excel5.php
* Read RK record
* This record represents a cell that contains an RK value
* (encoded integer or floating-point value). If a
* floating-point value cannot be encoded to an RK value,
* a NUMBER record will be written. This record replaces the
…
PHPExcel_Reader_Excel5_Escher::_readClientAnchor in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/ Excel5/Escher.php
* Read ClientAnchor record. This record holds information about where the shape is anchored in worksheet
PHPExcel_Reader_Gnumeric::listWorksheetInfo in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Gnumeric.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)
*
*
PHPExcel_Reader_Gnumeric::loadIntoExisting in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/Gnumeric.php
* Loads PHPExcel from file into PHPExcel instance
*
*
PHPExcel_Reader_OOCalc::listWorksheetInfo in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/OOCalc.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)
*
*
PHPExcel_Reader_OOCalc::loadIntoExisting in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/OOCalc.php
* Loads PHPExcel from file into PHPExcel instance
*
*
PHPExcel_Reader_SYLK::listWorksheetInfo in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/SYLK.php
* Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)
*
*
PHPExcel_Reader_SYLK::loadIntoExisting in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Reader/SYLK.php
* Loads PHPExcel from file into PHPExcel instance
*
*
PHPExcel_ReferenceHelper::insertNewBefore in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ReferenceHelper.php
* Insert a new column or row, updating all possible related data
*
*
PHPExcel_ReferenceHelper::_updateSingleCellReference in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ReferenceHelper.php
* Update single cell reference
*
*
PHPExcel_Shared_Excel5::getDistanceX in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/Excel5.php
* Get the horizontal distance in pixels between two anchors
* The distanceX is found as sum of all the spanning columns widths minus correction for the two offsets
*
*
PHPExcel_Shared_Excel5::oneAnchor2twoAnchor in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Shared/Excel5.php
* Convert 1-cell anchor coordinates to 2-cell anchor coordinates
* This function is ported from PEAR Spreadsheet_Writer_Excel with small modifications
*
* Calculate the vertices that define the position of the image as required by
* the OBJ…
PHPExcel_Style::applyFromArray in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Style.php
Apply styles from array
PHPExcel_Worksheet::cellExistsByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Cell at a specific coordinate by using numeric cell coordinates exists?
PHPExcel_Worksheet::duplicateConditionalStyle in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Duplicate conditional style to a range of cells
PHPExcel_Worksheet::freezePaneByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Freeze Pane by using numeric cell coordinates
PHPExcel_Worksheet::garbageCollect in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Run PHPExcel garabage collector.
PHPExcel_Worksheet::getCellByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Get cell at a specific coordinate by using numeric cell coordinates
PHPExcel_Worksheet::getColumnDimensionByColumn in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Get column dimension at a specific column by using numeric cell coordinates
PHPExcel_Worksheet::getCommentByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Get comment for cell by using numeric cell coordinates
PHPExcel_Worksheet::getStyleByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Get style for cell by using numeric cell coordinates
PHPExcel_Worksheet::insertNewColumnBeforeByIndex in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Insert a new column, updating all possible related data
PHPExcel_Worksheet::mergeCellsByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Set merge on a cell range by using numeric cell coordinates
PHPExcel_Worksheet::protectCellsByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Set protection on a cell range by using numeric cell coordinates
PHPExcel_Worksheet::rangeToArray in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Create array from a range of cells
PHPExcel_Worksheet::removeColumn in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Remove a column, updating all possible related data
PHPExcel_Worksheet::removeColumnByIndex in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Remove a column, updating all possible related data
PHPExcel_Worksheet::setAutoFilterByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Set Autofilter Range by using numeric cell coordinates
PHPExcel_Worksheet::setBreakByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Set break on a cell by using numeric cell coordinates
PHPExcel_Worksheet::setSelectedCellByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Selected cell by using numeric cell coordinates
PHPExcel_Worksheet::shrinkRangeToFit in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Accepts a range, returning it as a range that falls within the current highest row and column of the worksheet
PHPExcel_Worksheet::unmergeCellsByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Remove merge on a cell range by using numeric cell coordinates
PHPExcel_Worksheet::unprotectCellsByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/Worksheet.php
Remove protection on a cell range by using numeric cell coordinates
PHPExcel_Worksheet_AutoFilter::getColumnByOffset in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/AutoFilter.php
* Get a specified AutoFilter Column by it's offset
*
*
PHPExcel_Worksheet_ColumnIterator::current in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ColumnIterator.php
* Return the current column in this worksheet
*
*
PHPExcel_Worksheet_ColumnIterator::key in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ColumnIterator.php
* Return the current iterator key
*
*
PHPExcel_Worksheet_ColumnIterator::prev in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/ColumnIterator.php
* Set the iterator to its previous value
PHPExcel_Worksheet_PageSetup::addPrintAreaByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/PageSetup.php
* Add a new print area to the list of print areas
*
*
PHPExcel_Worksheet_PageSetup::setPrintAreaByColumnAndRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/PageSetup.php
* Set print area
*
*
PHPExcel_Worksheet_RowCellIterator::key in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/RowCellIterator.php
* Return the current iterator key
*
*
PHPExcel_Worksheet_RowCellIterator::prev in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/RowCellIterator.php
* Set the iterator to its previous value
PHPExcel_Worksheet_RowCellIterator::resetStart in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Worksheet/RowCellIterator.php
* (Re)Set the start column and the current column pointer
*
*
PHPExcel_Writer_Excel5::_buildWorksheetEschers in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/Excel5.php
* Build the Worksheet Escher objects
*
PHPExcel_Writer_Excel5_Worksheet::close in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/Worksheet.php
* Add data to the beginning of the workbook (note the reverse order)
* and to the end of the workbook.
*
* @access public
*
PHPExcel_Writer_Excel5_Worksheet::_positionImage in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/ Excel5/Worksheet.php
* Calculate the vertices that define the position of the image as required by
* the OBJ record.
*
* +------------+------------+
* | A | B |
* +-----+------------+------------+
* | |(x1,y1) | |
* | 1 …
PHPExcel_Writer_HTML::generateSheetData in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/HTML.php
* Generate sheet data
*
*
PHPExcel_Writer_HTML::_generateRow in vendor/ phpoffice/ phpexcel/ Classes/ PHPExcel/ Writer/HTML.php
* Generate row
*
*