/phpexcel

The PHPExcel module allows developers to export/import data to/from real Excel files.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

PHPExcel

The PHPExcel module allows developers to export/import data to/from Excel files.

The idea behind this module is to have a single module for handling the export or import of Excel files, instead of multiple modules handling specific cases.

The module provides no functionality as-is (the .module file is as good as empty). The phpexcel.inc file must be included to use the export or import functions in your own module:

module_load_include('inc', 'phpexcel');

Installation

Install this module using the official Backdrop CMS instructions at https://backdropcms.org/guide/modules

API reference

See this: phpexcel.api.php

Library

PHPExcel's library is included under 'libraries' folder. Details: https://github.com/PHPOffice/PHPExcel

Issues

Bugs and Feature requests should be reported in the Issue Queue: https://github.com/backdrop-contrib/phpexcel/issues

Current Maintainers

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.