Sim Excel Export
Extend existing features of your WordPress admin interface to enable proper Excel exports of your data.
by John Simms · github.com/simmbiote/sim-export-excel · website
★ 0stars
40composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/simmbiote/sim-export-excel/archive/refs/heads/master.zipAlso on Packagist as simmbiote/sim-export-excel:
composer require simmbiote/sim-export-excelFrom the readme
Extend existing features of your WordPress admin interface to enable proper Excel exports of data (not just CSV).\
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
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.
Currently the following post types are supported:
Flamingo Inbound Messages (flamingoinbound)
Added default configuration for other post types.
Composer tweaks
Composer tweak.
Initial release. Support for Flamingo Inbound Messages post type.