New Post: How to clear the memory after reading the excel
Thanks Massi, It was not working for me as i am not disconnecting the work sheets before unset command.
View ArticleNew Post: Sporadic "Uncaught exception 'Exception' with message 'Could not...
Have wrapped the save() function in try / catch and put that inside a loop so that it tretires if the exception is thrown, seems to have worked and I can see from my log files that when the error has...
View ArticleNew Post: How to change 3d rotation options using phpexcel library?
Thanks for your reply mark.. Hope we will access all those features very soon
View ArticleNew Post: create new line in cell
Thanks for the quick response!I was missing the setRowHeight line it turns out, but now its all working! Thank you!Now, the other cells in the same row are vertically aligned at the bottom. Is there a...
View ArticleNew Post: create new line in cell
$objPHPExcel->getActiveSheet()->getStyle('A1')->getAlignment()->setVertical(PHPExcel_Style_Alignment::VERTICAL_CENTER);
View ArticleNew Post: Data Validation - excel taking a long time to save
please help me about to put formula on large row without using iteration, cant find it anywhere on mr google.big thanks.
View ArticleNew Post: Error on creating chart
Hello, First of all thank you so much for PHPExcel. I am getting below error on creating chart :Fatal error: Call to a member function cellExists() on a non-object...
View ArticleNew Post: Error on creating chart
I have been resolve that error issue but now there are no values showing in graph ....
View ArticleNew Post: Error on creating chart
Please tell me one more thing that whether chart work on decimal values [Like 22.65 ] or not ?
View ArticleNew Post: Error on creating chart
I have been resolve this issue. But now chart lines are not appearing, for that you can refer screenshot @uvresins.net/images/xls.png and my chart variable is same as i am mentioning above. I dont know...
View ArticleNew Post: How to read just a date from excel into MySql?
Hi LWol,Thanks again.I did what you suggest this is more what I expected:Excel Data cell range mask '14-03-2001,NF functions returns: m/d/yyyy, PHPExcel returns: m/d/yy.I expect d/m/yyy, but I can...
View ArticleNew Post: how to set time format in hours and minutes.. I need in this format...
<?php /* Error reporting */ error_reporting(E_ALL); ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE); date_default_timezone_set('Europe/London'); define('EOL',(PHP_SAPI ==...
View ArticleNew Post: how to set time format in hours and minutes.. I need in this format...
I'm not sure where is your problem... In Excel, hours, minutes, seconds format is something like h:mm:ss, if your time exceed 24 hours (**), adds the brackets ([h]:mm:ss). Remove ':ss' if you...
View ArticleNew Post: From excel (.xls/.xlsx) file to Access/mySQL using phpExcel
hello,i have used the same set of code but it does not read excel2007 format,can any one guide me on this plz
View ArticleNew Post: From excel (.xls/.xlsx) file to Access/mySQL using phpExcel
sorry it was a little edit$objReader = PHPExcel_IOFactory::createReader('Excel2007');i am very new
View Article