New Post: Change y-axis labels
This is what the chart looks like: http://i.stack.imgur.com/Wl1yg.png
View ArticleNew Post: PHPExcel search *.xlsx in UNC Path
Hallo, is it possible that the script searching the *.xlsx File about an unc path and so not in the root from the Skript ??? i had create a variable like $inputFilename=...
View ArticleNew Post: PHPExcel export xlsx with drawing got bug in width and height
This is helpfull patch for PHPExcel 1.8.0. The problem resolved in it:diff -rub PHPExcel_1.8.0.orig/Classes/PHPExcel/Reader/Excel2007.php phpexcel/Classes/PHPExcel/Reader/Excel2007.php ---...
View ArticleNew Post: PHPExcel Excel2007 can not handle currency format correctly
PHP 5.3, PHPExcel 1.7.6 or 1.8 Following is a test reuslt shows excel5 reader with excel5 xls file, function getForamtCode() returns correct format code. excel2007 reader with excel2007 file,...
View ArticleNew Post: PHPExcel Excel2007 can not handle currency format correctly
I can't explain it because I don't understand what you're saying Do you have example spreadsheets in both formats to demonstrate the problem you've found? Can you provide some working code to help...
View ArticleNew Post: PHPExcel 1.8.0 error
Hi people: Im experimenting an issue with PHPExcel 1.8.0, everything works fine on localhost but now i'm using a hosting and i get this error executing PHPExcel: Warning: Unterminated comment starting...
View ArticleNew Post: PHPExcel Excel2007 can not handle currency format correctly
MarkBaker, Thanks for post your comments I tested two excel files with same data. One save as Excel5 1997-2003 (xls). Other saved as Excel2007 xlsx. I set cells format as currecy,then move click...
View ArticleNew Post: PHPExcel Excel2007 can not handle currency format correctly
For Excel2007, if cell format is -$1,234 or $1,234, Neither -$1,234 nor $1,234 are valid format masks.... they're formatted values. But I really need a working example showing with the format...
View ArticleNew Post: Set row height in pixels according to image height
Hi, is there a way to set the row height according to the height of an image? Example: I put an image (320x480 pixel) on D12 and now i want the row #12 height to fit the image height (480 pixel). The...
View ArticleNew Post: Data in column float to the right side
Hello everyone, yesterday I downloaded PHPExcel for the first time and made the first steps. I have a Database with persons in it. Every Person has a name, class and code. I want to print this data...
View ArticleNew Post: Multi select dropdown using PHPExcel
Hi, Is there any possibility for having a multiple select drop down list using PHPExcel. Please reply. Thanks in Advance....
View ArticleNew Post: Multi select dropdown using PHPExcel
As MS Excel doesn't have multiple select drop down lists, the answer is "No", we can only support the functions that spreadsheets support
View ArticleNew Post: Data in column float to the right side
Hi there, Excel and LibreOffice's Calc both apply cell alignment based on a cell's value if there is no cell style applied on that specific cell. In your case C1 is right-aligned because it contains a...
View ArticleNew Post: PHPExcel Excel2007 can not handle currency format correctly
MarkBaker, Thanks for your response. I wrote a test PHP script to test curreny fornat for Excel5 and Excel2007. And I create TestExcel 5.xls and TestExcel2007.xlsx for test. In each Exel file, I sent...
View ArticleNew Post: PHPExcel Excel2007 can not handle currency format correctly
MarkBaker, Thanks for your response. I wrote a test PHP script to test curreny fornat for Excel5 and Excel2007. And I create TestExcel 5.xls and TestExcel2007.xlsx for test. In each Exel file, I sent...
View ArticleNew Post: Copying Autoshapes from excel worksheet
Hi, I'm using the addExternalSheet() function to copy a worksheet from one excel file to another. However, the autoshape elements such as the arrows were not copied over. I was browsing to find answers...
View ArticleNew Post: Undefined Index Classes/PHPExcel/Calculation/LookupRef.php on line 641
Good Day Theres a problem when im running this formula =INDEX(Sheet1!B4:I20,MATCH(YOUNG!E8,Sheet1!A4:A20,0),MATCH(YOUNG!K8,Sheet1!B3:I3,0)) ; Notice: Undefined index: B in...
View ArticleNew Post: PEAR channel not available
As a workaround you can register the channel with pear/pyrus then install PHPExcel from a local package. Stub channel file...
View ArticleNew Post: Problem loading large xlsx file even with chunks
@mohorab where you able to find a solution to your issue? I have a similar one, in my case I don't have the memory problem but when I start reading the huge sheet (more than 750K rows with 5 columns)...
View Article