
Creator III
2019-02-01
03:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
org.apache.poi.xssf cannot be resolved to a type
Hi everyone,
Im using the below code in tJava to find the number of sheets in an excel workbook.But ended up with the below error.
Please let me know a fix for this issue.
Thanks in advance
1 Solution
Accepted Solutions

Specialist II
2019-02-02
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By default, POI library jars are not in class path so import does not work .
You might have to use one of excel component , so that these jars becomes part of build.
OR
You might have to use tLibrary to load all related POI jars .
1,902 Views
1 Reply

Specialist II
2019-02-02
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By default, POI library jars are not in class path so import does not work .
You might have to use one of excel component , so that these jars becomes part of build.
OR
You might have to use tLibrary to load all related POI jars .
1,903 Views
