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
1
yarn add strapi-bulk-operator
Install xlsx
1
yarn add xlsx
Import the plugin in your /config/plugins.js
1
2
3
4
5
6
7
module.exports = () => ({
...
bulkoperator: {
enabled: true,
resolve: "strapi-bulk-operator",
}
});
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.