New Post: Worksheet is Blank
Hello , i tried below code and my worksheet is opening with blank:<?php /** require the PHPExcel file 1.0 */require 'Classes/PHPExcel.php'; /** Set Memory Limit 1.0 */ini_set("memory_limit","500M");...
View ArticleNew Post: Worksheet is Blank
Hi, i have the same problem if i send the file directly to browser with Excel2007, so i change my export and save it first to disk$objWriter = new PHPExcel_Writer_Excel2007($objPHPExcel);...
View ArticleNew Post: Worksheet is Blank
I having the same problem i tries changing the code<?php /** require the PHPExcel file 1.0 */require 'Classes/PHPExcel.php'; /** Set Memory Limit 1.0 */ini_set("memory_limit","500M"); // set your...
View ArticleNew Post: How to use PHP EXcel functionality.
i tried below code and my worksheet is opening with blank: <?php /** require the PHPExcel file 1.0 / require 'Classes/PHPExcel.php'; /* Set Memory Limit 1.0 / ini_set("memory_limit","500M"); // set...
View ArticleNew Post: Worksheet is Blank
HI, can you post the error message you get in log files? if often show where you find the solution
View ArticleNew Post: Worksheet is Blank
i am newbie to this can you please let me know where actually we can find the log file
View ArticleNew Post: PHP Excel charts
Hi I am new to phpexcel library,I am using 1.7.8 version ,its good lib but i can able to draw charts using this lib but iam unable to style it(ex.. line charts,dotted line and size of line).please help...
View ArticleNew Post: Writing an Excel2007 file from pre-constructed array
Hum... A few ideas... If you pre-built an array with the data, why not make more depending on the data type (or an array with an extra dimension that contains the type)? This would prevent the test in...
View ArticleNew Post: Writing an Excel2007 file from pre-constructed array
LWol wrote: Hum... A few ideas... If you pre-built an array with the data, why not make more depending on the data type (or an array with an extra dimension that contains the type)? This would prevent...
View ArticleNew Post: Unable to save the Excel file correctly (using Yii Framework)
Hi there, I'm REALLY stuck with something that shouldn't be that complicated... I'm using the Yii Framework and trying to export a Excel file containing data from a database. The only method that...
View ArticleNew Post: Writing an Excel2007 file from pre-constructed array
You need to impose the formatting for some cells, such as a postal code that can begin with a zero, but is not the sole purpose of setValueExplicit, its use avoids PHPExcel wasting time to divination....
View ArticleNew Post: PHPExcel 1.7.8 can ALMOST parse a broken HTML .xls
I'm using PHP 5.3.10 and PHPExcel 1.7.8 along with XDebug to try to figure out what's going on here. I'm trying to parse XLS files uploaded from my web app "A" that are created/generated by someone...
View ArticleNew Post: PHPExcel + APC
I'm trying to generate large file containing more than 5000 rows... I had some memory problem. I've tried to use de caching but I think i'm half way there: Before using APC I would memory exhaust when...
View ArticleNew Post: Is there a setting I am leaving out?
I am using version 1.7.8 of PHPExcel and am creating spreadsheets with no problem... almost. The resulting spreadsheets are e-mailed to various recipients. Those using Excel 2003 have no problems at...
View ArticleNew Post: Writing an Excel2007 file from pre-constructed array
Hi LWOL, Thanks for the idea. The method works. The execution time did reduced. I had no problem processing 10k rows record. However, I always get Memory Exhausted Error Message when processing 13K row...
View ArticleNew Post: Data Validation - excel taking a long time to save
I'm a chinese,Thanks a lot.It's awsome.
View ArticleNew Post: Unable to save the Excel file correctly (using Yii Framework)
Finally I've been able to kind-of solve it... If anyone ever encounters the same problem that I've been facing, check out this Yii Extension (which is, in fact, an extension of an extension that...
View ArticleNew Post: Using Excel Template with Graph - Missing Components
Hi All, I've been trying to copy a graph that is in an Excel template. With the aim of updating the graph by using PHPExcel to modify the associated data. I've used the 30template.php example to...
View ArticleNew Post: Writing an Excel2007 file from pre-constructed array
You can check that the method initializes correctly by testing the returns of setCacheStorageMethod (true/false). You can also verify that the memory_limit setting is taken into account (the reached...
View ArticleNew Post: setting cell properties
greetings, costs me some hours... ( at least i wanted to format a cell as currency and didnt work so this simple test, and sory for replying in this old post, but i thought it fits here ) $objPHPExcel...
View Article