New Post: Problems converting .xlsx to PDF
I found other people with the similar problem https://phpexcel.codeplex.com/discussions/399683 andhttps://phpexcel.codeplex.com/discussions/261394 ...but these post weren't useful...
View ArticleNew Post: Problems converting .xlsx to PDF
My xlsx has a size of 94k, includes only one sheet, reaches to cell AU372 for 5 DIN4 pages. When i cut it in order to have only one page it works. Increased execution time: Fatal error: Allowed memory...
View ArticleNew Post: In Example file [05featuredemo.php] how to change the Excel (.xlsx)...
Dear friends, Please help me In Example file [05featuredemo.php] how to change the save as in Excel browser (.xlsx) ? regards, @gsivaprabu
View ArticleNew Post: Feature requests
I would like to request the possibility to convert a cell range in a table, allowing to "attach" a "total row" on the bottom, and to dinamically sort fields on the header. Something like:// Convert a...
View ArticleNew Post: Opening file having reference to another file
I need to update the content on a spreadsheet with has references and lookup to another source data excel file. Is this feature supported in PHPExcel?
View ArticleNew Post: PHPExcel will not work
PHP Version 5.2.12 PHPExcel 1.8.0 Problem:: 12:52:53 Create new PHPExcel object 12:52:54 Set document properties 12:52:54 Add some data 12:52:54 Rename worksheet 12:52:54 Write to Excel2007 format...
View ArticleNew Post: output in phpunit
Hi guys. I dont know where to see the version of the PHPExcel. I am trying to make some unitTests and my code that I am testing is using PHPExcel... and it is outputing some stuff and is not working to...
View ArticleNew Post: output in phpunit
That looks like residual diagnostics from the previous version of the HTML Reader, it shouldn't be displayed in the latest version of PHPExcel
View ArticleNew Post: output in phpunit
Thanks but I am afraid at this moment an upgrade is not possible for my project. I will have to find a workaround. I see you have unitests so you must have aleady dealt with it but cant find how you...
View ArticleNew Post: output in phpunit
You can't block the output. You'll have to go and comment out those lines in that file
View ArticleNew Post: output in phpunit
I found where that happens but not going to go trough code review - we cant change vendor apps. Thanks anyway.
View ArticleNew Post: Opening file having reference to another file
Plain and simple answer, "No".... it may work, it may not, all depending on what you're doing with those references and lookups; but the PHPExcel calculation engine will not go loading up external...
View ArticleNew Post: Save a xls file in a custom folder
@gsivaprabu By following the Examples given, such as 01simple-download-xls.php and 01simple-download-xlsx.php
View ArticleNew Post: PHPExcel cells merge set font smaller to fit into the merge cells...
I'm using PHPExcel to generate an Excel file for an order. I have some constraints:cells are merged cell are aligned vertical and horizontal to centertext is wrapped and on multiple lines text need to...
View ArticleNew Post: PHPExcel will not work
I cant find php_zip anywhere. nothing in phpinfo.php, no dll in php directory. nothing.... I am sure that is my problem. I just don't know where it is or how to find it.
View ArticleNew Post: PHPExcel will not work
well heck.... found the dll in ext folder..... I will try to enable. thanks
View ArticleNew Post: Export graphs to PDF
In my application I need to draw graphs and generate PDF reports. Can I do this using PHPExcel? We can draw graphs and generate PDFs separately, but can we combine the two? Please reply asap.
View ArticleNew Post: PHPExcel 1.8 heading format Bold xlsx
How can I format my exported xlsx Bold top of heading PHPExcel 1.8 heading format Bold xlsx <i use PHPExcel 1.8 01simple-download-xlsx.php>
View Article