Skip to content

Graphicooooone/TableTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableTool

alt text

A simple CSV editor for OS X.

The CSV format is a common used file format to store and exchange tabular data. Almost all spreadsheet and database apps (e.g. Excel and Numbers) support it. Unfortunately, not all CSV files are made equal. There are differences either in record delimiter, character encoding, decimal separator or quote style. These differences can lead to serious errors.

TableTool handles these issues automatically. It detects the specification of a CSV file for you and displays its contents in a table view. Using TableTool is the easy way to create, edit and convert CSV files.

Download the most recent build in the releases section.

Usage

Open:

When opening a CSV file, TableTool detects the format specifications (record delimiter, character encoding, etc.) automatically. You can also set the specifications manually.

Edit:

Edit the contents of the cells, rows and columns of the document easily in a grid based user interface.

Convert:

Convert an existing file to a different format.

Credits

TableTool was made by Sandro Peham, Andreas Aigner and Jakob Egger.

Licence

TableTool is distributed under the MIT Licence.

About

A simple CSV editor for the Mac

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.9%
  • C 0.1%