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 2019/04/23 07:10:23 UTC

[Bug 63375] New: Error writing SXSSF workbook to a new .xlsx file

https://bz.apache.org/bugzilla/show_bug.cgi?id=63375

            Bug ID: 63375
           Summary: Error writing SXSSF workbook to a new .xlsx file
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
          Assignee: dev@poi.apache.org
          Reporter: aespinosag.gfi@gmail.com
  Target Milestone: ---

Created attachment 36544
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36544&action=edit
Method that produces Rule M2.4 exception

So I'm trying to generate a new file with the content already filtered from an
existing SXSSF workbook (deleting rows that don't match with the JSON query),
but when I call the method used to write the content from filtered SXSSF
workbook to the new .xlsx file generated (via getReportFile() method) it throws
Rule M2.4 exception at workbook.write(fos);

-- 
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 63375] Error writing SXSSF workbook to a new .xlsx file

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |LATER

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
We cannot reproduce/fix this without more information.

-- 
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 63375] Error writing SXSSF workbook to a new .xlsx file

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
Please try to provide a more self-sufficient code-example which reproduces the
problem, your snippet here is not showing enough to allow to actually reproduce
any problem. 
Ideally as a unit-test so we can add the test to our set of tests and ensure
the problem stays fixed.

-- 
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