Supereme
Supereme

Reputation: 2409

How to know number of sheets in a workbook?

I'm using hssf api for reading data from xls files. But is there any way to get the exact no. of sheets in a workbook containing stored data?

Upvotes: 15

Views: 23306

Answers (1)

Narayan
Narayan

Reputation: 6261

What does getNumberOfSheets return you?

Upvotes: 32

Related Questions