This app exports datasets to excel which then can be imported back after the excel sheet has been filled
Warning: Make sure you're using the latest version of Node.js and NPM
# clone our repo
$ git clone https://github.com/carapai/angular-dhis-nrc-excel.git my-app
# change directory to your app
$ cd my-app
# install the dependencies with npm
$ npm install
# Build the application
$ npm run build