Hi, we used to export processes to Excel file with olca-io Java library. On 1.11.0 version, our code was :
final ExcelExport excelExport = new ExcelExport(excelFile, db, processes);
excelExport.run();
We migrated to 2.1.0 version, but ExcelExport class is no more inside the library. How can we do the same export with this new version ?
Thank you