Simple yet flexible tables for console apps.
You can make a table in just two lines:
var tab = Table<Sample>.Create(list);
Console.WriteLine(tab.ToString());
The project Wiki contains the following guides:
- Getting started
- Using styles
- Hiding, naming, and ordering columns
- Format strings and alignment
- Long strings
If you're interested in contributing, we'd love to welcome you. Check out our contributing guidelines which should contain everything you need to make a successful contribution.
ConTabs started life as an excuse for me (tdwright) to explore some bits and pieces. I am writing up my experiences on my blog.