0.0.5 • Published 2 years ago

strapi-bulk-operator v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

yarn add strapi-bulk-operator

Install xlsx

yarn add xlsx

Import the plugin in your /config/plugins.js

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.

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago