rymghosn opened a new pull request, #6210:
URL: https://github.com/apache/fineract/pull/6210

   Bulk import validated the uploaded file's MIME type but only accepted the 
legacy Excel (`.xls`) format, rejecting valid OOXML (`.xlsx`) files such as 
those downloaded from Google Sheets. Additionally, the implementation always 
parsed uploaded files using `HSSFWorkbook`, which only supports the `.xls` 
format.
   
   This change adds support for the OOXML spreadsheet MIME type and replaces 
the hardcoded `HSSFWorkbook` with `WorkbookFactory.create()`, allowing Apache 
POI to automatically detect and parse both `.xls` and `.xlsx` workbooks.
   
   
   This PR : https://issues.apache.org/jira/browse/FINERACT-2729


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to