I have written a small library with the help of iomanip and ostream header which allows a programmer to print table-like data. I am using this table-like formatting on my daily job. For suitable scenarios, this formatting generates pretty readable text outputs.

I am sharing the repo, maybe someone attracts.

GitHub - OzanCansel/tableprinter: Allows a programmer to print table-like outputs over std:stream.