simmbiote / sim-export-excel
Extend existing features of your WordPress admin interface to enable proper Excel exports of data (not just CSV).
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
README
=== 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.