Hi,
here is may issue:
Environment :
client = Windows 7 / Excel 2007 / java 1.6 /
Serveur = Unix / Tomcat 7.0.37 / java 1.6 / Aspose Cells 7.3.1
the process import values stored in .xlsm files by 3 steps :
- upload .xlsm file on the serveur
- check validity of .xlsm file whith Aspose Cells by
wb = new Workbook(file) / check values / log check / wb.save(file)
- import values from the .xlsm by
wb = new Workbook(file) / log.import / wb.save File
The issue is, when the file is opended for the second time after check step and wb.save(file) ther is the exception "For input string "0,0010".
No "0,0010" value in my file (attached below).
same problem with Aspose Cells 7.7.2
No more problem with Aspose Cells 8.2.1. But I can't use this version because the impact of the whole app :
in Aspose Cells 7.3.1, all number cells where "Double" and in the whole app, all nubers are casted whith Double.
In Aspose Cells 8.2.1, the type of a number cell depends of is value ... Integer for integer value or Double for decimal value ...
Could you help me.
Thanks in advance.
Regards
Eric HAMEL