Gerando planilha
This commit is contained in:
parent
ddaf7da99a
commit
bd1735bc71
1 changed files with 1 additions and 1 deletions
2
vendor/library/Excel/Writer/Parser.php
vendored
2
vendor/library/Excel/Writer/Parser.php
vendored
|
|
@ -1077,7 +1077,7 @@ class Spreadsheet_Excel_Writer_Parser extends PEAR
|
|||
*/
|
||||
function _cellToRowcol($cell)
|
||||
{
|
||||
preg_match('/(\$)?([A-I]?[A-Z])(\$)?(\d+)/',$cell,$match);
|
||||
preg_match('/(\$)?([A-Z]+)(\$)?(\d+)/', $cell, $match);
|
||||
// return absolute column if there is a $ in the ref
|
||||
$col_rel = empty($match[1]) ? 1 : 0;
|
||||
$col_ref = $match[2];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue