jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Validate integration tests #229

Closed jferard closed 3 years ago

jferard commented 3 years ago

Integration tests generate some ODS files. These files should be validated with https://github.com/tdf/odftoolkit/tree/master/validator. Use : https://github.com/tdf/odftoolkit/blob/master/validator/src/main/java/org/odftoolkit/odfvalidator/Main.java

Main.main(new String[] {"-O", "<rngfile>", "-M", "<rngfile>", "-D", "<rngfile>", "-m", "<xsdfile>", "odffile");