correcting documentation
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@118239 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c3402eafb9
commit
d81fdac711
|
|
@ -920,11 +920,12 @@ class Parser extends PEAR
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert an Excel cell reference such as A1 or $B2 or C$3 or $D$4 to a zero
|
* Convert an Excel cell reference such as A1 or $B2 or C$3 or $D$4 to a zero
|
||||||
* indexed row and column number. Also returns two boolean values to indicate
|
* indexed row and column number. Also returns two (0,1) values to indicate
|
||||||
* whether the row or column are relative references.
|
* whether the row or column are relative references.
|
||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
* @param string $cell The Excel cell reference in A1 format.
|
* @param string $cell The Excel cell reference in A1 format.
|
||||||
|
* @return array
|
||||||
*/
|
*/
|
||||||
function _cellToRowcol($cell)
|
function _cellToRowcol($cell)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue