Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » plugin with POI
plugin with POI [message #604229] Mon, 18 January 2010 11:14
Marco  is currently offline Marco Friend
Messages: 4
Registered: January 2010
Junior Member
running a plug-in project with POI API to read excel files my code stops executing after two lines already:

IFile file = ResourcesPlugin.getWorkspace().getRoot().getProject("Glossary_Analytics ").getFolder("excel").getFile("source.xls");
InputStream inp = file.getContents();

HSSFWorkbook wb = new HSSFWorkbook(inp);//causes an error

does anyone know a possible reason? POI is correctly installed and the file is also found in the file systems.

Thanks
Previous Topic:plugin with POI
Next Topic:Build Path Incomplete
Goto Forum:
  


Current Time: Thu Mar 28 09:45:09 GMT 2024

Powered by FUDForum. Page generated in 0.02576 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top