Using Converter
It converts from xlsx to pptx
The xlsx content is truncated and converted.
Is there a way to convert xlsx contents because they are not cut?
[Refer to the JAVA sources]
Converter converter = new Converter(rsltFile.getPath());
PresentationConvertOptions options = new PresentationConvertOptions();
options.setFormat(PresentationFileType.Pptx);
converter.convert(qcReportPptxFile.toString(), options);
[Refer to the image]
[xlsx]
image.png (99.5 KB)
[pptx]
image.png (48.1 KB)