ColorValueConverter colorValueConverter = new ColorValueConverter();
CellBackgroundProducer cellBackgroundProducer = new CellBackgroundProducer(true, true);
try
{
final XmlWriter writer = new XmlWriter(new OutputStreamWriter(System.out));
writer.writeComment("Table Layout: ");
writer.writeComment("Rows: " + sheetLayout.getRowCount());
writer.writeComment("Columns: " + sheetLayout.getColumnCount());
final int rows = sheetLayout.getRowCount();
final int cols = sheetLayout.getColumnCount();
writer.writeTag(null, "table", XmlWriter.OPEN);