Excel upload using Apache.poi

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

but the following APIs are still not recognized.
image

Simply specify the desired dependencies in build.gardle without specifying a specific version:

implementation('org.apache.poi:poi')
implementation('org.apache.poi:poi-ooxml')