You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2004/03/03 06:33:57 UTC

DO NOT REPLY [Bug 27394] New: - If the special characters (①, ②, etc.) of WINDOWS are taken, a space may enter behind a character.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27394>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27394

If the special characters (①, ②, etc.) of WINDOWS are taken, a space may enter behind a character.

           Summary: If the special characters (①, ②, etc.) of WINDOWS
                    are taken, a space may enter behind a character.
           Product: POI
           Version: 2.0FINAL
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: sasaki@appresso.com


If the special characters (①, ②, etc.) of WINDOWS are taken, a space may enter
behind a character.

A reappearance procedure is written to below.

1, CellType prepares two or more "Numeric" cells and cells of a "String".
2, Special characters, such as ①, ②, and ③, are inserted in the cell.
3, A value is taken by " HSSFCell.getStringCellValue() ".
4, System.out.println("[" + value + "]");
5, There is a part where a space enters between value and "]". (Ex.[① ])

I do not understand the reappearance pattern.

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org