7768776977707771777277737774777577767777
for (int j=0; j<headers.length; j++) { table.appendCell(values[i][j]); } } TextTablePrinter printer = new TextTablePrinter(getOutputStream()); printer.setColumnSeparator(ToolConstants.LIST_TABLE_SEPARATOR); table.print(printer); } }