Skip to content

Commit 2d0ca52

Browse files
committed
Merge branch 'master' of https://github.com/JakeTrans/CSVEditor
2 parents bab2a53 + 1ce1419 commit 2d0ca52

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[![Build Status](https://dev.azure.com/JTGithubBuildPipeline/CSVEditorBuild/_apis/build/status/JakeTrans.CSVEditor?branchName=master)](https://dev.azure.com/JTGithubBuildPipeline/CSVEditorBuild/_build/latest?definitionId=8&branchName=master)
2+
3+
# CSVEditor
4+
5+
A easy to Use CSV Editor to edit CSV files in a Table Format
6+
7+
This is a Basic CSV Tool to allow easy reading of CSV files in a table format and without the issue of Programs like Excel converting numbers and removing leading zeros.
8+
9+
The solution consists of two parts, the GUI "CSVEditor" which it a winforms app to use the DLL "CSVEditorFunctions"
10+
11+
CSVEditorFunctions is .NET Standard 2.0 and the goal is to make this a cross platform Application once all the basic features have been added
12+
13+
Documentation is available here: https://jaketrans.github.io/CSVEditor/html/index.html

0 commit comments

Comments
 (0)