Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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 .
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 .