New Post: Difference in behavior with PhpExcel running on windows and Ubuntu
Hi again,Has anyone out there a suggestion for me? Perhaps you have seen a similar issue? I am not making any progress unfortunately ;( Thanks,Brian.
View ArticleNew Post: Get number of CSV rows
If the file is csv, all rows are concatenated into one long string. That is, $sheetData only contains one long row. Is there a function to get the actual number of rows? or we have to write our own...
View ArticleNew Post: Get number of CSV rows
If the CSV is being loaded as a single row, then there's something wrong with the loader function, or the line ending isn't being recognised. Can you please provide an example of this CSV (sanitized if...
View ArticleNew Post: Get number of CSV rows
I am using Excel 2007 running on Windows XP Pro and save the file as CSV file. You can download it here: http://www.abacusinmotion.com/PHPExcel/testartsy1.csv. This is what I got in the array:...
View ArticleNew Post: Get number of CSV rows
Very weird: CSV loading is pretty standard, so I can't see why this isn't working.... it's not as if PHPExcel tries to do anything clever with CSV, simply uses PHP's built-in fgetcsv() function.......
View ArticleNew Post: Get number of CSV rows
Does your csv file have a file extension when you're loading it into PHPExcel? http://phpexcel.codeplex.com/workitem/18794
View ArticleNew Post: Get number of CSV rows
The file uploaded to the server has .csv as the file extension. The server script will change its filename, keep the file extension type and move it to a directory. The file with name changed is...
View ArticleNew Post: Fatal error: Maximum execution time of 30 seconds exceeded in...
Hi! I'm getting the following error trying to execute the test #20 - readexcel5.php 15:48:51 Load workbook from Excel5 file Fatal error: Maximum execution time of 30 seconds exceeded in...
View ArticleNew Post: Fatal error: Maximum execution time of 30 seconds exceeded in...
Increase your PHP time limit and you might find it runs, though normally it should run in about 2 seconds on my develop machine
View ArticleNew Post: Get number of CSV rows
OK, so I need to identify a weird bug somewhere in the Excel CSV Reader! <sigh> If you were loading to PHPExcel while the file was still in PHP's temporary upload directory before being moved,...
View ArticleNew Post: Date imported as input mask, not as value
I'm trying to read data from Excel, and store it in a database. It doesn't work what you proposed. He hangs on the one line of code: $phpDateTimeObject =...
View ArticleNew Post: Date imported as input mask, not as value
You realise that Spreadsheet_Excel_Reader !== PHPExcel ?
View ArticleNew Post: Date imported as input mask, not as value
Ow jeah, sorry... Didn't notice that one. So I'm on the wrong forum all this time?
View ArticleNew Post: Get number of CSV rows
Try with the bugfix I listed previously: http://phpexcel.codeplex.com/workitem/18794 This bugfix was to prevent CSV files being wrongly identified as HTML Code is on the develop branch of github
View ArticleNew Post: Getting 'Active sheet index is out of bounds.' error
I am using Windows XP SP3 with PHPExcel 1.76. I am writing an application that reads in an XLS file that was created by another program. Whenever I get to the line: $objWorksheet =...
View ArticleNew Post: Getting 'Active sheet index is out of bounds.' error
One idea might be to upgrade to PHPExcel 1.7.8
View ArticleNew Post: Getting 'Active sheet index is out of bounds.' error
Bummer, that didn't do it. Any other thoughts? Thanks
View ArticleNew Post: Getting 'Active sheet index is out of bounds.' error
If that doesn't work, then I have no ideas.... 1.7.8 fixed one known bug that triggered that particular error. Besides the fact that the active sheet index should be an integer (though using a string...
View ArticleNew Post: Reading a xlsm file
Hey guys, I hope that you guys can help me with something. I have a .xlsm file that is around 40MB, i have 4 sheets in it and in the last sheet (DATA) i have 30000 rows. Now i only want to load the...
View Article