https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
PJ Fanning changed:
What|Removed |Added
Severity|blocker |normal
Status|REOPENED
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,
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.
--
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
David Gauntt changed:
What|Removed |Added
Attachment #36712|0 |1
is obsolete|
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
David Gauntt changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
Dominik Stadler changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
Dominik Stadler changed:
What|Removed |Added
Blocks||62711
Referenced Bugs:
https://bz.
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
ithan changed:
What|Removed |Added
CC|jmarkmu...@yahoo.com, |ithanr...@gmail.com
|o2843..
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
o2843...@nwytg.net changed:
What|Removed |Added
CC||o2843...@nwytg.net
--
You are rec
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
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
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(
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.
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
Luca changed:
What|Removed |Added
Severity|critical|blocker
--- Comment #8 from Luca ---
Not fixed
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)
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
Mark Murphy changed:
What|Removed |Added
CC||jmarkmu...@yahoo.com
--- Comment #6 from
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
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
Dominik Stadler changed:
What|Removed |Added
OS||All
--- Comment #4 from Dominik Stad
https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
Andrew Wdziekonski changed:
What|Removed |Added
OS|All |Windows 7
--- Comment #3 from And
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=57423
Andrew Wdziekonski changed:
What|Removed |Added
OS||All
--
You are receiving thi
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
28 matches
Mail list logo