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 2003/05/22 14:38:42 UTC

DO NOT REPLY [Bug 20146] New: - [PATCH] for making "getWorkbook" method public in HSSFWorkbook.java

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

[PATCH] for making "getWorkbook" method public in HSSFWorkbook.java

           Summary: [PATCH] for making "getWorkbook" method public in
                    HSSFWorkbook.java
           Product: POI
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HSSF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: jjoji@in.ibm.com


For Version 1.10.0, public being omitted from the method definition of 
getWorkbook() in HSSFWorkbook.java. This method is used to give access to the 
underlying Workbook and it's records, so is useful for some applications using 
the usermodel.