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

--- Comment #3 from jda...@strategicanalytics.com 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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to