Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbonkr/csveditor
Simple Csv File Editor
https://github.com/bbonkr/csveditor
csv dotnet dotnet-framework winforms
Last synced: 25 days ago
JSON representation
Simple Csv File Editor
- Host: GitHub
- URL: https://github.com/bbonkr/csveditor
- Owner: bbonkr
- License: mit
- Created: 2014-11-10T13:43:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T14:11:26.000Z (almost 10 years ago)
- Last Synced: 2024-04-09T21:56:04.863Z (7 months ago)
- Topics: csv, dotnet, dotnet-framework, winforms
- Language: C#
- Homepage: http://bbon.kr/csv-editor/
- Size: 285 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CsvEditor
Simple Csv File Editor
## CSV
A comma-separated values (CSV) (also sometimes called character-separated values, because the separator character does not have to be a comma) file stores tabular data (numbers and text) in plain-text form. ([wiki:Comma-separated Values](http://en.wikipedia.org/wiki/Comma-separated_values))Edit your csv file without Microsoft Office Excel ;)
## Requirements
* Microsoft Windows XP +
* .Net Framework 4.0## Feature
* Edit csv file; Modify, Add, Delete Data.
* Change Columns Order.## Screenshot
![Screenshot](screenshot.png)