New Post: Problems Download excel file
Good afternoon, I have a problem in regards to can download the file in Excel, or create an excel file with information that only this file remains on the server. And I wanted that would download...
View ArticleNew Post: Problems Download excel file
If you're getting the file loaded as a string, then in all probability you have an output in your code that's adding a leading or trailing whitespace to the output file
View ArticleNew Post: Rendering complex scatter charts using jpgraph
Thanks for the answer, Mark It is identified by PHPExcel as scatter chart. Also, PHPExcel it's strong enough to read it and to pass it data to the jpgraph and rendered picture it's closed to the chart.
View ArticleNew Post: Unable to format output at all
Hi, i was experiencing the same problem when trying to export a excel document to pdf in landscape mode using mPDF. I'm using PHPEXCEL 1.7.8 I have found a workaround, but you have to modify the...
View ArticleNew Post: Problems Download excel file
Would you put here my code to see who might be doing wrong? Because I'm not able to reach any conclusion
View ArticleNew Post: Generate Multiple .xlsx Files
With this: $objPHPExcel->disconnectWorksheets();unset($objPHPExcel); Please take note that only unsetting the object is not enough
View ArticleNew Post: Generate Multiple .xlsx Files
Ok thanks, I didn't realise that unsetting isn't enough. Thanks.
View ArticleNew Post: Cell Formatting issue
Hello, Somehow i need to open the excell file and doubleclick a formatted cell before the formatting becomes active, also i can "edit" the field and press enter to activate the formatting. ofc this is...
View ArticleNew Post: Cell Formatting issue
So what's the value of $mytime? Is it a valid Excel date/timestamp value?
View ArticleNew Post: Unable to format output at all
I can't understand why using the $ortmp variable should make any difference at all to the code; so the only thing I really see that you're doing differently is the call to $pdf->AddPage()
View ArticleNew Post: Unable to format output at all
Actually not. I found out that the variable $orientation changes value after the call to setPageSize() function. I agree with you it makes no sense, but I have printed out this variable before and...
View ArticleNew Post: Unable to format output at all
Certainly a variable passed to a function shouldn't be changed unless the API explicitly declares it as pass by reference, and it should really explain why it's changed and what you should expect back...
View ArticleNew Post: rewrite excel(.xls) then macro lost
Hi, I had a excel(A_Result.xls) file with macro, and i use browser access the php , the php file only load xls and save it with any modify. and then macro in A_Result.xls is lost Is there any way...
View ArticleNew Post: rewrite excel(.xls) then macro lost
Sorry, one code miss , A.xls -> A_Result.xls is right. and i still have this problem.
View ArticleNew Post: rewrite excel(.xls) then macro lost
phpexcel can only swrite features it supports to a file, and macro's are not one of them. I'm afraid what you want is not possible!
View ArticleNew Post: Cell Formatting issue
The value is "28/10/2012 22:20" Format is "dd/mm/yyyy hh:mm" I guess its a valid date/timestamp since it works after "activating" the field, how can i make sure it is ?
View ArticleNew Post: Cell Formatting issue
"28/10/2012 22:20" looks like a string value to me: Excel (like PHP itself) uses a serailised datetimestamp value for dates (though based on number of days since 1st January 1900 (PHP uses number of...
View ArticleNew Post: How to set Chart data range in phpexcel
Hi I am creating excel chart from other sheet. I want to create it by just setting chart data range value in excel. Can anybody tell is it possible to set chart data range value. I am able to...
View ArticleNew Post: Chart Support
I have a simple Bar Chart. The chart is appearing in the output file when I use Tests/32chartreadwrite.php. However, in the input file, the chart data series Fill is set to Solid and the chart plot...
View Article