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 …...{ LoadOptions loadOptions = new LoadOptions(); loadOptions.s...InputStream is = new BufferedInputStream(new FileInputStream(input));...