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

           Summary: Where is org.apache.poi.ss.usermodel.WorkbookFactory?
           Product: POI
           Version: 3.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Hi,

WorkbookFactory is broken in 3.7, although apidocs is still having the class in
org.apache.poi.ss.usermodel (so api was not generated from the code!) 

Removing of the class breaks backward-compatibility in respect to the
format-independent way of reading either HSSF or XSSF (when it is not known -
which format user will provide in xls: 2003 or 2007+).

Workbook workbook = WorkbookFactory.create(inputStream);
//treat workbook in independent way

thanks

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to