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

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

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.

Concepts:
- TSV
- CSV

## 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.