Skip to content

creditsoftware/csv_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Editor

Description

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.

Installation

  • 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!

How to use

  1. First, Click Files/Open to import excel file.

image

  1. Click the button below, set the form, and apply.

image

  • Select the type you want to apply

    • Self: percentage of the cell
    • Increase: cell + percentage of the cell
    • Decrease: cell - percentage of the cell

image

  • Input the value of the percentage

image

  • Select the columns you want to apply.

image

  1. Finally, you can export to any format you want on Files/Save As.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published