Hi, our use case for Aspose.Cells is to simply convert an input file to a different format without any modification, like following:
public void convert(@NotNull File input, @NotNull File output, int saveFormat) throws …...Cells Product Family cells-java tomasbelusky November 21, 2025...(workbook != null) { workbook.dispose(); } } } The problem is that...