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 2005/06/24 15:53:52 UTC

DO NOT REPLY [Bug 35498] New: - Accessing and creating user-defined/named styles

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=35498>.
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=35498

           Summary: Accessing and creating user-defined/named styles
           Product: POI
           Version: 2.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: kristian_luck@hotmail.com


There doesn't appear to be a mechanism to retrieve a named style from an
HSSFWorkbook, nor is there a way to create a named style for a worksheet.  I
expected that since such convenience methods were not available on the
HSSFWorksheet, I could find a getName() method on the HSSFCellStyle class. 
Unfortunately it wasn't there either.  Quickly searching through the 2.5.1 POI
codebase, it appears that although the StyleRecord records reference
ExtendedFormatRecord records, no effort is made to tie these together and
provide users a mechanism to access styles by name, much less create them [by name].

-- 
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: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/