| Commit message (Expand) | Author | Age | Files | Lines |
* | Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ant-build... | Dominik Stadler | 2013-08-24 | 1 | -10/+20 |
* | More unit tests for column conversion, and avoid the use of Math.pow based on... | Nick Burch | 2013-08-23 | 2 | -10/+18 |
* | Tried to reproduce Bug 47090, but seems to be fixed now. | Dominik Stadler | 2013-08-23 | 2 | -0/+46 |
* | Add testcase which tries to reproduce Bug 48495, but seems to be fixed | Dominik Stadler | 2013-08-23 | 4 | -13/+47 |
* | Some Eclipse warnings removed | Dominik Stadler | 2013-08-23 | 4 | -9/+13 |
* | Add some explicit tests for column letter to/from number conversion | Nick Burch | 2013-08-23 | 1 | -0/+19 |
* | Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle | Nick Burch | 2013-08-23 | 58 | -145/+5 |
* | Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co... | Nick Burch | 2013-08-23 | 50 | -129/+11 |
* | Inspired by github pull-6, use a StringBuilder for quicker string appending | Nick Burch | 2013-08-23 | 1 | -3/+3 |
* | fix some Eclipse warnings, adjust some unit tests slightly | Dominik Stadler | 2013-08-23 | 6 | -58/+76 |
* | Fix unit test for Bug 50298 some more | Dominik Stadler | 2013-08-21 | 1 | -9/+3 |
* | Adjust test for Bug 50298 to not leave a temporary file behind and | Dominik Stadler | 2013-08-21 | 1 | -5/+69 |
* | Bug 50298: Fix corruption of Workbook when setting sheet order. The | Dominik Stadler | 2013-08-21 | 3 | -82/+79 |
* | Also fix some Eclipse warnings while hunting Bugs: Generics, unused | Dominik Stadler | 2013-08-21 | 2 | -23/+29 |
* | Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) | Nick Burch | 2013-08-21 | 3 | -1/+24 |
* | Bug 52233: try to fix this without breaking the format of xlsx-files. | Dominik Stadler | 2013-08-20 | 2 | -6/+26 |
* | Revert changes from rev. 1513916 as it severly broke writing valid xlsx files | Dominik Stadler | 2013-08-20 | 2 | -7/+9 |
* | Bug 55043: patch for missing function QUOTIENT | Cédric Walter | 2013-08-16 | 6 | -8/+50 |
* | Bug 55082: patch for missing function ROMAN | Cédric Walter | 2013-08-16 | 4 | -0/+180 |
* | Bug 55080: patch for missing function IMREAL | Cédric Walter | 2013-08-16 | 5 | -1/+126 |
* | Bug 55079: patch for missing function IMAGINARY | Cédric Walter | 2013-08-16 | 5 | -1/+140 |
* | Bug 54720: Support for Row/Col Area Range like 8:8 or H:H | Cédric Walter | 2013-08-16 | 4 | -21/+70 |
* | Bug 54723: Support for percentage in VALUE() function | Cédric Walter | 2013-08-16 | 2 | -3/+17 |
* | Bug 54786: Fix missing quoting in date formatting, add a number of unit | Dominik Stadler | 2013-08-16 | 2 | -2/+50 |
* | 55419 and refactor SimpleFraction | Tim Allison | 2013-08-15 | 4 | -221/+188 |
* | Bug 52233: Do not make the XSSFSheet invalid during write(), I could not find... | Dominik Stadler | 2013-08-14 | 2 | -58/+92 |
* | Various small Eclipse warning fixes, | Dominik Stadler | 2013-08-14 | 8 | -109/+132 |
* | Update to JaCoCo 0.6.3 and svn-ignore the .zip file as well | Dominik Stadler | 2013-08-14 | 1 | -2/+2 |
* | Bug 55195: use interface instead of implementation for | Dominik Stadler | 2013-08-12 | 3 | -23/+26 |
* | Fix how coverage-reporting is triggered, was effectively disabled always curr... | Dominik Stadler | 2013-08-12 | 1 | -1/+2 |
* | Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ... | Dominik Stadler | 2013-08-12 | 4 | -142/+129 |
* | 55347 - integrate textbox text extraction with Excel extractors | Tim Allison | 2013-08-08 | 7 | -3/+152 |
* | POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraph | Tim Allison | 2013-08-08 | 2 | -1/+9 |
* | POI-55294 and 52186 | Tim Allison | 2013-08-05 | 4 | -24/+375 |
* | Adjust build.xml to run JaCoCo coverage when running unit tests when | Dominik Stadler | 2013-08-04 | 4 | -81/+218 |
* | POI-55292 with added files | Tim Allison | 2013-07-31 | 12 | -0/+1740 |
* | POI-55292 | Tim Allison | 2013-07-31 | 4 | -41/+1108 |
* | added ratted out Apache license to HPSFPropertiesOnlyDocument | Tim Allison | 2013-07-29 | 1 | -1/+17 |
* | added key to KEYS | Tim Allison | 2013-07-29 | 1 | -0/+27 |
* | testing svn commit with test doc for 55292 | Tim Allison | 2013-07-29 | 1 | -0/+0 |
* | Ensure the interface and implementation javadocs share the same warnings, and... | Nick Burch | 2013-07-15 | 2 | -5/+8 |
* | Bug 55248: Add methods for showInPane() using int and unit test to verify it ... | Dominik Stadler | 2013-07-13 | 3 | -21/+93 |
* | Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo... | Dominik Stadler | 2013-07-12 | 4 | -35/+336 |
* | Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 | Dominik Stadler | 2013-07-09 | 4 | -9/+134 |
* | Refactor to avoid logic duplication on the property value -> string conversion | Nick Burch | 2013-07-03 | 2 | -41/+28 |
* | Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't d... | Nick Burch | 2013-07-03 | 3 | -30/+50 |
* | Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml ... | Dominik Stadler | 2013-07-01 | 3 | -45/+82 |
* | Bug 54084: Add testcase which reproduces the bug, no fix available yet | Dominik Stadler | 2013-06-30 | 3 | -2/+48 |
* | Adjust build.xml to update to junit 4.11 | Dominik Stadler | 2013-06-30 | 1 | -6/+15 |
* | Add a test to show that bug #53150 has been fixed by the recent fraction work | Nick Burch | 2013-06-26 | 1 | -0/+3 |