You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2022/09/14 15:21:02 UTC

[Bug 66263] New: Add support for SDT row in tables

https://bz.apache.org/bugzilla/show_bug.cgi?id=66263

            Bug ID: 66263
           Summary: Add support for SDT row in tables
           Product: POI
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XWPF
          Assignee: dev@poi.apache.org
          Reporter: tallison@apache.org
  Target Milestone: ---

On https://issues.apache.org/jira/browse/TIKA-3816, Jason Guo posted an example
file where Tika is not extracting text from a table element.

The issue is that there's an SDT at the same level as the table row.  It looks
like we can get a list of sdts from the table object in the underlying bean.

We should probably add a wrapper for these underlying bits?  At the very least,
we should add the example file so that we load the sdtrow into our beans in the
general ooxml-schemas.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 66263] Add support for SDT row in tables

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66263

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 66263] Add support for SDT row in tables

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66263

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
I added r1904079 but more work needs to be done to get the XWPFWordExtractor to
CTSdtRow content.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 66263] Add support for SDT row in tables

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66263

--- Comment #2 from PJ Fanning <fa...@yahoo.com> ---
I also added r1904081 

This has test code that walks the Std xml objects so more classes will end up
in poi-ooxml-lite (that jar is populated with poi-ooxml-full classes that are
needed for our unit tests to run.

I don't really use the XWPF code so don't really want to spend more time on
this. Seems to me that XWPFTable needs to be extended so that it looks at the
Std data as well as the CTRow and related cell data.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org