TableTool icon indicating copy to clipboard operation
TableTool copied to clipboard

A simple CSV editor for the Mac

Results 73 TableTool issues
Sort by recently updated
recently updated
newest added

Right now you have to double-click on the cell's contents to edit them. A double-click on the cell itself should work too.

bug
help wanted

It would be nice to have a progress bar when the app is in the process of opening CSV. This would be useful to calm folks, like myself, dealing with...

enhancement
need mockup

This is one of the most common reasons I open CSV files that have numeric data in them - I want to see a sum for one of the columns....

enhancement
need mockup

In the convert box, there is a checbox for "Header", but regardless of this being checked or not the output file has the header row and seems identical. It would...

enhancement
need mockup

Some formats of CSV use a header with a few plain text lines at the top, before the line that defines the column names. I'd like to be able to...

enhancement
need mockup

Currently we can double click in between columns and it will fit-to-size. It'd be wonderful if, when doing this with multiple columns selected, they all magically resized as appropriate.

enhancement
help wanted

A blank cell is currently interpreted as a string with 0 characters. This is why it is shown as `...,"",...` in the generated CSV. In some use-cases, a blank cell...

enhancement
need mockup

# Test case * Create 10 rows * Select row 5 * Press DELETE ROW # Expected outcome * Row 5 is selected (formerly row 6) # Actual outcome *...

enhancement
help wanted

TEST CASE: 1. Open TableTool 2. Click column B 3. Press right on the keyboard EXPECTED OUTCOME: Column C is selected ACTUAL OUTCOME: System beep --- TEST CASE: 1. Open...

enhancement
help wanted

Please create a very simple .travis.yml file and enable Travis CI builds. Then other people can extend the travis file with more good tests.

enhancement