Any Java libraries for drawing ASCII tables?

前端 未结 4 900
北恋
北恋 2021-02-01 19:44

I need to output data into a console as a table. I was wondering maybe there are some java libraries that would take care of drawing tables in ASCII art, aligning values inside

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-01 20:14

    I like your table and wrote that: https://github.com/klaus31/ascii-art-table

提交回复
热议问题