New Post: Show more of an Excel worksheet
Good Morning, I would like to know how do I display more than one worksheet excel with PHPExcel. I have the following code which shows only the first sheet of my file. $ objReader = PHPExcel_IOFactory...
View ArticleNew Post: problem /Classes/PHPExcel/Writer/Excel2007.php 219
hello all I've been working in the past and now I do not know what the problem please help centos 6.5 cpanel PHP 5.3.28 (cli) (built: Jan 21 2014 19:09:57) Copyright (c) 1997-2013 The PHP Group Zend...
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
Hello, i am trying to read from my xls file into the mysql database but the PHPExcel_IOFactory::identify($filename); is recognising it as an HTML file and not as an xls file ... so in turn the...
View ArticleNew Post: CSV FILE CONVERTING BIG INTERGER AS EXCEL DEFAULT VALUE LIKE...
If I created a CSV file containing your sample number and that I open this result with the Notepad, I found the intact number, on the other hand, if I open this file with Excel, the latter transforms...
View ArticleNew Post: Add all rows to excel spread sheet
If you want to fill several lines in your Excel file, should you change coordinates.$i=2; $S=$objPHPExcel->getActiveSheet(); while($row=extractRow()){ $S->setCellValue('B'.$i, $row['UNIT'])...
View ArticleNew Post: Show more of an Excel worksheet
You can use $objPHPExcel->getSheet($Index) or $objPHPExcel->getSheetByName($Name) to have others sheets. Use getSheetCount() or getSheetNames() to known max index or names in the workbook.
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
If you are sure that the file is a xls, explicitly created a reader of this type PHPExcel_IOFactory::createReader('Excel5');
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
tried doing that too but then it says 'could not recognise file type as OLE' ....something to that effect
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
If possible (without breaking any confidentiality rules that might apply to the data in the file) can you please provide this "original" xls file to test..
View ArticleNew Post: setActiveSheetIndex not wroking
Hi omiras, setActiveSheetIndex() seems work with me. In my situdation, I create an excel file with 2 sheets, and I wrote data in the first sheet with $objWorkSheet =...
View ArticleNew Post: Add all rows to excel spread sheet
Thank you @LWol, Legendary! working perfectly!
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
I can try but is it alright if i give you a screen shot of what the editor version of the xls file looks like. When i make some changes in this original format it says "cannot save in the current...
View ArticleNew Post: Data Validation doesn't work with copy and paste?
LWol wrote: The problem comes from Excel and is not easy to solve. Using macros which verify what is pasted, but I saw no solutions that handle all cases, moreover, PHPExcel manages not macros in Excel...
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
ok heres the link, nonxls.xls , this is the so called 'original' file. please help me with this. Even if it is recognised as HTML how do i read data from it . what is the equivalent function
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
There is paleontology :-) This is an Excel file... Version 2 ! Today, PHPExcel does not support this version and I doubt that this be considered. If your server is Windows, perhaps you can access the...
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
This file has been uploaded online and being synced from a local drive on the computer using allwaysync software. I have converted this file into the latest version on the localdrive , but even this...
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
Hum... No obvious solution... Even the first version of the ODBC driver does not read this format, the minimum being Excel 3.0, which reduces the chances of finding alternatives under other platforms....
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
Yes im trying to get that done. Thanks for your help! BTW How did u know it wwas version 2!
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
I asked Excel :-) Open your file with Excel, switch to the development environment, window of execution:? ActiveWorkbook.FileFormat Excel responds '16', look in help to find the match with the...
View ArticleNew Post: Call to undefined method PHPExcel_Reader_HTML::setReadDataOnly()
Oh Ok! ThankYou very much LWol !!
View Article