Thanks, but I'm looking for an XSSFName (a cell range alias), not the name of a sheet.
-----Original Message----- From: Mahesh Ganapathy [mailto:[email protected]] Sent: Wednesday, August 19, 2009 4:21 PM To: POI Users List Subject: Re: getName() for local worksheet names You should have getSheetName on workbook. Sent via BlackBerry by AT&T -----Original Message----- From: "Bober, Paul" <[email protected]> Date: Wed, 19 Aug 2009 16:18:19 To: <[email protected]> Subject: getName() for local worksheet names How do you retrieve names that are local to an individual worksheet? There are methods getName() and getNameIndex() on Workbook but neither take a Sheet parameter. Moreover, there is no getName() on Sheet. The existing methods seem suitable for retrieving only global names. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
