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

[email protected] changed:

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

--- Comment #1 from [email protected] ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to