• georgeamir

    (@georgeamir)


    In the plugin’s dashboard, the export functionality only displays the option to export data in CSV format. However, upon inspecting the plugin’s code, I noticed support for Excel exports in the following block:

    case 'excel': vsz_cf7_export_to_excel($fid, $ids_export); break;

    This indicates that the plugin already has the capability to export in Excel format, but this option is not available in the UI. Could you please add the Excel export option to the plugin’s dashboard for the export feature?

The topic ‘Missing Option to Export in Excel Format’ is closed to new replies.