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 2014/06/16 12:39:55 UTC

[Bug 56629] New: XSSF Equivalent class as the HSSF ExcelToHtmlConverter

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

            Bug ID: 56629
           Summary: XSSF Equivalent class as the HSSF ExcelToHtmlConverter
           Product: POI
           Version: 3.9
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: osama.alawnah@gmail.com

I'm trying to upgrade an existence code that deals with converting .xls file
into html file, the code using
org.apache.poi.hssf.converter.ExcelToHtmlConverter class.

Now, the upgrade is required to handle converting xlsx files into html, but I'm
not able to find the equivalent class in the XSSF API.

IS there one?

Thanks,
Osama

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 56629] XSSF Equivalent class as the HSSF ExcelToHtmlConverter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56629

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
Based on comments from Nick we currently do not plan to implement this as there
is similar functionality available in Apache Tika. 

If you can provide the necessary changes including unit tests we may
reconsider...

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 56629] XSSF Equivalent class as the HSSF ExcelToHtmlConverter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56629

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
Apache Tika provides conversion from a wide range of file formats (including
.xls and .xlsx) to xhtml, I'd suggest you try that. (Tika builds on top of POI)

-- 
You are receiving this mail because:
You are the assignee for the bug.

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