Is there any library to get the string
representation of any type of 2d
Java array as tables
with borders like the one in MySQL command line client?
I found related posts about pretty print 2d
array but they are working for only String type of arrays.