PhpSpreadsheet/Classes/PHPExcel/Writer/Excel2007
Mark Baker 8a83e847cd Bugfix: Work item 15121 - Column reference rather than cell reference in Print Area definition
Fixed Excel2007 Writer to handle print areas that are defined as row or column ranges rather than just as cell ranges... added a static absoluteReference() method to PHPExcel_Cell that will return an absolute row, column or cell reference, and modified the _writeDefinedNameForPrintArea() method of the Excel2007 Workbook Writer to call that rather than absoluteCoordinate()

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@68176 2327b42d-5241-43d6-9e2a-de5ac946f064
2011-02-08 12:55:45 +00:00
..
Comments.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
ContentTypes.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
DocProps.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
Drawing.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
Rels.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
StringTable.php General: Improved performance (speed), for building the Shared Strings table in the Excel2007 Writer. 2011-01-07 14:52:28 +00:00
Style.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
Theme.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00
Workbook.php Bugfix: Work item 15121 - Column reference rather than cell reference in Print Area definition 2011-02-08 12:55:45 +00:00
Worksheet.php Bugfix: The freezePaneByColumnAndRow() method row argument should default to 1 rather than 0. Default row argument for all __ByColumnAndRow() methods should be 1 2011-02-07 11:19:07 +00:00
WriterPart.php Updated headers to reflect the new year. Happy new year 2011! 2011-01-03 09:20:10 +00:00