Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author webteilchen

    (@webteilchen)

    At this time, its a very basic plugin. You have to edit the Theme, an then you can use the data from the excel file in that way:

    <?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; ?>

    Put this in your template, where you want to show the data.

    What exactly is your use case an how would you solve the problem, maybe I can extend the plugin to make it work?

    What exactly is your use case an how would you solve the problem, maybe I can extend the plugin to make it work?

    Short code to put in a page or blog page…

    Plugin Author webteilchen

    (@webteilchen)

    Hi Caracadon,

    that’s a good idea. It will be done in the next version.

    Best Regards
    Vincent

    Plugin Author webteilchen

    (@webteilchen)

    New Version 1.0.2 is online with shortcode support.

    webteilchen;

    Is the plugin sensitive to version of Excel? IE 2000|2003|2007|…|2013.

    I am using Excel 2007 and when uploacing an .xls file the preview panel is always blank.

    Plugin Author webteilchen

    (@webteilchen)

    Can you upload or send me this excel file, then I can have a look on it and fix it. Normally the older and newest versions are making no problems.

    Do you get an error?

    There was no error. It worked fine other than the preview screen is blank and the short code shows an error when [Review Changes] for the page instead of the expected sheet.

    How would I go about ‘uploading’ or attaching the file to this post or another?

    Plugin Author webteilchen

    (@webteilchen)

    Send it to info AT Webteilchen.de

    I have a similar problem. When I upload the xls file the Import Preview space is a black window and when I put the shortcode in a page o post and do preview I see nothing. When I click, in the Excel Content Management System settings on the Name of the file I uploaded I cab save the file back to my PC, and when I do that the file is my original xls file. What can I do to make it work? THanks

    Plugin Author webteilchen

    (@webteilchen)

    Please try the xlsx format.

    Plugin Author webteilchen

    (@webteilchen)

    I’ll fix this soon.

    xlsx works, thanks a lot ^_^

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Can't get in to work’ is closed to new replies.