Hi everybody: I've parsed a Spreadsheet formula with FormulaParser.parse() which returns an Array of Ptg parsing tokens, being some of them classes of Ref3DPtg. These member refer to cells in other sheets, and therefore have the method getExternSheetIndex(). The problem is that this method ALWAYS returns the bad index of the target Sheet, producing what seems like random indexes. Has anyone ever had this behavior? I can share the code if necessary.
Thanks, Pedro
