New Post: Reading a xlsm file
The main documentation for PHPExcel can be found in the folder called /Documentation and there are also a lot of examples on how to use the library in the /Tests directory, so you aren't limited to...
View ArticleNew Post: Reading a xlsm file
Thanks Mark, That helped a lot and i am now able to extract the data to the screen. There is only one problem and that is the size of the file, my script is crashing because it is telling me there is a...
View ArticleNew Post: Reading a xlsm file
Using cell caching may also help: especially if you have sqlite enabled on your server
View ArticleNew Post: Get number of CSV rows
Looks like the same problem is happening with TXT files -- The Identify method says it's an HTML file, and only one line gets loaded.
View ArticleNew Post: Get number of CSV rows
Then try the same solution.... this bug has been fixed in the develop branch on github.... but a txt file is pretty meaningless in spreadsheet terms
View ArticleNew Post: Fatal error: Allowed memory size of 134217728 bytes exhausted ......
hi all, I just started testing the library with a very simple code and I got the error of memory exhausted... could someone tell me what I am doing wrong? I am using the library with CodeIgniter...
View ArticleNew Post: Excel graphic problem
Hi. I have a problem when I open an excel file with a graphic created with excel, then modify it and finally save it to disk. When I try to open de updated file using excel, the file is short and the...
View ArticleNew Post: Will your keys used in memcache get any conflicts with my keys if i...
if i do like this: /* $cacheMethod = PHPExcel_CachedObjectStorageFactory::cache_to_memcache; $cacheSettings = array( 'memcacheServer' => 'localhost', 'memcachePort' => 11211, 'cacheTime' =>...
View ArticleNew Post: Problems for read excel 2010
Hello, I'm having the problem to read a file in Excel 2010. I was searching and found no solution if they can help me grateful. The problem is this, I took one of your examples to read all the cells...
View ArticleNew Post: header background
I'm trying this code: $objDrawing = new PHPExcel_Worksheet_HeaderFooterDrawing(); $objDrawing->setName('PHPExcel logo'); $objDrawing->setDescription('PHPExcel logo');...
View ArticleNew Post: Does PHPExcel support php 5.4.7
Our web server has recently upgraded from php 5.2.9 to 5.4.7 and PHPExel no longer works. All of the files that get created give the error: "Excel found unreadable content in file.xls. Do you want to...
View ArticleNew Post: Clear a Table? insert or delete a cell?
Hello, I'm programming a web application that runs excel and I need to clean all areas of a table when you press a button, delete and insert cells also. I am trying to remove and insert the cells but...
View ArticleNew Post: Does PHPExcel support php 5.4.7
There should be nothing in PHPExcel that's incompatible with PHP 5.4.7, it should work without issue: nor are there any known problems with cell content length until you start hitting Excel's own...
View ArticleNew Post: Problems for read excel 2010
Does anything display at all? Any error messages? Anything written to PHP or Apache error logs?
View ArticleNew Post: Will your keys used in memcache get any conflicts with my keys if i...
1. Highly unlikely, but not completely impossible. PHPExcel generates a random prefix to use for each worksheet. The code is visible if you want to check how it works for yourself. 2. Almost certainly,...
View ArticleNew Post: Fatal error: Allowed memory size of 134217728 bytes exhausted ......
So how big is the file you're trying to load? How many worksheets/rows/columns/cells?
View ArticleNew Post: .
The problem is precisely the subject of this post. I could not perform the functions of clear table, delete or add a row, and really i'm not clear how or where, can you help me with this?
View ArticleNew Post: Excel graphic problem
What version of PHPExcel are you using? And simply telling me that there is a bug somewhere in nearly 100,000 lines of code doesn't really help me narrow down any problem at all. Perhaps uploading the...
View ArticleNew Post: .
I can't see anywhere in the code where you're actually trying to do this. Do you have any javascript to work with your HTML table? Is there a form with buttons for clear/delete/add row that you're not...
View Article