1.0.7 • Published 9 months ago

strapi-bulk-operator-vf v1.0.7

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

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago