Unresolved org.apache in kotlin j

Hi,
I am working with kotlin js (by create project from IntelliJ/Kotlin-react app)
I implemented org.apache.poi ooxml by wrote implementation("org.apache.poi:poi-ooxml:5.0.0") in build.gradle or download jar and “Add as library”. They all done
But when I import org.apache......, error is displayed in “apache” word (

unresolved org.apache

But If I create “Kotlin application”, I could import it
How can I fix this
Thank you and sorry for my bad english

You can’t use JVM libraries on JS.

thank you so much,
I will try to find js library