Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)