New Post: PHPExcel doesn't give me results
I have a feeling that I'm misunderstanding your question. Internally in Excel, formulae are held in English (BIFF holds tokenised, but OfficeOpenXML actually holds the English language version of the...
View ArticleNew Post: PHPExcel doesn't give me results
Thanks for the tip in order to get formula with getvalue(). I've this formula: =IF(ISBLANK('Feuill1'!$A$25:$A$150),"",VLOOKUP('Feuill1'!$A$25:$A$150,'Feuill2'!$A$1:$E$940,2,FALSE)) The problem was...
View ArticleNew Post: getFormattedValue() and Dates Issue
I have PHPExcel 1.7.6 in a production environment and I'm running into a issue with the return value of getFormattedValue() function and Dates. I'm getting files with the .xlsx extension but I'm not...
View ArticleNew Post: getFormattedValue() and Dates Issue
On 17/09/2013 22:09, schir1964 wrote:From: schir1964I have PHPExcel 1.7.6 in a production environment and I'm running into a issue with the return value of getFormattedValue() function and Dates. I'm...
View ArticleNew Post: getFormattedValue() and Dates Issue
I'll create and issue tomorrow and attach the file for your use. Christopher Mullins
View ArticleNew Post: Issue with duplicateStyle in version 1.7.9?
Hi all I've update PHPExcel version to 1.7.9. Then i have an issue with duplicateStyle function. The function does not replace the correct style in cells destination. $tmp_style =...
View ArticleNew Post: Issue with scattered chart
Hi to all i have a problem with a simple scattered chart: the x values (categories) are poorly managed with overlapping. I post you simple code (from a modified version of 33chartcreate-scatter.php)....
View ArticleNew Post: Issue with duplicateStyle in version 1.7.9?
I'm also having the same issue. Using Excel2007, duplicating a style from an external template - doing 1 cell causes the whole spreadsheet to get that style and go wonky...
View ArticleNew Post: Issue with duplicateStyle in version 1.7.9?
Try with the latest develop branch from github, I fixed this problem a few weeks ago
View ArticleNew Post: getFormattedValue() and Dates Issue
Issue created and file attached. Christopher Mullins
View ArticleNew Post: Is phpexcel working with xampp ?
with PHP Version 5.3.8 and Apache 2.0 on solaris 10 cause i get signal Segmentation fault (11) whatever i do to resolve the problem
View ArticleNew Post: Some General Questions from New php Developer
Hello to all and thanks for the chance to learn more about using phpExcel. I'm doing Office Automation and working mainly with Excel and AutoCAD. In getting started with php I see that reading the docs...
View ArticleNew Post: Is phpexcel working with xampp ?
It works fine with XAMPP for windows. Not sure about Solaris. Christopher Mullins
View ArticleNew Post: Some General Questions from New php Developer
1. I take it that php cannot read mapped network drives. My web server is running (Xampp) on a Windows XP Pro machine. All that is running fine as is php 5.4.7. But in trying to access some Excel files...
View ArticleNew Post: How to display number like 2.98296e+007 in excel
Hi, I am querying mysql DB using php and writing the same to excel sheet. But when i display numbers such as 2.98296e+007 i get a error in excel saying "The number in this cell is formatted as text or...
View ArticleNew Post: How to display number like 2.98296e+007 in excel
Strange... a var_dump($value) show what ? If you use (float)$value, the returned number is correct ?
View ArticleNew Post: Some General Questions from New php Developer
Thanks Chris, and yes after some searching yesterday I found that Windows XP cannot do symbolic links without 3rd party software. That's kind of a flaky method to do symlinks and I assume it doesn't...
View ArticleNew Post: Is phpexcel working with xampp ?
I'll second that. I'm running Xampp on a Windows XP Pro workstation. Why...because I'm just a lowly contractor around here and they spend too much money on contractor's resources. But it runs fine and...
View ArticleNew Post: Some General Questions from New php Developer
Under which account runs the Apache Server? If it's the local system account, it cannot access network drivesYou do not need the writer if you do not want to write the file. And you do not need reader...
View Article