| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF | Yegor Kozlov | 2013-10-13 | 9 | -137/+689 |
* | Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF | Yegor Kozlov | 2013-10-13 | 2 | -19/+71 |
* | Bug 55036: patch for missing function Dec2HEx | Cédric Walter | 2013-10-11 | 2 | -14/+23 |
* | Bug 55057: patch for missing function Hex2Dec | Cédric Walter | 2013-10-11 | 2 | -1/+100 |
* | Bug 55116: patch for missing function Dec2Bin | Cédric Walter | 2013-10-11 | 2 | -1/+112 |
* | Bug 55055: patch for missing function Bin2Dec | Cédric Walter | 2013-10-11 | 2 | -1/+96 |
* | Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o... | Cédric Walter | 2013-10-10 | 1 | -18/+18 |
* | Fix #55647 - When creating a temp file, ensure the name isn't already taken | Nick Burch | 2013-10-10 | 1 | -0/+11 |
* | Bug 55058: patch for missing function FactDouble | Cédric Walter | 2013-10-10 | 2 | -1/+87 |
* | Bug 55081: patch for missing function WEEKNUM | Cédric Walter | 2013-10-08 | 2 | -1/+89 |
* | Bug 55037: patch for missing function DELTA | Cédric Walter | 2013-10-07 | 2 | -2/+12 |
* | Apply patch from bug 55341 | Dominik Stadler | 2013-09-29 | 1 | -2/+2 |
* | Support more hashing formats for OOXML protected documents, for bug #55544 | Nick Burch | 2013-09-11 | 1 | -8/+24 |
* | Remove Eclipse warnings, remove duplicate test, rename tests to also run test... | Dominik Stadler | 2013-09-09 | 2 | -2/+6 |
* | Bug 54524: Fix border case in FormulaShifter | Dominik Stadler | 2013-08-26 | 1 | -1/+2 |
* | Fix regression introduced by r1516969 | Dominik Stadler | 2013-08-24 | 1 | -2/+3 |
* | More unit tests for column conversion, and avoid the use of Math.pow based on... | Nick Burch | 2013-08-23 | 1 | -10/+7 |
* | Some Eclipse warnings removed | Dominik Stadler | 2013-08-23 | 3 | -3/+7 |
* | Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle | Nick Burch | 2013-08-23 | 50 | -123/+3 |
* | 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 | 2 | -9/+13 |
* | Bug 50298: Fix corruption of Workbook when setting sheet order. The | Dominik Stadler | 2013-08-21 | 1 | -65/+19 |
* | Also fix some Eclipse warnings while hunting Bugs: Generics, unused | Dominik Stadler | 2013-08-21 | 1 | -19/+16 |
* | Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) | Nick Burch | 2013-08-21 | 2 | -0/+23 |
* | Bug 55043: patch for missing function QUOTIENT | Cédric Walter | 2013-08-16 | 2 | -5/+15 |
* | Bug 55082: patch for missing function ROMAN | Cédric Walter | 2013-08-16 | 2 | -0/+150 |
* | Bug 55080: patch for missing function IMREAL | Cédric Walter | 2013-08-16 | 2 | -1/+96 |
* | Bug 55079: patch for missing function IMAGINARY | Cédric Walter | 2013-08-16 | 2 | -1/+110 |
* | Bug 54720: Support for Row/Col Area Range like 8:8 or H:H | Cédric Walter | 2013-08-16 | 1 | -16/+33 |
* | Bug 54723: Support for percentage in VALUE() function | Cédric Walter | 2013-08-16 | 1 | -3/+14 |
* | Bug 54786: Fix missing quoting in date formatting, add a number of unit | Dominik Stadler | 2013-08-16 | 1 | -1/+23 |
* | 55419 and refactor SimpleFraction | Tim Allison | 2013-08-15 | 3 | -221/+177 |
* | Various small Eclipse warning fixes, | Dominik Stadler | 2013-08-14 | 3 | -42/+54 |
* | Bug 55195: use interface instead of implementation for | Dominik Stadler | 2013-08-12 | 2 | -23/+24 |
* | Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ... | Dominik Stadler | 2013-08-12 | 2 | -135/+49 |
* | added ratted out Apache license to HPSFPropertiesOnlyDocument | Tim Allison | 2013-07-29 | 1 | -1/+17 |
* | Ensure the interface and implementation javadocs share the same warnings, and... | Nick Burch | 2013-07-15 | 2 | -5/+8 |
* | Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo... | Dominik Stadler | 2013-07-12 | 1 | -1/+1 |
* | 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 |
* | HSMF generally wants Java Lang style encoding names, which HPSF has always wo... | Nick Burch | 2013-06-26 | 1 | -21/+97 |
* | Deprecate the old HPSF codepage Constants list, and change the code to use th... | Nick Burch | 2013-06-26 | 7 | -248/+27 |
* | Bring the numeric CodePage support from HPSF (constants and converters) out t... | Nick Burch | 2013-06-26 | 1 | -0/+363 |
* | Fix JavaDoc warnings | Nick Burch | 2013-06-26 | 1 | -2/+2 |
* | JavaDoc fix - missing > | Nick Burch | 2013-06-26 | 1 | -2/+2 |
* | Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ... | Nick Burch | 2013-06-26 | 1 | -2/+21 |
* | Pull the Properties-Only document type out to a superclass, so other places (... | Nick Burch | 2013-06-26 | 2 | -20/+29 |
* | Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig... | Nick Burch | 2013-06-25 | 1 | -13/+49 |
* | Fix to have consistent whitespace, and add javadoc deprecated entries | Nick Burch | 2013-06-25 | 1 | -152/+155 |