Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/padmakant-baloji/react-excel-app
https://github.com/padmakant-baloji/react-excel-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/padmakant-baloji/react-excel-app
- Owner: padmakant-baloji
- Created: 2019-02-04T15:50:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T16:27:10.000Z (almost 6 years ago)
- Last Synced: 2024-10-27T07:57:51.056Z (2 months ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)