Identifying Sheet Name in Excel

Is there any way to get the name of an excel sheet?
[58 byte] By [krwhale78a] at [2007-11-27 9:35:22]
# 1
It's there on the tabs at the bottom ;-)I think you need to provide a fraction more context to this question.
ejpa at 2007-7-12 23:02:17 > top of Java-index,Java Essentials,Java Programming...
# 2
If you are using Apache HSSF package (which is the de-facto standard), it is as simple as Workbook.getSheetAt(0).getName().Note it only supports Excel higher than 95 format.
Suo_alexa at 2007-7-12 23:02:17 > top of Java-index,Java Essentials,Java Programming...