Strapi plugin to export collection types into excel format.
npm install strapi-plugin-excel-exportbash
cd /create plugins folder if not exists
mkdir plugins
go to plugins folder
cd pluginsclone 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 buildstart
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
`bash
yarn develop --watch-admin
``- Support Excel export
Not supported
- Media fields, e.g. image, video, etc.
- Component List - Strapi Helper Plugin
- Strapi Content Import Plugin
- Guide to Strapi Content Import Plugin
- Strapi Styled Component