Discussion guidelines

General discussion/questions/...

Please post general discussion in the topic "General discussion".
Specific questions can be posted in a separate thread.

Having problems?

Create a new post. Maybe it's a bug, we can identify this using the discussions.

Found a bug? Have a feature request?

Create a new post or post an item in the issue tracker. Please FIRST review past work items, and ensure your bug/feature has not been posted before.

File uploads

Here at CodePlex we don't have the ability to upload files in discussion posts. It is difficult for users to send us files, but we often need users to open this or that Excel file as part of debugging.

Uploading files can be done in the issue tracker: http://phpexcel.codeplex.com/WorkItem/View.aspx?WorkItemId=10749. This can be used for sharing files with the PHPExcel team.

Some ground rules for file uploads:

  • When uploading a file to this issue, give it a clear name
  • Add a comment to the issue tracker, stating file is related to discussion post

Whatever you do...

...always mention your PHP version, PHPExcel version and operating system and be as detailed as possible. "It's not working!" may be correct, but does not provide us the required information to make it work.

Documentation missing?

first post: raphael75 wrote: Where in the documentation file does it explain how to copy a work...

latest post: raphael75 wrote: It seems that these things should be in the documentation file sinc...

border widths available

first post: raphael75 wrote: Are the only border widths available "thick" and "thin"? Is it pos...

latest post: raphael75 wrote: Thank you!

Select Multiple Worksheets

first post: frodopopodo wrote: Hi, i search the PHPExcel Documentation, but i could not find an...

latest post: frodopopodo wrote: Thanks for answering!! I need to select all sheets before saving be...

Could not output file to Browser using Zend Framework

first post: nicholasnet wrote: I am getting this weird problem where I am not being able to outpu...

latest post: dzegarra wrote: ob_end_clean(); works great for me.

PRICE and YIELD

first post: hosainkuet wrote: Good news.... Existing price function is not work for basis=3 or ...

latest post: MarkBaker wrote: If you could provide a couple of examples of test data demonstratin...

use phpexcel read chart infor

first post: phpedu wrote: Hello All When i use phpexcel to read image ,and can save the imag...

latest post: MarkBaker wrote: Charts aren't regular images; but the latest SVN code can read char...

Problem in dealing with exceptions

first post: techrahul87 wrote: hello,I am using xls file which contain very complex calculations ...

latest post: techrahul87 wrote: @mark thanks for ur support... but .. No browser is able to display...

What's the most efficient way to read large XLSX/XLS/CSV files?

first post: BDS1400 wrote: I have read a lot about the performance issues on large spreadsheet...

latest post: BDS1400 wrote: I solved my issue: Sessions were enabled on this script, which kil...

formula problem

first post: mjhsoftware wrote: Hello, I would like use a formula =IF(AND(A18>=0;A18<40);1;0)...

latest post: MarkBaker wrote: Use , as an argument separator instead of ; =IF(AND(A18>=0,A18<40),...

FORMAT_TEXT

first post: Lvx123 wrote: Hi, I have to write a phone number in a file. xls (eg: 070123456). ...

latest post: MarkBaker wrote: See this thread for a more detailed explanation of the format codes...