=== WP Excel CMS ===
Contributors: webteilchen
Donate link: http://webteilchen.de
Tags: excel, import, wp excel cms, xls, xlsx, json, excel import
Requires at least: 3.5.1
Tested up to: 4.4
Stable tag: 1.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Simple Plugin to import Excel (xlsx) files to Wordpress and use the Data in your theme.
No Database entries are created.
* !!! Only *.xlsx files are supported !!! *
== Description ==
Simple plugin to import excel files (.xlsx only) to Wordpress and use the data in your theme. No database entries are created. All file & json based. You can use as many excel files on one page as you want.
For example, if you have a guestlist in excel and you want to show it in a special style on your website, you can easily upload the excel file in your admin interface an then use `wp_excel_cms_get("guestlist");` to get the structured data in your template.
If you want to use the Table in your post or page, you can use the Shortcode [wp_excel_cms name="guestlist" sheet="1"] .
The string "guestlist" have to be replaced by your given excel file name.
*Short Code*
`
[wp_excel_cms name="guestlist"]
`
*Example Usage in Theme:*
`
column 1:
column 2:
column 3: