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

New Post: Display Excel

LWol wrote: If you need an another (single) sheet: $objWriter->setSheetIndex(9); If you need all the worksheets: $objWriter->setGenerateSheetNavigationBlock (true)->writeAllSheets(); Thanks a...

View Article


New Post: Missing Instructions?

Thank you, but I would like information on how to get the script to actually show a table. I'm not sure how I'm supposed to do that. I was under the impression that the phpexcel script would provide...

View Article


New Post: Missing Instructions?

PHPExcel is a set of classes to read and write Excel files. Some classes deviate a little from this fundamental to allow to read CSV files (to make Excel files and not for import into a database) or...

View Article

New Post: How to reduce memory requirements with caching?

My needs currently with PHPExcel are very basic. Within my web application I want to provide users with an "Export to Excel" option. When selected I just need to extract data from mySQL and save it as...

View Article

New Post: Ability to set initial scroll position

When you save an excel spreadsheet, it remembers that exact horizontal and vertical scroll positions. It doesn't seem like it is possible to set this with PHPExcel. Perhaps the easiest way would be to...

View Article


New Post: Ability to set initial scroll position

For the 2007 writer, this seems not complicated to implement. This is the same technique as for freeze panes, by setting the topLeftCell, but without the "split"

View Article

New Post: How to reduce memory requirements with caching?

SQLite3 is one of the most efficient cache methods in terms of memory. Get the same result as for cache_in_memory would assume that PHPExcel to meet a problem to use it. What is the return of...

View Article

New Post: Can't configure pdf library path

hi, i'm new to programming and i'm trying my best. So far i could install PHPExcel and could create a .xls file with content and it's working fine. What i'm trying to do now is to put some content in a...

View Article


New Post: Search and replace

i am unable to use this function searches for the worksheet other than index 0.for all sheets pls hlp

View Article


New Post: Can't configure pdf library path

Perhaps it has escaped me, but you do not write you have installed the library to make the conversion to pdf. PHPExcel allows to use different libraries for conversion into pdf, but none is included in...

View Article

New Post: Can't configure pdf library path

The $rendererLibraryPath value needs to be the path to the actual tcPDF library, not to PHPExcel's wrapper file.... PHPExcel is capable of finding its own wrapper file, but has no idea where on your...

View Article

New Post: Can't configure pdf library path

thanks, i corrected it and it's working fine now :)

View Article

New Post: How to reduce memory requirements with caching?

Thank you LWol! Based on your feedback I did some digging. It turns out that although PHPInfo showed the PDO and modules for SQLite3, PHP wasn't recognizing the SQLite3 class, and as a result...

View Article


New Post: Ability to set initial scroll position

The code below should help implement the functionality for the Writer Excel 2007 1 - Edit the PHPExcel_Worksheet class (PHPExcel/Worksheet.php)Add a property class $_topLeftCellView:/** *...

View Article

New Post: Some shit with UTF-8 -> iconv and illegal character!

First sorry for my english and maybe wrong forum. I've try to save file but allways I got: @version 1.7.8, 2012-10-12 iconv_substr() [function.iconv-substr]: Detected an illegal character in input...

View Article


New Post: Some shit with UTF-8 -> iconv and illegal character!

What is supposed to be done by $data = iconv('utf-8', 'utf-8', $data)? without translit or ignore, I do not see the benefit... The initial value contain what? If you have these errors, the character...

View Article

New Post: PHPExcel limits

Now i am also meet this problem.If there is a solution,please email me.Thank you! My Email Address is zmx@91laiqian.com.

View Article


New Post: PHPExcel limits

I solved problem using cache to file. Unfortunately extracting file takes more than 4 minutes and each calculate also, so if almost whole spreadsheet is fed by formulas it's pointless to use PHPExcel...

View Article

New Post: getValue from .xls returning mangled text

It would seem that PHPExcel does not correctly identify the file type, it relies partly on the extension and my assumption is that it is wrong (xls-> he tries a reader Excel5, finds that it does...

View Article

New Post: Windows server issue

Fatal error: Cannot redeclare class ZipArchive in application\libraries\PHPExcel\Shared\ZipArchive.php on line 42 Works on Linux, but i encountered this problem on windows. PHP 5.4.22, Apache 2, Thank...

View Article
Browsing all 2707 articles
Browse latest View live