I added this to gradle
implementation group: ‘org.apache.poi’, name: ‘poi’, version: ‘5.2.3’
implementation group: ‘org.apache.poi’, name: ‘poi-ooxml’, version: ‘5.2.3’
I need to manually read some excel files.
i get this error when exporting excel from a table. is there a way to resolve this?
NoSuchMethodError: ‘short org.apache.poi.ss.usermodel.Font.getIndex()’