1.0.7 • Published 10 months ago

strapi-bulk-operator-vf v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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.

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago