OpenXML Filter: PPTX: IllegalArgumentException is thrown on extracting

Issue #1095 resolved
Denis Konovalyenko created an issue

The following exception is thrown when the last table rows are empty:

java.lang.IllegalArgumentException: The requested table markup component with 'tbl' name could not be found
    at net.sf.okapi.filters.openxml.TableMarkup.componentsIteratorAtLastWith(TableMarkup.java:86)
    at net.sf.okapi.filters.openxml.TableMarkup.removeComponentsFromLastWith(TableMarkup.java:99)
    at net.sf.okapi.filters.openxml.StyledTextPart.process(StyledTextPart.java:387)
    at net.sf.okapi.filters.openxml.StyledTextPart.open(StyledTextPart.java:233)
    at net.sf.okapi.filters.openxml.StyledTextPart.open(StyledTextPart.java:127)
    at net.sf.okapi.filters.openxml.OpenXMLFilter.nextInDocument(OpenXMLFilter.java:456)
    at net.sf.okapi.filters.openxml.OpenXMLFilter.next(OpenXMLFilter.java:266)
    at net.sf.okapi.filters.openxml.OpenXMLFilter.next(OpenXMLFilter.java:275)

UI:

For more details please refer to the attached document.

Comments (2)

  1. Log in to comment