• We are using wp excel cms plugin in our wordpress website to use excel data, and for that we are using
    $data = wp_excel_cms_get(“guestlist”, “1”);
    But after updating the wordpress version to wordpress 4.5.3 we are currently facing problem using the plugin
    as the above function may be deprecated.
    And the plugin works fine in WordPress 4.4.1
    So, Can you please suggest me any way or updated function replacing the above.

    The problem is that as soon as we use the wp_excel_cms_get() function in our php code it results in a blank page output.

    No console error nothing to display.

    I think the plugin is not compatible with the higher wordpress versions.

    Please guide me to overcome this issue.

    https://www.ads-software.com/plugins/wp-excel-cms/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Having the same problem. After updating the wordpress it stopped working.
    I tracked down the problem to the generating of the json, where I found out it doesn’t generate files like filename_sheet_2.json properly. Unfortunately I’m not that skillful to solve the problem.
    Can anyone help, please?

    I found out that files are generating in proper form, but in wrong order. As for my file I’m trying to target Sheet no.3 but i have to use no. 5 to get right values:
    json file Excel_sheet_5.json is generated json of sheet #3
    also
    $data = wp_excel_cms_get(“Excel”, “5”); returns array for sheet #3.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_excel_cms_get() function not working’ is closed to new replies.