Re: Internal Sheet Name?

2016-05-26 Thread Blake Watson
>> XSSF or HSSF? XSSF >> If XSSF, have you looked inside the XML files to see if the internal name is there? When I fetch a worksheet, an inspection of the resultant object will look something like this: #object[org.apache.poi.xssf.usermodel.XSSFSheet 0x129ddaa "Name:

Re: Internal Sheet Name?

2016-05-25 Thread Javen O'Neal
XSSF or HSSF? If XSSF, have you looked inside the XML files to see if the internal name is there? On May 25, 2016 3:24 PM, "Blake Watson" wrote: > Is it possible to get the "(Name)" attribute of a sheet (rather than the > "Name" attribute)? That is, using the "Balloon