a.setFont("Tango",Font.BOLD,26);
a.setFontColor(10);
a.setFormatPattern("[h]:mm:ss");
a.setURL("http://www.extentech.com/");
a.setScript(2);
sheet1.moveCell(a,"A10");
a.getCol().setWidth(8000);
tbo.copyWorkSheet(sheetname, sheetname + " Copy");
}catch(Exception e){System.out.println(e);}
// optimize String table by sharing dupe entries