hi,
In android platform, I use aspose-cells-9.0.0 java library to convert an Excel file into PDF.
I would like to ask a question, the cells library which has a function of clearing the cache?
Source Snippet:
for (String filepath : files) {
Workbook workbook = new Workbook(filepath);
workbook.save(pdfPath, FileFormatType.PDF);
}
# Cyclic create the workbook object, will cause a memory leak?