'how can i be exporting Strapi's content data to excel

I'm a newbie to strapi and nodejs and i'm using strapi version 4, trying to find a way i can be exporting some data from content-types to excel. tried the excel-export plugin and it didn't show on the UI until i edited the config/plugins.js

module.exports = () => ({
    excelexport: {
        resolve: './plugins/excel-export',
        enabled: true,
    }
})

and it showed up on the plugin list but not functioning

this is my dashboard image

i don't understand this plz help. how can i do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source