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 2011/10/28 09:17:57 UTC

DO NOT REPLY [Bug 52108] New: facing excel file size double issue

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

             Bug #: 52108
           Summary: facing excel file size double issue
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: javaramesh123@rediffmail.com
    Classification: Unclassified


Dear Sir,

I am facing a issue in my struts 1.3 application, I have used
both (displaytag.sf.net) and  (org.apache.poi.hssf.usermodel.HSSFWorkbook)
concepts to export the data
into excel.

for example I have exported the (300 rows * 20 Coulmn) in both the way
display tag and POI HSSFWorkbook,in display tag file size in 17 KB working fine
but in HSSFWorkbook the file size is trible (52 KB) compare to display
tag.please guide
me how to resolve this issue.

Note: I am not reporting it is bug, I have required some help to
resolve this issue.


thanks and regards,
S.Ramesh

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 52108] facing excel file size double issue

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

Nick Burch <ni...@alfresco.com> changed:

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

--- Comment #1 from Nick Burch <ni...@alfresco.com> 2011-10-28 17:17:07 UTC ---
POI can read Excel files with optimised records (such as MulRK and MulBlank),
but always writes in the expanded form. For files containing lots of small
numbers (for an example), this can result in an increase in file size on
writing

-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org