Strapi plugin logo for Strapi bulk operator

Strapi bulk operator

Make bulk operations from .xls or .xlsx file

thumbnail for Strapi bulk operator

Strapi plugin bulk-operator

Description

This plugin allows you to create and update multiple entries from .xls or .xlsx file

Alt Text

Installation

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",
  }
});

Components / Relations / Localizations

Creating or updating entries components/relations/localizations is not yet possible. These features will be coming up in the next plugin versions.

Install now

npm install strapi-bulk-operator

STATS

5 GitHub stars89 weekly downloads

Last updated

368 days ago

Strapi Version

4.7.1

Author

github profile image for Matthieu Reveilleau
Matthieu Reveilleau

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.