2.0.1 • Published 3 years ago

strapi-plugin-excel-export v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Strapi plugin excel export

First Setup

cd /<path-to-your-strapi-project

# create plugins folder if not exists
# mkdir plugins

# go to plugins folder
cd plugins

# clone the plugin code into a folder and skip the prefix
git clone https://github.com/iamplsh/strapi-plugin-excel-export.git excel-export
# install dependencies
cd excel-export && yarn install
# build the plugin
cd ../..
yarn build

# start
yarn develop

Note:

it's important to clone the repo into a target folder named excel-export, the prefix has to be omitted.

Plugin development

yarn develop --watch-admin

Running at http://localhost:8000/

Features

  • Support Excel export

Not supported

  • Media fields, e.g. image, video, etc.

References

strapi-plugin-excel-export

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago