Items fixed :-
Weird part is formula cells stopped providing raw content on calling getStringCellValue, hence using formula evaluator to get the actual content. This might be because LibreOffice is internally changing some stuff on saving back the template file as XLS.
New values added for Repayment Strategy.
API validation at platform side changed and stopped supporting an extra .0 for integer fields. Ex: It no longer accepts noOfRepayments as 24.0, hence code change strips the .0 in the end.
Items fixed :-
Weird part is formula cells stopped providing raw content on calling getStringCellValue, hence using formula evaluator to get the actual content. This might be because LibreOffice is internally changing some stuff on saving back the template file as XLS. New values added for Repayment Strategy. API validation at platform side changed and stopped supporting an extra .0 for integer fields. Ex: It no longer accepts
noOfRepayments
as 24.0, hence code change strips the .0 in the end.