WP Excel CMS Wordpress Plugin - Rating, Reviews, Demo & Download

WP Excel CMS Preview Wordpress Plugin - Rating, Reviews, Demo & Download
4 Average out of 6 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin 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:

<?php $data = wp_excel_cms_get("guestlist"); ?>

<?php foreach($data as $entry): ?>
column 1: <?php echo $entry[0]; ?><br />
column 2: <?php echo $entry[1]; ?><br />
column 3: <?php echo $entry[2]; ?><br />
<hr />
<?php endforeach; ?>

I hope you enjoy this plugin. Give me feedback to improve it.

Screenshots

  1. wp-excel-cms screenshot 1

    Admin Panel screenshot-1.(png)


Reviews & Comments