Top "Phpexcel" questions

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

How to use phpexcel to read data and insert into database?

I have a php application where I want to read data from excel, Insert into database and then generate pdf …

php phpexcel
PHPExcel auto size column width

I'm trying to auto size the columns of my sheet. I'm writing the file and in the end I try …

php resize size phpexcel
Set Background cell color in PHPExcel

How to set specific color to active cell when creating XLS document in PHPExcel?

phpexcel
phpexcel to download

hello i am new to phpexcel, and i was wondering if there is some way send the excel i have …

php download export phpexcel export-to-excel
Set Font Color, Font Face and Font Size in PHPExcel

I'm working in PHPExcel. I'm beginner.When I'm using following code and its working fine. $phpExcel = new PHPExcel(); $phpExcel->…

php class phpexcel
Setting width of spreadsheet cell using PHPExcel

I'm trying to set the width of a cell in an Excel document generated with PHPExcel with: $objPHPExcel->getActiveSheet()…

php phpexcel phpspreadsheet
How to export data to an excel file using PHPExcel

I have taken the source code from limesurvey and have added the PHPExcel library to my limesurvey code to export …

php phpexcel
PHP Excel Header

header("Content-Type: application/vnd.ms-excel; charset=utf-8"); header("Content-type: application/x-msexcel; charset=utf-8"); header("Content-Disposition: attachment; filename=abc.xsl"); header("…

php header phpexcel fwrite
How to center the text in PHPExcel merged cell

How to center text "test"? This is my code: <?php /** Error reporting */ error_reporting(E_ALL); ini_set('display_…

php phpexcel
PHPExcel how to set cell value dynamically

How to set cell/column value dynamically using PHPExcel library? I am fetching result set from MySQL database and I …

php excel-2003 export-to-excel phpexcel