Make bulk operations from .xls or .xlsx file
This plugin allows you to create and update multiple entries from .xls or .xlsx file
Install strapi-bulk-operator
1yarn add strapi-bulk-operator
Install xlsx
1yarn add xlsx
Import the plugin in your /config/plugins.js
1module.exports = () => ({
2 ...
3 bulkoperator: {
4 enabled: true,
5 resolve: "strapi-bulk-operator",
6 }
7});
Creating or updating entries components/relations/localizations is not yet possible. These features will be coming up in the next plugin versions.
npm install strapi-bulk-operator
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.