openMF / DataImportTool

An Excel-based tool created using Apache POI to import your existing data into the MifosX platform through REST calls.
16 stars 84 forks source link

Loan Import Fix #32

Closed avikganguly01 closed 8 years ago

avikganguly01 commented 8 years ago

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.