spreadsheet-builder icon indicating copy to clipboard operation
spreadsheet-builder copied to clipboard

Spreadsheet Builder

Results 7 spreadsheet-builder issues
Sort by recently updated
recently updated
newest added

I cannot seem to find the 1.0RC2 release on Maven Central. I'm looking for it using the following coordinates org.modelcatalogue:spreadsheet-builder-poi:1.0.RC2 Am I missing something?

![image](https://user-images.githubusercontent.com/720349/66211410-b53a8300-e6c4-11e9-8d1e-8c5990e73029.png) 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;...

would be great to be able to work in _column_ mode instead of _row_ ``` sheet { column { cell 'Hello' } column ('H') { cell 'World' } } ```

It might be difficult to keep in track with the columns while you're dumping the data into rows. for this use case it might be good to have counterpart to...

there is a way how to test tab colors. see here http://stackoverflow.com/questions/2093777/how-to-change-the-tab-color-of-a-worksheet-with-apache-poi

enhancement

it would be great to be able to define styles which are not yet implemented. there are at least two approaches 1. never fail if the style is not found...

enhancement