MetadataConsulting / spreadsheet-builder

Spreadsheet Builder
Apache License 2.0
47 stars 21 forks source link

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

Open Hubbitus opened 5 years ago

Hubbitus commented 5 years ago

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 commented 5 years ago

Only workaround of that use it like:

Class.forName('org.modelcatalogue.spreadsheet.query.poi.PoiSpreadsheetCriteria').FACTORY.forFile(...)
musketyr commented 5 years ago

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