Quantcast
Channel: PHPExcel Forum Rss Feed
Browsing all 2707 articles
Browse latest View live
↧

New Post: Here's how to create Excel from and HTML Table

Hello Mamuscia, I can't Copy Code that you have updated. do you have Insert Code function to post your code? Thanks.

View Article


New Post: Read in chunks not working.. so slowly and still with memory errors

PHPExcel 1.7.8 PHP 5.3 I've got a 2012 MBA with 4gb ram. 512M as php memory limit. I'm trying to read a big excel file of about 20mb to import into mysql. I've searched across internet and found the...

View Article


New Post: PHP Fatal error: Class 'PHPExcel_Shared_ZipStreamWrapper' not found...

Use: PHPExcel 1.7.8 PHP 5.2 Excel 2007 Justhost I am new to PHPExcel and am trying to run the first example, "simple". I receive this message in the log - PHP Fatal error: Class...

View Article

New Post: Export Excel file can't be read by NiceLabel

Hello there, I use 1.7.7 phpexcel to export xxx.xls, I tried to use NiceLabel to read the file, failed! Tried to use .net program file to read the file, still failed! But I can open it by ms office...

View Article

New Post: Templated excel to PDF, image within excel turns to link in PDF

I have a excel template that has an image in one of the cells but when it is loaded then converted to a pdf the image is replaced with the following: Image not readable or empty zip:///..... How can i...

View Article


New Post: PHPExcel to PDF (domPDF) creating a border outline to final PDF output

When i am creating a PDF from a dynamic excel sheet using PHO Excel then within using DomPDF to then output as a PDF. But when i view the PDF i have this border around the edge of the outputted...

View Article

New Post: Array function not working

Array functions in the existing sheet modified to normal formulae after saving the excel sheet. i am using excel2007 reader and writer. i have seen some posts about this issue but i failed to find out...

View Article

New Post: PHPExcel to PDF (domPDF) creating a border outline to final PDF output

Well have sorted this out, within my templated excel sheet, i went to the layout tab, then in the view section unticked the gridlines, and this solved my issue

View Article


New Post: Array function not working

Can anybody answer this?

View Article


New Post: Array function not working

Array formulas are not supported in the current version (1.7.8) but Mark has been working hard to implement: patience... or help him to ensure that it is completed more quickly.

View Article

New Post: Array function not working

Ok. Thank you for your reply LWol

View Article

New Post: how to read password protected worksheet file using phpexcel if i...

how to read password protected file using phpexcel if i know the password. used for protection.

View Article

New Post: Understanding: Client side and grabbing information

Hi, I am facing a similar challenge, trying to get the PHP script (that manipulates and outputs a rather large Excel file directly to the browser) to report it's progress in realtime, so that the user...

View Article


New Post: Understanding: Client side and grabbing information

I'm answering myself... :) It was a mental block on my part apparently... I made the requesting page a .php one instead of .html, and used some PHP code on it to retrieve the memcache value. Simple as...

View Article

New Post: Double quote possibly breaking formatting

I am creating a spreadsheet where, after a cell containing a double quote ("), the formatting becomes broken. Up to this point, each cell is assigned the formatting specified just fine. After this, no...

View Article


New Post: Adding default dropdown validation options to specific column

Hi I am trying to generate template Excel documents for users to download in order for them to upload bulk data. As part of this, I want certain fields to be choices from a dropdown. The DataValidation...

View Article

New Post: How to apply a rule for an AutoFilter?

Hello, I'm using PHPExel to read an xlsx excel file. In this file there is already simple filters. I want to know how i can do to apply the rule that i have programmed. here an extract of my...

View Article


New Post: XLSX Excel error 'Excel cannot open the file because the file...

Hi, I have seen this issue in other discussions placed and tried everything that every one suggests with no luck. The file downloads ok but Excel will not open and give the error and as above. I have...

View Article

New Post: XLSX Excel error 'Excel cannot open the file because the file...

The answer to this question is always the same. Open the file in a text editor, and look for leading or trailing whitespace or a BOM marker (in which case your script is injecting that via echo, print,...

View Article

New Post: How to apply a rule for an AutoFilter?

PHPExcel only applies autofilter expressions on save, and this sets the relevant rows to hidden/visible to match the filter expression. You'll need to do the equivalent call from within your code,...

View Article
Browsing all 2707 articles
Browse latest View live