It's pretty simple to write an html to create tables in C++, you don't need a library for that.
On the other hand if you want table output on console, it can be done, but it's not that easy, especially if you need to do vertical alignment, breaking strings, etc.