Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/padmakant-baloji/react-excel-app


https://github.com/padmakant-baloji/react-excel-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# react-excel-app
## Description
This is a react web application which can do the following
- Which allows a user to upload company details CSV file(.csv) or the user can enter company details in the form.
- Parses the uploaded CSV file/form data and display the parsed data in a table.
- The displayed table can be exported as a .xslx file.
## Installation
Once you clone the repository, enter the following commands.
### react-app
```sh
npm install
```
```sh
npm start
```
## Usage
You can now access the application on the url http://localhost:3000
- USERNAME : root
- PASSWORD : root
- [sample csv file](https://github.com/padmakant-baloji/react-excel-app/blob/master/company.csv)