Download the PHP package simmbiote/sim-export-excel without Composer
On this page you can find all versions of the php package simmbiote/sim-export-excel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download simmbiote/sim-export-excel
More information about simmbiote/sim-export-excel
Files in simmbiote/sim-export-excel
Package sim-export-excel
Short Description Extend existing features of your WordPress admin interface to enable proper Excel exports of data (not just CSV).
License GPL-2.0-or-later
Informations about the package sim-export-excel
=== Sim Excel Export ===
Contributors: simmbiote999\ Donate link: https://www.jbsimms.co.za \ Tags: excel, export, Flamingo\ Requires at least: 3.0.1\ Tested up to: 3.4\ Stable tag: 4.3\ License: GPLv2 or later\ License URI: http://www.gnu.org/licenses/gpl-2.0.html
Extend existing features of your WordPress admin interface to enable proper Excel exports of data (not just CSV).\
== Description ==
Extend existing features of your WordPress admin interface to enable proper Excel exports of data (not just CSV). If you use the popular Flamingo plugin for your contact forms, you will find this plugin useful for exporting your inbound messages to a clean, well formatted Excel spreadsheet (as a pose to a broken CSV file).
Current support content types (post types) include:
- Flamingo Inbound Messages
== Installation ==
Currently you can install by either downloading this plugin and copying it to your /plugins/ folder, or if you use composer in your project use the following command:
composer require simmbiote/sim-export-excel
.
== Frequently Asked Questions ==
= What post types are supported? =
Currently the following post types are supported:
- Flamingo Inbound Messages (
flamingo_inbound
)
== Changelog ==
= 1.1.0 = Added default configuration for other post types.
= 1.0.1 = Composer tweaks
= 1.0.0 = Composer tweak.
= 0.1 = Initial release. Support for Flamingo Inbound Messages post type.