99499599699799899910001001
* @throws Exception if error */ public void createXLS(File outFile, Language language) throws Exception { PrintDataExcelExporter exp = new PrintDataExcelExporter(getPrintData(), getPrintFormat()); exp.export(outFile, language); }