| Commit message (Expand) | Author | Age | Files | Lines |
* | #58532 Enable more of the padding cell format tests, but a few remain to be f... | Nick Burch | 2015-10-24 | 1 | -7/+20 |
* | #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), which | Nick Burch | 2015-10-24 | 8 | -37/+127 |
* | Fix inconsistent whitespace | Nick Burch | 2015-10-24 | 1 | -391/+390 |
* | Test to check that #58532 formats are seen as valid | Nick Burch | 2015-10-24 | 1 | -3/+2 |
* | Test files for #58532 | Nick Burch | 2015-10-24 | 2 | -0/+0 |
* | Revert upgrade of findbugs as it requires Java 7, but we still allow to compi... | Dominik Stadler | 2015-10-23 | 1 | -5/+5 |
* | Update to latest findbugs version 3.0.1, reported issues go from 163 to 209 :( | Dominik Stadler | 2015-10-23 | 1 | -4/+5 |
* | Bug 58085: removing sheet breaks other existing sheet references | Dominik Stadler | 2015-10-23 | 3 | -45/+123 |
* | bug 58441: define equals method for CellRangeAddressBase | Javen O'Neal | 2015-10-23 | 2 | -1/+76 |
* | bug 58402: make AreaReference's private SpreadsheetVersion _version variable ... | Javen O'Neal | 2015-10-23 | 1 | -4/+12 |
* | bug 58439: rename private FormulaShifter.adjustPtgDueToShiftMove to adjustPtg... | Javen O'Neal | 2015-10-23 | 1 | -2/+2 |
* | bug 33174: Use common unit test for testNoMergedRegionsIsEmptyList | Javen O'Neal | 2015-10-23 | 3 | -16/+8 |
* | Set newer curvesapi-version in .classpath as well and update some third-party... | Dominik Stadler | 2015-10-22 | 5 | -34/+42 |
* | Maven/Sonar build: Add dependency on curvesapi which is now required | Dominik Stadler | 2015-10-20 | 1 | -0/+5 |
* | XDGF: fix the fix | Dustin Spicuzza | 2015-10-19 | 3 | -25/+10 |
* | XDGF: fix jdk < 1.8 compat | Dustin Spicuzza | 2015-10-19 | 1 | -1/+7 |
* | XDGF: fix jenkins build errors | Dustin Spicuzza | 2015-10-19 | 5 | -4/+65 |
* | Add Visio OOXML text extractor + tests | Dustin Spicuzza | 2015-10-19 | 10 | -51/+176 |
* | Add some limited XDGF documentation | Dustin Spicuzza | 2015-10-19 | 19 | -59/+155 |
* | poi-import: fix build dependencies | Dustin Spicuzza | 2015-10-19 | 6 | -3/+31 |
* | poi-visio import: reformat code to fit project standards, remove JRE 7isms | Dustin Spicuzza | 2015-10-19 | 57 | -4492/+4600 |
* | Import poi-visio codebase | Dustin Spicuzza | 2015-10-19 | 58 | -0/+6437 |
* | Bug 58499: Don't report Zip-Bomb for small files which should not cause memor... | Dominik Stadler | 2015-10-17 | 4 | -95/+147 |
* | Use the default XmlOptions for all the invocations of the XmlBeans XML parsing | Dominik Stadler | 2015-10-17 | 48 | -112/+159 |
* | Update Commons jar versions in the Eclipse classpath | Nick Burch | 2015-10-16 | 1 | -2/+2 |
* | Remove unnecessary warning suppressions | David North | 2015-10-16 | 1 | -2/+0 |
* | Update test to not depend on an existing build-directory | Dominik Stadler | 2015-10-14 | 1 | -22/+26 |
* | Delete outdated versions of ooxml-schemas jars before building | Dominik Stadler | 2015-10-14 | 1 | -0/+5 |
* | Reenable test on Windows which was disabled previously but should now work af... | Dominik Stadler | 2015-10-14 | 1 | -186/+173 |
* | Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s... | Dominik Stadler | 2015-10-14 | 4 | -68/+272 |
* | Bug 58341: fix some edge cases in the DStar function | Dominik Stadler | 2015-10-14 | 2 | -45/+97 |
* | Update to latest commons-codec-1.10 and commons-logging-1.2, use the properti... | Dominik Stadler | 2015-10-13 | 4 | -15/+16 |
* | javadoc fixes | Andreas Beeker | 2015-10-12 | 2 | -3/+3 |
* | - removed deprecated and confusing methods in XSSFColor | Andreas Beeker | 2015-10-12 | 17 | -947/+1175 |
* | Retry which measures duration a few times to see if that reduces the number o... | Dominik Stadler | 2015-10-08 | 1 | -8/+23 |
* | Update the XSSF EventModel example, to show how to do it better using the She... | Nick Burch | 2015-10-07 | 2 | -263/+83 |
* | Exclude visio xsd from rat check | Dustin Spicuzza | 2015-10-07 | 1 | -0/+1 |
* | Bug 58048: Add visio schemas to the OOXML jar | Dustin Spicuzza | 2015-10-07 | 4 | -5/+861 |
* | fix forbidden apis issue and make non-static as decimalformat is not thread-safe | Andreas Beeker | 2015-10-06 | 1 | -16/+18 |
* | Ant build: Use correct AntTask as reported by forbidden-apis-check, Print out... | Dominik Stadler | 2015-10-06 | 1 | -1/+2 |
* | Format numbers more like Excel does | David North | 2015-10-06 | 4 | -37/+158 |
* | sonar fixes and closing resources after use | Andreas Beeker | 2015-10-06 | 16 | -260/+239 |
* | Clean up a bit and move some comments into descriptions for the benefit of an... | David North | 2015-10-05 | 1 | -11/+5 |
* | Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466 | David North | 2015-10-05 | 3 | -131/+192 |
* | Update my key with additional sigs from Nick | David North | 2015-10-05 | 1 | -148/+228 |
* | As discussed at ApacheCon: Try to automatically find test-data in unit tests,... | Dominik Stadler | 2015-10-05 | 1 | -2/+6 |
* | Eclipse warnings | Dominik Stadler | 2015-10-05 | 2 | -8/+21 |
* | fixed sonar issues and eclipse warnings | Andreas Beeker | 2015-10-05 | 16 | -530/+841 |
* | obsoleted Codec classes by HexDump | Andreas Beeker | 2015-10-05 | 4 | -273/+50 |
* | removed obsolete classes | Andreas Beeker | 2015-10-05 | 5 | -5962/+0 |