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

testing - Detect whether test has failed within fixture -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -