This is an application to import, edit and export Excel files in React. It was built as a project to change the value of the selected column to the entered percentage.
-
Clone the repo in your terminal by clicking the green clone or download button at the top right and copyin the url
-
In your terminal, type
git clone URL
- replace URL with the url you copied
- hit enter
-
This will copy all the files from this repo down to your computer
-
In your terminal, cd into the directory you just created
-
Type
npm install
to install all dependencies -
Last, but not least, type
npm run start
to run the app locally. -
To look at the code, just open up the project in your favorite code editor!
- First, Click Files/Open to import excel file.
- Click the button below, set the form, and apply.
-
Select the type you want to apply
- Self: percentage of the cell
- Increase: cell + percentage of the cell
- Decrease: cell - percentage of the cell
- Input the value of the percentage
- Select the columns you want to apply.
- Finally, you can export to any format you want on Files/Save As.