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

jrme...@comcast.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from jrme...@comcast.net ---
further searching online found a similar bug resolved by including
poi-ooxml-full in my Gradle dependencies:

dependencies
{
    implementation 'org.apache.poi:poi:5.2.2'
    implementation 'org.apache.poi:poi-ooxml-full:5.2.2'
    implementation 'org.apache.poi:poi-ooxml:5.2.2'
}


My code works now.

Sorry for the false alarm.

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

Reply via email to