https://github.com/baltasarq/colorado
A TSV/CSV spreadsheet
https://github.com/baltasarq/colorado
csharp csv csv-export gtk-sharp mono spreadsheet tsv
Last synced: about 1 month ago
JSON representation
A TSV/CSV spreadsheet
- Host: GitHub
- URL: https://github.com/baltasarq/colorado
- Owner: Baltasarq
- License: mit
- Created: 2015-05-13T17:09:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T11:56:18.000Z (11 months ago)
- Last Synced: 2025-06-05T12:27:19.658Z (11 months ago)
- Topics: csharp, csv, csv-export, gtk-sharp, mono, spreadsheet, tsv
- Language: C#
- Homepage: http://baltasarq.github.io/Colorado
- Size: 557 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colorado
A TSV spreadsheet. **Colorado** allows to visualize and edit CSV and TSV files. It is able to import a file specifying the delimiter character, but the program will infer the format by itself in the 90% of cases.
## Installation
In order for **Colorado** to work correctly, it will need **dotnet** and **Gtk** installed.
Technologies:
- dotnet 9.0 runtime.
- Gtk 3.
Then, go to the [Colorado's releases section](http://github.com/baltasarq/Colorado/releases/latest) and grab the *Colorado.dll* file.
## Execution:
Just open a terminal and type:
```
$ dotnet Colorado.dll
```
# Compilation
Uses the GtkUtil project, already included.
This project follows the conventions of any C# solution. Feel free to use your editor of choice.