error: package org.apache.poi.ss.usermodel does not exist
import org.apache.poi.ss.usermodel.*;
i meet above error when i coding ,
i has add the poi dependencies in build.gradle as below
implementation “org.apache.poi:poi:3.17”
i am using IntelliJ IDEA ,
anyone can help to this ? thanks!