We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear prof and friends,
I'm using Apache.Poi for some features of our project. I managed to make it work locally.
However, compilation fails when I pushed the changes for travis tests. The external library import is not detected and recognized by Travis.
May I ask how can I fix this issue?
Many thanks, Wang Jiannan (Victor)
The text was updated successfully, but these errors were encountered:
you can try updating your build.gradle under the dependencies compile group: 'org.apache.poi', name: 'poi', version: '4.0.1'
compile group: 'org.apache.poi', name: 'poi', version: '4.0.1'
Sorry, something went wrong.
@chyeo Thank you!
No branches or pull requests
Dear prof and friends,
I'm using Apache.Poi for some features of our project. I managed to make it work locally.
However, compilation fails when I pushed the changes for travis tests. The external library import is not detected and recognized by Travis.
May I ask how can I fix this issue?
Many thanks,
Wang Jiannan (Victor)
The text was updated successfully, but these errors were encountered: