how to resolve an error on code:Workbook workbook = workbook.getworkbook(new File(spreadsheet))
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2017
06:24 PM
11-01-2017
06:24 PM
how to resolve an error on code:Workbook workbook = workbook.getworkbook(new File(spreadsheet))
Hi,
I am getting an error: Startup failed:Script6.groovy:34;
unable to resolve class Workbook @line 34, column10.
Workbook workbook = workbook.getworkbook(new File(spreadsheet))
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2017
06:42 PM
11-01-2017
06:42 PM
Which library are you using apache-poi? jxl?
Basically you need to import the Workbook class before using that.
Regards,
Rao.
Basically you need to import the Workbook class before using that.
Regards,
Rao.
