I'm trying to add a directory of excel files
I write in build.gradle
in the dependency function:
compile files('jxl-2.6.12.jar>')
And I add the export:
Import jxl.Workbook;
But I get unusual:
"Could not resolve 'jxl' icon"
Can anyone help me please?