Forum Discussion
lcordy
8 years agoOccasional Contributor
Yep, restarted. Using Poi 3.17 by the way.
nmrao
Champion Level 1
8 years agoThanks for clarifying. Would you please list all the files under /bin/ext directory?
- lcordy8 years agoOccasional Contributor
Files in bin/ext attached.
- ayonchoudhury7 years agoNew Contributor
This worked for me, incase you still have the issue.
I downloaded the ooxml-schemas-1.3.jar file and placed it into bin/ext along with all the other poi jars.
- ps45457 years agoNew Contributor
def fs = new FileInputStream("D:/sample.xlsx")
def wb = new XSSFWorkbook(fs)
def ws = wb.getSheet("Sheet1")Executing ...Groovy script
Which dependency is missing? - got this error SOAP UI 5.4 An error occurred [org/apache/commons/compress/archivers/zip/ZipFile], see error log for details
Can any one help please!