Hello, I am developing a plugin to create and perform operations on excel files and I am not able to use the HSSF library for the same. When I tried using the HSSF library in an independent java application, the thing worked. But when I tried using the same during developing the plugin, I get a ClassNotFound exception for the HSSFWorkbook class. I have added the POI plugin in the build path (and confirmed that the plugin contains the HSSFWorkbook class) as well as imported the HSSFWorkbook class.
Could someone tell me what I am doing wrong here? Is there something else I need to add or modify while using the POI library in plugin development? Or is it just my bad luck that its not working!!! Thanks and Regards... -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Unable-to-use-POI-HSSF-in-plugin-development-tp4450274p4450274.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
