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?What does getNumberOfSheets return you?
I\'ve got a bunch of Excel documents that have data on one sheet and a chart produced from the data on another sheet. I\'d like to take those documents and produce a series of HTML pages from them. Us