|
APACHE HSSF on Netbeans
Does anyone knows how to import the HSSF files using Netbeans IDE ?
I'm using the following line of code:
import org.apache.poi.hssf.usermodel.HSSFRow;
but it will not compile as the package does not exist. Does anyone knows where to configure the HSSF-related package in Netbeans?
Appreciate your help.
Regards,
denden
|