[Bug 57423] shiftRows() produces a corrupted xlsx file

2021-10-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 PJ Fanning changed: What|Removed |Added Severity|blocker |normal Status|REOPENED

[Bug 57423] shiftRows() produces a corrupted xlsx file

2020-10-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #20 from Dominik Stadler --- This might have been solved by bug #64516 -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 57423] shiftRows() produces a corrupted xlsx file

2020-05-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #20 from Ankur Joshi --- Visit This page may help you thankyou!!!... https://funnygroupnames.xyz/ https://www.newgrouplink.com/ -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-12-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #19 from mital.majmun...@gmail.com --- Hello, Do we have an updated Apache POI JAR file after this bug fix? I am running into similar problems using xlsx file while using POI 4.1.1 -- You are receiving this mail because: You are t

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 David Gauntt changed: What|Removed |Added Attachment #36712|0 |1 is obsolete|

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #17 from David Gauntt --- Created attachment 36712 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36712&action=edit Partial bug fix for bug 57423 In this patch to XSSFSheet.rebuildRows, if bRebuildCTSheetData==false, then t

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 David Gauntt changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-08-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #15 from David Gauntt --- Created attachment 36711 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36711&action=edit Test case to illustrate bug 62906 This JUnit test case tests both shiftRows and shiftColumns, with nShift b

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #14 from Dominik Stadler --- Cannot reproduce this any longer with latest trunk, seems to have been fixed via r1860384 -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 Dominik Stadler changed: What|Removed |Added Blocks||62711 Referenced Bugs: https://bz.

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-04-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 Mark Stewart changed: What|Removed |Added CC||mark.g.stew...@gmail.com -- You are re

[Bug 57423] shiftRows() produces a corrupted xlsx file

2019-01-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 ithan changed: What|Removed |Added CC|jmarkmu...@yahoo.com, |ithanr...@gmail.com |o2843..

[Bug 57423] shiftRows() produces a corrupted xlsx file

2018-12-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 o2843...@nwytg.net changed: What|Removed |Added CC||o2843...@nwytg.net -- You are rec

[Bug 57423] shiftRows() produces a corrupted xlsx file

2018-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #13 from David Gauntt --- This bug has reappeared with version 4.0.0. The following code demonstrates the bug, and demonstrates a workaround. If bFixBug is set to false, Excel 2011 for Mac indicates that the destination file is co

[Bug 57423] shiftRows() produces a corrupted xlsx file

2017-12-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #12 from Javen O'Neal --- (In reply to Luca from comment #10) > Created attachment 35597 [details] > JUnit test class. > > Add JUnit test class. Thanks for the unit test. Applied in r1817975 using `sh.shiftRows(0, 1, 3)` -- You

[Bug 57423] shiftRows() produces a corrupted xlsx file

2017-12-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #11 from Javen O'Neal --- Before:After: AA 1 a 2 b 3 cc 4 a 5 b sh.createRow(0).createCell(0).setCellValue("a"); sh.createRow(1).createCell(0).setCellValue("b"); sh.createRow(

[Bug 57423] shiftRows() produces a corrupted xlsx file

2017-12-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #10 from Luca --- Created attachment 35597 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35597&action=edit JUnit test class. Add JUnit test class. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57423] shiftRows() produces a corrupted xlsx file

2017-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #9 from Javen O'Neal --- Feel free to submit a patch! Everything is open source. -- You are receiving this mail because: You are the assignee for the bug. - To un

[Bug 57423] shiftRows() produces a corrupted xlsx file

2017-12-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 Luca changed: What|Removed |Added Severity|critical|blocker --- Comment #8 from Luca --- Not fixed

[Bug 57423] shiftRows() produces a corrupted xlsx file

2016-11-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #7 from Dominik Stadler --- Probably one of the XmlCursor.move... methods could be useful here... See https://xmlbeans.apache.org/docs/2.0.0/reference/org/apache/xmlbeans/XmlCursor.html#moveXml(org.apache.xmlbeans.XmlCursor) --

[Bug 57423] shiftRows() produces a corrupted xlsx file

2016-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 Mark Murphy changed: What|Removed |Added CC||jmarkmu...@yahoo.com --- Comment #6 from

[Bug 57423] shiftRows() produces a corrupted xlsx file

2015-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #5 from Dominik Stadler --- I have now added a testcase to class TestUnfixedBugs which verifies this bug, unfortunately this is complicated to fix because XmlBeans makes it hard to reorder things in an array... -- You are receivin

[Bug 57423] shiftRows() produces a corrupted xlsx file

2015-04-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 Dominik Stadler changed: What|Removed |Added OS||All --- Comment #4 from Dominik Stad

[Bug 57423] shiftRows() produces a corrupted xlsx file

2015-03-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 Andrew Wdziekonski changed: What|Removed |Added OS|All |Windows 7 --- Comment #3 from And

[Bug 57423] shiftRows() produces a corrupted xlsx file

2015-03-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #2 from Dominik Stadler --- In a quick test on Linux with LibreOffice I could not reproduce this, the shifted rows looked fine with (4, 5, -3), let's try if it is reproducible on Windows with Excel... -- You are receiving this mai

[Bug 57423] shiftRows() produces a corrupted xlsx file

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57423 Andrew Wdziekonski changed: What|Removed |Added OS||All -- You are receiving thi

[Bug 57423] shiftRows() produces a corrupted xlsx file

2015-01-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57423 --- Comment #1 from Andrew Wdziekonski --- Created attachment 32354 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32354&action=edit xlsx file used for testing -- You are receiving this mail because: You are the assignee for t