Header-only C++ library for creating formatted ASCII tables
Table Maker for Modern C++
tabulate
$ tabulate --help
$ echo -e 'Name\tAge\nAlice\t30\nBob\t25' | tabulate
$ tabulate --border=single --align=center input.csv