Top "Phpexcel" questions

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

How to integrate codeigniter and PHPExcel?

always display an error message on my browser: An Error Was Encountered Non-existent class: IOFactory all classes PHPExcel, i extract …

codeigniter phpexcel integrated
How to get phpexcel to keep leading 0s in phone numbers?

Here's the code i'm using right now to set the cell values. It works alright if the number has separators …

php phpexcel
Formatting a cell to a percentage in PHPExcel

I am automating an excel spreadsheet using PHP. I have been looking for a way to pragmatically format a cell …

php formatting phpexcel percentage
PHPExcel Accounting Formats

I'm working with PHPExcel and I'm trying to format a cell using Excel's built-in "Accounting" format. I'm aware of the …

phpexcel
Always display specified number of decimal places in Excel

I need to display two decimal places in Excel (xlsx). I'm using PHPExcel. In PHP, I can use something like …

php phpexcel
PHPExcel - How to set a url

I am isung PHPExcel and have a URL in a string. When doing: $url = 'http://dx.doi.org/10.1016/j.phymed.2005.11.003…

php phpexcel
Just get one row from PHPExcel

I tried to find a way to just get a row using PHPExcel. After numerous searches on the internet, I …

php phpexcel
php_zip does not exist in php 5.3.5

I'm in the process of using PHPExcel. One of the requirements is that I need to enable php_zip. (...) if …

php zip phpexcel
How to Generate Excel File With Autofilters in PHP?

Okay, here's my dilemma. I've been working on a Wordpress plugin for Medical Marcom to automatically update his List of …

php phpexcel autofilter
What are the main differences between PHPExcel and PhpSpreadsheet?

In project of PHPOffice there are two projects associated with spreadsheet file formats: PHPExcel PHPExcel is a library written in …

php phpexcel phpoffice phpspreadsheet