I am trying to upload data from excel file to jmix application for which I have the apache.poi lib added already

but the following APIs are still not recognized.
![]()
I am trying to upload data from excel file to jmix application for which I have the apache.poi lib added already

but the following APIs are still not recognized.
![]()
Simply specify the desired dependencies in build.gardle without specifying a specific version:
implementation('org.apache.poi:poi')
implementation('org.apache.poi:poi-ooxml')