diff --git a/Writer/Parser.php b/Writer/Parser.php index 8eca51c..5ef8bd2 100644 --- a/Writer/Parser.php +++ b/Writer/Parser.php @@ -910,6 +910,7 @@ class Spreadsheet_Excel_Writer_Parser extends PEAR */ function _cellToPackedRowcol($cell) { + $cell = strtoupper($cell); list($row, $col, $row_rel, $col_rel) = $this->_cellToRowcol($cell); if ($col >= 256) { $this->raiseError("Column in: $cell greater than 255");