hello,
using Aspose cells 2.1.0 for Java (for Java 5.0) I am having issues loading and saving the attached file,
(output file is corrupted)
using the code
FileInputStream fis = new FileInputStream(inputfileName);
Workbook wb=new Workbook();
wb.open(inputfileName);
FileOutputStream fos=new FileOutputStream(outputFileName);
wb.save(fos);
fos.close();
input and output files attached
Thanks,
Shay