/angular-dhis-nrc-excel

This application exports Datasets to excel and imports the filled excel file

Primary LanguageJavaScriptMIT LicenseMIT

angular-dhis-nrc-excel

This app exports datasets to excel which then can be imported back after the excel sheet has been filled

Dependency Status devDependency Status

Warning: Make sure you're using the latest version of Node.js and NPM

Quick start

# 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