Top "Phpexcel" questions

A PHP library to create, read, edit and write spreadsheet files for MS Excel and other spreadsheet programs

PHPExcel detect if the cell value is formated to date or not

Good day guys i have a problem on how to detect if the cell value is formated to date or …

php phpexcel phpexcelreader
Is there anyway in PHPExcel to hide values in an export?

I would like to be able to get the ID of my record in my sql statement: $result = $db->…

export phpexcel xlsx
Laravel Excel: how to get value of a cell?

I've loaded .xls file with Laravel Excel: Excel::load('public/files/20160621.xls', function($reader) { // read a cell value }); How do …

php laravel phpexcel laravel-excel
PHPExcel XLS not recognised as an OLE file

I developed a PHP web application using PHPExcel libraries. All is working properly except with some Excel documents which strangely …

php excel phpexcel phpexcelreader
Class 'ZipArchive' not found error while using PHPExcel

When I use PHPExcel on a new server, I faced the error "Class 'ZipArchive' not found" and it seems to …

php phpexcel php-5.2
Identifying worksheet index while Looping through worksheets, via getWorksheetIterator(), with PHPExcel

I'm using the PHPExcel library to read an Excel file with many worksheets and perform processing on it. Now I …

php for-loop phpexcel worksheet
PHPExcel can't save the file or download it

I'm trying to code a function in PHP to export some data to Excel file. The problem is if I …

php jquery phpexcel
How to create new worksheets with PHPExcel using kohana 3.2

$excel2 = PHPExcel_IOFactory::createReader('Excel2007'); $excel2 = $excel2->load('ExampleSpreadsheettest.xlsx'); $excel2->setActiveSheetIndex(0); $excel2->…

php phpexcel worksheet kohana-3.2
PHPExcel save a CSV is adding the webpage HTML as well

I have a webpage that has a radio group as the options for the file format you wish to save. …

php csv phpexcel file-extension prado