Hi…
Weblogic Server in Solaris OS
When Save format is set to AUTO with file extension .xls, there is a mismatch between the file format and the excel extension.
So the paging sheet generated is empty. But the data displayed in UI which is retrieved from the paging sheet(Aspose object) is correct. How this is possible?
JBOSS Server in Linux OS
The same application when run in JBOSS server in Linux OS, both paging and UI has junk values wherever calculation takes place.
This issue occurs inconsistently and was resolved by changing the file format to EXCEL_97_TO_2003 (5) from AUTO (0)
Has the calculation been affected by the mismatch in file format and its extension? If So why the same issue has not occurred in Weblogic server in Solaris OS?