Hello All,
I am using aspose cells for java for the conversion of .xls to .xlsx . I am using the Aspose.Cells for Java 8.5.2 jar. While I execute my program the converted file’s(.xlsx) graph are not the same as of the original .xls.
My conversion code:
String source = “//C:/source/test.xls”;
File folder = new File(source);
Workbook book = new Workbook(folder.getAbsolutePath());
book.save("//C:/output/" + name + “.xlsx”, SaveFormat.XLSX);
Attached is the converted and original Excel sheet with the graph.
I find changes to the colors of graph and in other cases(not shown in pic) the arrows are distorted.
I want the excell sheet to be replicated as it in original (.xls) format after conversion…
Could some one please help.
Regards,
S.Saai Kaarthik