New Post: issue getting value from cell
Hi. I have an issue using getValue from cell. I have a sheet with a filled cell with long text (1110 chars on length). using getValue() it returns me null value. I'm using PHPExcel 1.7.9 thnx
View ArticleNew Post: PDF Rendering with mPDF
Read this post on pdf rendering.http://stackoverflow.com/questions/phpexcel-pdf-rendering-library-has-not-been-defined/pdf-render
View ArticleNew Post: issue getting value from cell
checking the XLS file, I've found it's a merged cell, so searching I found it: http://phpexcel.codeplex.com/discussions/73891 following that function for mergin cells only it returns me a number 1. the...
View ArticleNew Post: Using fromArray, setWrapText, setAutoFilter cannot get \n multi new...
Hi everyone, Below is the solution that I manage to find out. (just in case anyone need it) Just change the...
View ArticleNew Post: format minimum and maximum value for Y-axis
I wonder how do I set a minimum and maximum value for the Y axis of the graph in excel? The default setting is automatic in excel but it can be changed. How is this done?
View ArticleNew Post: format minimum and maximum value for Y-axis
Well, first you have to patch the code...It's not supported in PHPExcel. The XML for graphs in Excel 2007 is surprisingly relatively straightforward, create a few graphs in Excel, unzip the files and...
View ArticleNew Post: Can not pull file from server
I can not get my excel file from the server. It seem like it times out. I can read a file on my hard drive. Using PHP I can see the file exist. I have time out set to "0". Any ideas on what I need.
View ArticleNew Post: Fatel Error reading file
I get the following when trying to pull my excel file from my hard drive. Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1032 bytes) in...
View ArticleNew Post: How to fill a Excel template
Hi, I'm Ecuadorian, I do not speak very good English, but I hope you understand me and can help me; I'm starting to use PHPExcel and I loaded the files in my web root, but to run some examples...
View ArticleNew Post: show records in multiple cell with defined variables
session_start(); $code_type_session = $_SESSION['code_type']; $speciality_session = $_SESSION['speciality_code']; $start_date_session = $_SESSION['start_date']; $end_date_session =...
View ArticleNew Post: Cells background turn black
I'm using version 1.7.7 and I'm facing this issue. @quaki's fix still works, though now it's on line 1813. I second the request to put this change into a future release.
View ArticleNew Post: Formula not retained after reading in excel file
Hi Mark, I have also the similar problem. when I edit the previously existed excel2007 sheet, the validations are vanished. so help me in accessing the excel sheet in such a manner that when I edit it...
View ArticleNew Post: Can I get progress update on the saving process?
I'm using PHPExcel to save large worksheets with tens of thousands of rows over multiple worksheets. As you probably know, PHPExcel takes its time to do that. I've followed the suggestion do to this...
View ArticleNew Post: get first empty cell
hi all is there any way to get first empty cell per row or column. A B C 1 * * 2 * $objPHPExcel->getActiveSheet()->getFirstEmptyCell('B'); // return 2 or B2...
View ArticleNew Post: Add rows at the end of an XLS file without loading it
Hi!, I would like to generate a large XLSX file, by adding batches of rows in chunks at the end of it. As of yet I found no way how to achieve this with PHPExcel. At 30.000 rows the loading and saving...
View ArticleNew Post: show records in multiple cell with defined variables
After quick read of your code: $rowCount is not incremented, certain values are always written to the same place.
View ArticleNew Post: Weird problem with setting cell background color
In my code, it sets the cell background color of cells. $objSheet->getStyle($cellIndex)->getFill()->setFillType(PHPExcel_Style_Fill::FILL_SOLID)->getStartColor()->setARGB('FFFAFAD2');...
View ArticleNew Post: Extra Decimal Places with Certain Number Values
I have been using PHPExcel 1.8 to accept uploaded spreadsheets containing scientific values. I noticed today that certain numeric values in .xlsx and .ods worksheets result in extra decimal places for...
View ArticleNew Post: anyone using PHPExcel in their wordpress plugins?
anyone using PHPExcel in their wordpress plugins? Free or paid for ? Thank You
View ArticleNew Post: Getting problem reading large file using PHPExcel
Hi,Please help me I am getting problem reading large excel file using PHPExcel file I am passing excel tha have 93 rows so actually it should read row like 1-10 then 11-20...upto 90 but when we are...
View Article