I'm trying to write a patch for shiftRows() method in HSSFSheet class (bug 43434, this bug looks like bug 34023, but for named regions).
That patch would look for all HSSFName objects and change their AreaReference, but I have a problem!!! I need to parse string like this: SheetName!$A$21:$C$21 this is very simple to do, but I should now the name of sheet at I'm shifting rows.... HSSFSheet does not contains any name or index :(.... any ideas? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
