Skip to content
New issue

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

org.modelcatalogue.spreadsheet.query.poi.PoiSpreadsheetCriteria is not public #29

Open
Hubbitus opened this issue Oct 4, 2019 · 2 comments

Comments

@Hubbitus
Copy link

Hubbitus commented Oct 4, 2019

image
So you can't build project with it as usual with maven or gradle:

./gradlew jar
...
> Task :compileJava FAILED
/home/pasha/temp/pdfIndex/IndexBookHighlight/src/main/java/Tt.java:5: error: cannot access SpreadsheetCriteriaFactory
import static org.modelcatalogue.spreadsheet.query.poi.PoiSpreadsheetCriteria.FACTORY;
^
  class file for org.modelcatalogue.spreadsheet.query.api.SpreadsheetCriteriaFactory not found
@Hubbitus
Copy link
Author

Hubbitus commented Oct 4, 2019

Only workaround of that use it like:

Class.forName('org.modelcatalogue.spreadsheet.query.poi.PoiSpreadsheetCriteria').FACTORY.forFile(...)

@musketyr
Copy link
Collaborator

musketyr commented Oct 4, 2019

hi, can you please try latest https://github.com/dsl-builders/spreadsheet? this repository is no longer maintained

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants