New Post: Make hyperlinks behave like Excel 2007.
Despite the ability to set many of the style attributes of a cell containing a hyperlink, you cannot achieve the "changing" appearance of a simple hyperlink to mimic one created in Excel 2007. I have...
View ArticleNew Post: Need Example for PHPExcel and Oracle
Greetings Everyone! I'm new with PHPexcel and Oracle DB. So I would appreciate if anyone could give me a complete PHP code example to export data from Oracle DB to Excel using PHPexcel. Fyi, I've...
View ArticleNew Post: Reading CSV file - cells with large text strings getting truncated
From what I've read PHP doesn't enforce a limit on the length of any string data. The max size is based off of the amount of memory available to PHP, which is well over the 32K limit I'm seeing. I've...
View ArticleNew Post: Need Example for PHPExcel and Oracle
Can you verify that you are getting the data from the Oracle Database into PHP variables or array? If you can you could post that code here and I'm sure there would be several who could help you from...
View ArticleNew Post: Stop from calculating formulas
Method getValue() pulls the raw value of the cell without pre-processing it in any way. Method getCalculatedValue() processes any formula first before returning the value. Method getFormattedValue()...
View ArticleNew Post: Problem with image print proportion
When try to print or print preview xlsx sheet images are stretched horizontally. If i manually set the property as a images - As shown on screen - all is Ok !! How does PHPexcel can set a property of...
View ArticleNew Post: Mail Merge after exporting to XLS Excel5 (Mac Office 2011)
Hi there, I have recently added PHPExcel to a clients site and it's great. The only issue is when the XLS file is downloaded and he tries to create a mail merge in Office 2011 (Mac). When he tries to...
View ArticleNew Post: PHPExcel limits
Hi, I have question about PHPExcell limitations. My file contains 693 000 cells and its size is 60MB. I have set "memory_limit" to 2GB and "max_execution_time" to 3000. Unfortunately I have reached...
View ArticleNew Post: Not able to read Amazon xml 2003 xls spreadsheet
Hi, First of all i would like to thank for this great package.It is successfully read and wirte both .xls and .xlsx formats. But i am having one amazon xml 2003 xls spreadsheet. I used the below code...
View ArticleNew Post: Cell caching and memory leak ?
Hi, I'm new in PHPExcel and I have some problems. I read to much about the situation with the memory usage. I need your help because I get this message "15:09:33 Create new PHPExcel object<br...
View ArticleNew Post: PHP Fatal error: Uncaught exception 'Exception' with message 'Could...
PHP Fatal error: Uncaught exception 'Exception' with message 'Could not close zip file Reports/MissingLogs_11072013.xlsx.' in D:\includes\PHPExcel\Writer\Excel2007.php:340 Stack trace:0...
View ArticleNew Post: VBA Code behind Sheet
Hello, Is your project concerning VBA function import finished ? Thanks for your answer
View ArticleNew Post: VLOOKUP
I'm trying to use VLOOKUP here is an image of my table: http://twitpic.com/dki528 when I use the $objPHPExcel->getActiveSheet()->getCell('A1')->getCalculatedValue() value I get #N/A Does...
View ArticleNew Post: Exception: "Could not close zip file"
Hi All, I've got a site that generates spreadsheets, and I'm trying to move it to using PHPExcel (and generate XLSX files). I am using v. 1.7.9, and my staging site is hosted on my Mac using MAMP Pro....
View ArticleNew Post: HTML output contains incorrect values
Hello, first of all let me say PHPExcel is a great library! Thanks to everyone who has worked on it! I am having a problem attempting to output to HTML. The data in the cells is correct, but when...
View ArticleNew Post: PHPExcel_Calculation_Exception thrown on formula
CentOS 6, php5.3.3 PHPExcel1.7.9 When this formula is set: $Allocation->getActiveSheet()->setCellValue("C5", "Ticker")->setCellValue("D5", "Class") ->setCellValue("E5",...
View ArticleNew Post: HTML output contains incorrect values
Yup, same problem here! I've posted an issue https://phpexcel.codeplex.com/workitem/20416 As a side note in PhpExcel 1.7.8 it worked fine.
View ArticleNew Post: PHPExcel - Can it write row by row as fetching from DB
Were u able resolve your problem? If so how I am facing same problem, this PHPExcel is good package but it's not meant for Multiple user type web application, 2 or user trying to download perform of an...
View ArticleNew Post: Display Excel
The code always displays the first sheet of the excel file. How can I display other sheets in the file? Thank you very much.
View Article