Hi,
Attached Zip file has ReportHandler.java Which is the main handler class and generates the Excel Report. It has a method generateExcel() which actually populates the Excel on the basis of XML i.e. EMEA.xml. EMEA is a region here.
EMEA.xls is the base template.
We want everything to be in 2007. EMEA.xls should be converted into EMEA.xlsx and generated output Excel should also be in xlsx. But This is giving issue Pie Charts are getting overlapped with Images.
In IMPLEMENTATION PLAN sheet in EMEA.xls which is our base template has some Pie Charts and Images. When we generate the report in XLSX, Pie Charts are getting overlapped with Images.
Please provide the necessary help on the same.