Bugfix: Work item 16895 - PHP Invalid index notice on writing excel file when active sheet has been deleted

General: Work item 16923 - Datatype.php & constant TYPE_NULL

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@83260 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker
2011-11-25 12:16:01 +00:00
parent 77cd4ac9aa
commit cdbeceba47
7 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ class PHPExcel_Reader_CSV implements PHPExcel_Reader_IReader
}
$objPHPExcel->setActiveSheetIndex( $this->_sheetIndex );
$lineEnding = ini_set('auto_detect_line_endings');
$lineEnding = ini_get('auto_detect_line_endings');
ini_set('auto_detect_line_endings', true);
// Open file