New Post: Does PHPExcel support php 5.4.7
Mark, thanks for your quick response. Something is definitely weird here. I have pretty much commented out everything out of the code generating this file other than this line:...
View ArticleNew Post: header background
Not sure why you're trying to set a cell coordinate for a header image, but /Tests/04printing.php successfully places that image in the left part of the print heading.
View ArticleNew Post: Does PHPExcel support php 5.4.7
Do the test scripts work correctly: in particular /Tests/05featuredemo.php?
View ArticleNew Post: Excel graphic problem
Hi, I am using the latest version 1.7.8. How Do I send you my excel File? you can use the code I copied above. Regards,
View ArticleNew Post: header background
yes, you are right, 04printing.php works fine, that solved me half of the problem, thank you very mucha. the other half is because when I use the same example to produce pdf the background image does...
View ArticleNew Post: header background
okay, I realize that your script does not support header footer to pdf
View ArticleNew Post: Excel graphic problem
Files can be attached to Work Item http://phpexcel.codeplex.com/workitem/10749?ProjectName=phpexcel
View ArticleNew Post: Fatal error: Allowed memory size of 134217728 bytes exhausted ......
hi Mark, thanks for the reply. you are right, may be the file is too big. 7Mb. has 20 sheets with around 4000 rows of 5 columns each... I tried with an excel file of 3 sheets and works fine... any...
View ArticleNew Post: Fatal error: Allowed memory size of 134217728 bytes exhausted ......
It's what we created cell caching for... improved memory usage but at a cost in speed - described in the manual.
View ArticleNew Post: Problems for read excel 2010
So somewhere in Apache, PHP or PHPExcel there's a bug where nothing whatesoever is displayed. Do the /Tests examples work for you?
View ArticleNew Post: Problems for read excel 2010
Yes work, I've followed me for them to try to get this to work and all work when I put excel 2007 files, but when I put excel 2010 files nothing works edit: Forget xD Extension for excel 2010 is...
View ArticleNew Post: GROUP Cells
Hi every1, I have a request in my company, they want me to create a report with cells grouping(Not Merged), i only have seen this feature in Office 2010, i dont know if 2003 or 2007 comes with it.. A...
View ArticleNew Post: GROUP Cells
What you're describing sounds like outlining: see section 4.6.30 of the Developer documentation, or /Tests/06largescale.php and /Tests/06largescale-xls.php for examples
View ArticleNew Post: Does PHPExcel support php 5.4.7
Ah, good suggestion Mark! No they do not! When I point my browser to the server running the older version of php the xls file is created and I can open and read it no problem. It contains the invoice...
View ArticleNew Post: Does PHPExcel support php 5.4.7
Mark thank you! The errors from the demo gave me something to dig into and I think I know what the problem is. It looks like php 5.4.7 may have some issues with this iconv() function. See this web link...
View ArticleNew Post: newbie question how to write french éèçà in sheets
Hi everybody, I have read the documentation, I made some xlsx sheets but I do not manage to write word such as "Dépenses" (expenses) in a setCellValue. It leads to just "D" in the excel cell. I tried...
View ArticleNew Post: newbie question how to write french éèçà in sheets
OK, I found how to get the accents. Just do a setCellvalue('A1',utf8_encode('évident!')); If this helps any frenchy around....
View ArticleNew Post: Row values in an array in phpexcel per line
Am trying to add values per line and the size of the array size should be the number of columns with values. Am new at using phpexcel. $objReader = PHPExcel_IOFactory::createReader('Excel2007');...
View Article