Код: Выделить всё
java.lang.RuntimeException: java.lang.ClassCastException: class org.odftoolkit.odfdom.doc.OdfTextDocument cannot be cast to class org.odftoolkit.simple.Document (org.odftoolkit.odfdom.doc.OdfTextDocument and org.odftoolkit.simple.Document are in unnamed module of loader 'app')
Код: Выделить всё
OdfDocument odt = OdfDocument.loadDocument(templateFile);
var root = odt.getContentRoot();
TextNavigation search = new TextNavigation("\\{firstLineItemTitle\\}", root);
while (search.hasNext()) { //
Подробнее здесь: [url]https://stackoverflow.com/questions/78433738/odt-file-table-java-lang-classcastexception-class-org-odftoolkit-odfdom-doc-o[/url]