Skip to content

Vaisakh-RS/ExcelEase

Repository files navigation

ExcelEase is a user-friendly web application designed to simplify data management by transforming each row of your uploaded Excel sheet or CSV file into an editable card. This application provides a seamless and intuitive interface for users to effortlessly edit existing data or add new rows to their dataset or delete data. The users can also easily download the edited file.

Made as part of the GTA hackathon.

Features

  • Users can add ,edit and delete data from the file.
  • The file can contain any number of rows and the labels for the card will be dynamically generated.
  • Users can select which columns should be displayed from the file that they uploaded.
  • Local Storage is used to store the files.
  • Any row can be easily searched using the row number.
  • Table Pagination is implemented.

Workflow

Workflow

Dependencies

Run Locally

Clone the project

  git clone 

Go to the project directory

  cd ExcelEase

Install dependencies

  npm install

Start the dev server

  npm run dev

Team

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages