Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
lmit
Creator II
Creator II

jar files

Hi All,

Am trying to write a user define routine and using the below import statements

import org.apache.poi.ss.usermodel.Row;

import org.apache.poi.ss.usermodel.Sheet;

import org.apache.poi.xssf.usermodel.XSSFWorkbook;

but getting error as "the import org.apache cannot be resloved"

Can anyone suggest why am getting error and how to fix it

Thanks in advance,

lmit

Labels (2)
1 Reply
Anonymous
Not applicable

You need to add the required Jars to your routine file. Right click on the routine and select "Edit Routine Libraries" to be able to select your libraries.