Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vimaltiwari2612/csvparser
- Owner: vimaltiwari2612
- Created: 2021-08-04T14:13:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T09:48:40.000Z (over 3 years ago)
- Last Synced: 2024-11-09T01:55:16.114Z (2 months ago)
- Topics: css, csv, csv-export, csv-parser, csv-to-excel, csv-to-html, dynamic-table-row, excel, html, javascript, pure-javascript, purescript, spreadsheet, xlsx
- Language: HTML
- Homepage: https://vimaltiwari2612.github.io/CSVParser/
- Size: 138 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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