https://issues.apache.org/bugzilla/show_bug.cgi?id=52158

--- Comment #3 from [email protected] 2011-11-09 16:22:03 UTC ---
How about adding this to ExpPtg:

protected final String formatReferenceAsString() {
    // Only make cell references as needed. Memory is an issue
    CellReference cr = new CellReference(getRow(), getColumn(), false, false);
    return cr.formatAsString();
}

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to