New Post: Error when using links
Error: WorkSheet_2!A8 -> Formula Error: An unexpected error occuredPHPExcel/Cell.php:307 $pExcel->getActiveSheet() ->setCellValueExplicit('A8', "=$'WorkSheet_1'.A7",...
View ArticleNew Post: Scrol in worksheet
I am afraid that there is not direct solutions. There should be a property sheet (get/set in connection methods would be well) and change the method _writeSheetViews of the Writer so it uses the...
View ArticleNew Post: Error when using links
Hum... What is this formula is supposed to achieve?I do not claim to know all the arcana of Excel but this tells me nothing...And if PHPExcel is'nt more inspired, he complains.
View ArticleNew Post: Error when using links
Well.. What is necessary to do: we have one WorkSheet, where is written some Cells, necessary to create some links on another WorkSheet.Like this:$objPHPExcel->setActiveSheetIndex(0)...
View ArticleNew Post: Error when using links
Ok ( the second sheet display 'Helloworld!' for A1).The correct formula is ='Ws1'!A1&'Ws1'!B1Use the "!", not the "." between sheet name and cell coordinate. If you need "absolute" address (the '$'...
View ArticleNew Post: Unable to format output at all
hafler wrote:Hi,i was experiencing the same problem when trying to export a excel document to pdf in landscape mode using mPDF. I'm using PHPEXCEL 1.7.8I have found a workaround, but you have to modify...
View ArticleNew Post: Call to a member function getBlipType() on a non-object
Hi!I try to parse PNG from Excel sheet. The Excel file has one list (01_Body_Graph_Daily) and going to PHP-script from Microsoft SQL Reporting Services by e-mail and/or SMB-share, in any case, the...
View ArticleNew Post: Problems loading and accessing an excel file
First of all, I have to say that I've read a lot of post about this problem, but I think I'm not getting the point about techniques when loading big files.I have an excel file of 65000 rows (aprox) and...
View ArticleNew Post: Problems loading and accessing an excel file
Hi, I've got some experience with large excelsheet, using the PHPExcel library. But rather than reading I used PHPExcel for writing. The biggest files I worked with had around 30 columns with 150K...
View ArticleNew Post: Scrol in worksheet
I will try to be more clear...-The feature you want is not supported by PHPExcel, as far as I know.-I've looked quickly where this information could be entered in an Excel 2007 file.Some tests are...
View ArticleNew Post: Problems loading and accessing an excel file
Hi borft,Thanks a lot for your numbers, are really interesting.Finally I'm being able to deal with this "little monster" :) The key was to really understand how PHPExcel works when loading files and...
View ArticleNew Post: German Umlaute Excelwriter
use utf8_encode to write Umlaute (äöü) into the excelsheet
View ArticleNew Post: disconnectWorksheets() not working?
Hi there,I'm using the method "disconnectWorksheets()" and then unseting my $objPHPExcel var, and then checking the PHP memory and it seems not working to free PHP memory :-(My code is something like...
View ArticleNew Post: Differences between caching systems
I'm aware of all the caching systems supported by PHPExcel, but i cannot see a comment on what is better in one with respect to others, so I'm asking here.What are the differences between caching...
View ArticleNew Post: Differences between caching systems
There are some test results for different caching methods showing times and memory usage inthis thread.
View ArticleNew Post: disconnectWorksheets() not working?
PHP doesn't actually free up memory until the garbage collection runs.If you're running PHP 5.3.0 or above, take a look at http://php.net/manual/en/features.gc.php for forcing garbage collection,...
View ArticleNew Post: How to read just a date from excel into MySql?
Hello LWol, I do not understand everything what you are writing but that is more due to my English or that I something else expect from PHPExcel. I think I understand it so far that it is not possible...
View ArticleNew Post: PHPExcel Roadmap for 2012
Hi -is there any plan to include the YIELD function that is currently in development or on to do list?ThanksMartin
View Article