Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vimaltiwari2612/csvparser

A simple online tool to view csv files in tabular format and do certain operations like edit, delete, add, update data, sort and filter them. Can be used for data analysis, Or when MS-Excel doesn't open.
https://github.com/vimaltiwari2612/csvparser

css csv csv-export csv-parser csv-to-excel csv-to-html dynamic-table-row excel html javascript pure-javascript purescript spreadsheet xlsx

Last synced: 19 days ago
JSON representation

A simple online tool to view csv files in tabular format and do certain operations like edit, delete, add, update data, sort and filter them. Can be used for data analysis, Or when MS-Excel doesn't open.

Awesome Lists containing this project

README

        

# CSVParser

A simple online tool to view csv files in tabular format and do certain operations like edit, delete, add, update data, sort and filter them. Can be used for data analysis, Or ***when MS-Excel doesn't open :stuck_out_tongue_winking_eye:***

# Features / Demo

- ***Generate table***
- ***Detects Duplicates***
- ***Remove Duplicates***
- ***Sorting based on Columns***
- ***Column based filtering***
- ***Add and Delete Rows***
- ***Add and Delete columns***
- ***Edit Rows data***
- ***Download (.Csv)***
- ***Create Charts***

![ezgif com-gif-maker](https://user-images.githubusercontent.com/22127564/129059350-15f642c9-cf7f-4b15-a1b9-09ccdcdc8584.gif)

![image](https://user-images.githubusercontent.com/22127564/129702908-184af6e3-6c4f-4b93-9317-45e65025150b.png)

# Charts Demo

![ezgif com-gif-maker](https://user-images.githubusercontent.com/22127564/129703859-6ccd04f3-1332-4ad4-ac28-5b1d413a1cc4.gif)

# Tech Stack
- HTML
- Pure Javascript
- CSS
- [For charts](https://www.chartjs.org/)

# Future scope
- Support for other file formats
- Adding Functions like Vlookup
- Aggregate functions