Top "Phpexcel" questions

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

Read Date Format in PHP EXCEL

I have read excel file using PHP excel . But that excel file contain some date (time format) PHP excel return …

php excel phpexcel
PHPExcel how to apply alignment for the whole document created from mysql table

I used PHPExcel library to generate excel files based on the table created by the mysql query. I created multiple …

php phpexcel
PHP create xls from array

I try to create xls file from array and download it with the browser with this code: $sheet = array( array( …

php phpexcel xls
phpexcel freeze row and columns

I'm trying to freeze the top row and the first 3 columns in a worksheet, using PHPExcel. I can freeze the …

php phpexcel
Adding a new row with PHPExcel?

How can I add a new row to an existing .xls file using PHPExcel? Do I have to calculate the …

php phpexcel
Read only specific sheet

I am trying to read just one sheet from an xls document and I have this: $objPHPExcel = $objReader->load(…

php phpexcel xls
Looping through worksheets with PHPExcel

I'm using the PHPExcel library to read an Excel file and perform processing on it. I want to loop through …

php for-loop phpexcel worksheet
How to use PHPExcel correctly with Symfony 2

I need to use PHPExcel with a Symfony2 project. Anyone know how to set up the project correctly to use …

symfony configuration phpexcel
PHPExcel Check if sheet exists

I am using phpExcel, and I can't find anything to check if a sheet exists. What I would like to …

php phpexcel
PHP excel - data looping?

I have an array of arrays of data. so the basic format is $sheet = array( array( 'a1 data', 'b1 data', …

php arrays phpexcel