https://github.com/paalamugan/excel-sheet-react-table
This app will made with react framework. You can import you excel sheet and edit your excel sheet in the UI and download that updated excel sheet.
https://github.com/paalamugan/excel-sheet-react-table
bootstrap react react-table vite vitejs
Last synced: about 1 month ago
JSON representation
This app will made with react framework. You can import you excel sheet and edit your excel sheet in the UI and download that updated excel sheet.
- Host: GitHub
- URL: https://github.com/paalamugan/excel-sheet-react-table
- Owner: paalamugan
- License: mit
- Created: 2021-11-23T22:13:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T10:09:17.000Z (about 3 years ago)
- Last Synced: 2024-11-19T10:42:39.614Z (3 months ago)
- Topics: bootstrap, react, react-table, vite, vitejs
- Language: JavaScript
- Homepage: https://paalamugan.github.io/excel-sheet-react-table/
- Size: 1.05 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EXCEL SHEET READ & RE-WRITE
- Its helps people to edit and delete their excel sheet in browser itself. This application made with using react framework.
- [Demo version](https://paalamugan.github.io/excel-sheet-react-table/)
## Features
- Import Existing excel sheet.
- Create new Browser Excel sheet.
- Edit and delete existig rows cell.
- Add new rows in the sheet.
- Download updated Excel sheet.## Getting Started
- Node Version
```
node - v14.17.5
npm - 6.14.14
```- Install dependencies.
```bash
npm install
```- For development,
```bash
npm run dev
```- For production,
```bash
npm run build
``````bash
npm run deploy
```- To run locally with production build,
```sh
npm run serve
```## Tips
- Tar file
```sh
tar -cvzf excel-sheet-react-table.tar.gz --exclude="node_modules" ./excel-sheet-react-table/
```- UnTar file
```sh
tar -xvzf excel-sheet-react-table.tar.gz
```