PHPExcel/Classes
Mark Baker 32b8b1c7ab Feature: Work item 14301 - PHPExcel_Worksheet->toArray() is returning truncated values
I've made some modifications so that it is possible to pass a number of additional arguments to the method to determine exactly how the data is returned:

@param mixed $nullValue Value returned in the array entry if a cell doesn't exist
@param boolean $calculateFormulas Should formulas be calculated?
@param boolean $formatData Should formatting be applied to cell values?
@param boolean $returnColumnRef False - Return columns indexed by number (0..x); True - Return columns indexed by column ID (A..x)


git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@61373 2327b42d-5241-43d6-9e2a-de5ac946f064
2010-09-23 16:52:57 +00:00
..
PHPExcel Feature: Work item 14301 - PHPExcel_Worksheet->toArray() is returning truncated values 2010-09-23 16:52:57 +00:00
PHPExcel.php Bugfix: Workitem 14226 - unassigned object variable in PHPExcel->removeCellXfByIndex 2010-09-12 22:46:15 +00:00