DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33153>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33153 Summary: Need way to get cell num in excel form eg. C11, GH239 etc. Product: POI Version: 2.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P3 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Currently, in HSSF, there appears to be no way to get the cell number in excel format (eg. C11, GH239 etc.) that would be useful in generating formulas when dynamically creating excel sheets. For this, HSSFCell class seems to be the most natural place to put a method like: public String getCellRefString() {...} that would return a String of the form: AD11 or whatever is appropriate. (Basically convert the cellNum to base 26 (A-Z) and append the row num) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
