TableTool
TableTool copied to clipboard
A simple CSV editor for the Mac
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.
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...
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....
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...
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...
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.
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...
# Test case * Create 10 rows * Select row 5 * Press DELETE ROW # Expected outcome * Row 5 is selected (formerly row 6) # Actual outcome *...
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...
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.