java - Write j-text utils table to file -


i working on project handles orders customers.

i using util display data table:j-text utils. know if possible write table how printed file?

this display table enter image description here

this old question. others. have use

texttable tt = new texttable(columnnames, data); tt.printtable(outputfile, 0);

where outputfile object of printstream


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -