New Post: Filter on calculated field
I've noticed that if I do "not equal to blank" the filter does work.->setRule(PHPExcel_Worksheet_AutoFilter_Column_Rule::AUTOFILTER_COLUMN_RULE_NOTEQUAL, '');
View ArticleNew Post: Could not output file to Browser using Zend Framework
I am having the same problem. I am able to save the file in csv and pdf format. The users can download the pdf file no problems, but the xls file is not saving or downloading correctly. Parts of the...
View ArticleNew Post: [BUG] Render with PDF setActiveSheetIndex not working
Hello, I'm using since a year phpexcel, today I have troubles to render the xlsx to pdf (tcpdf and mpdf60). I'm only able to render the xlsx with the first sheet, not another or last sheet, I...
View ArticleNew Post: Problems with appending using fromArray
I'm trying to append rows to an existing spreadsheet. I can open the existing sheet and find its dimensions - and therefore the last row - using this: $findDimensions =...
View ArticleNew Post: Problems with appending using fromArray
getActiveSheet() is a method, not a property.$objPHPExcel2->getActiveSheet()->fromArray($newData, null, 'A'.$appendStartRow);
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
<html><head> <title>select some columns</title> </head><body><table border="3" align="center"><?php $dir=mkdir(date('Y-M-D')); header("Cache-Control:...
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
Are you sure you want PHPExcel for any of this? how can i save compare.xls to my directory(specified folder) and also i want to convert these convert.cls to csv format You're reading csv files (not xls...
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
Sir,I want to save that file to my desired location please help me -- Deena BabuSoftware Developer@axeltechnologies pvt ltd
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
Are you using PHPExcel in any way? This is a site to support the PHPExcel library, not a general PHP tutorial site
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
Sir,I try to use phpexcel but i got following error,require_once(Excel/reader.php): failed to open stream: Permission denied in ,how can i solve it?
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
error_reporting(E_ALL | E_STRICT);require_once 'Excel/reader.php';include 'Excel/Writer.php';// ExcelFile($filename, $encoding);$data = new Spreadsheet_Excel_Reader();// Set output...
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
The code you've posted here doesn't use PHPExcel, it uses Spreadsheet_Excel_Reader
View ArticleNew Post: How to write xlsx from database for large data like 2,00,000 records
Hi to all, I have integrating download data as a xlsx file using phpexcel. In my excel file have two tabs.I'm facing memory allocate error. Even i try memory cache code set -1 till this error occur.I'm...
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
ok fine,then you should tell how to compare two excel files and take common values by using phpexcel ?thank you
View ArticleNew Post: How to write xlsx from database for large data like 2,00,000 records
What memory caching method are you using? NOt all caching methods are created equal:http://imgur.com/3GuYsLi
View ArticleNew Post: how can i save compare.xls to my directory(specified folder) and...
A good starting point is the PHPExcel Documentation
View ArticleNew Post: Calculation with getCalculatedValue
Hello, I have a problem with my spreadsheet I need to retrieve the values of a sheet that uses several sheets but all formulas are in french and I have mistakes. Should we translate all of our...
View ArticleNew Post: Calculation with getCalculatedValue
Without knowing the full details, it's difficult to say. MS Excel (and PHPExcel) use "English" internally for formulas, and it is the MS Excel GUI that "translates" those formulas so that they appear...
View ArticleNew Post: Calculation with getCalculatedValue
Thanks for the answer. The problem is that i must use the result of different cell to put in a var to make a xml file and i have a mistake like !! Formulas error in the php calculation. All my formulas...
View ArticleNew Post: getCalculatedValue throw error Uncaught exception
Hello. I'm having a problem in one of xlsx file, that gives an error when I try to catch values of concrete cells. First need to say that we have three different processes with PHPExcel and a...
View Article