Download the PHP package duncan3dc/phpexcel without Composer
On this page you can find all versions of the php package duncan3dc/phpexcel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download duncan3dc/phpexcel
More information about duncan3dc/phpexcel
Files in duncan3dc/phpexcel
Download duncan3dc/phpexcel
More information about duncan3dc/phpexcel
Files in duncan3dc/phpexcel
Vendor duncan3dc
Package phpexcel
Short Description A simple wrapper around phpexcel
License Apache-2.0
Homepage https://github.com/duncan3dc/phpexcel
Package phpexcel
Short Description A simple wrapper around phpexcel
License Apache-2.0
Homepage https://github.com/duncan3dc/phpexcel
Please rate this library. Is it a good library?
Informations about the package phpexcel
phpexcel
A simple wrapper around the PHPExcel library
Static Methods
- read(string $filename[, mixed $key]): array - Reads a spreadsheet and converts it's contents to an array (using the PHPExcel toString() method). By default this will return an enumerated array with each element representing one sheet. A specific sheet can be requested by passing the $key argument, either as an integer representing the (zero based) sheet number, or as a string of the sheet name.
- getCellName(int $col, int $row): string - Convert a numeric column number (zero based) and row number into a cell name (eg B3)
Public Methods
- save(string $filename): null - Calls the save() method on the PHPExcel_Writer_Excel2007 class.
- output(string $filename): null - Outputs the spreadsheet to the browser to prompt a download.
- addImage(string $cell, string $path): null - Add an image to the specified cell.
- setCell(string $cell, mixed $value[, int $style]): null - Set a cell to a value. The $style parameter can be used to set several styles on the cell, using the following class constants: BOLD ITALIC LEFT RIGHT CENTER
Examples
The Excel class uses a namespace of duncan3dc
All versions of phpexcel with dependencies
PHP Build Version
Package Version
The package duncan3dc/phpexcel contains the following files
Loading the files please wait ....