summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-139-137/+689
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-132-19/+71
* Bug 55036: patch for missing function Dec2HExCédric Walter2013-10-112-14/+23
* Bug 55057: patch for missing function Hex2DecCédric Walter2013-10-112-1/+100
* Bug 55116: patch for missing function Dec2BinCédric Walter2013-10-112-1/+112
* Bug 55055: patch for missing function Bin2DecCédric Walter2013-10-112-1/+96
* Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o...Cédric Walter2013-10-101-18/+18
* Fix #55647 - When creating a temp file, ensure the name isn't already takenNick Burch2013-10-101-0/+11
* Bug 55058: patch for missing function FactDoubleCédric Walter2013-10-102-1/+87
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-082-1/+89
* Bug 55037: patch for missing function DELTACédric Walter2013-10-072-2/+12
* Apply patch from bug 55341Dominik Stadler2013-09-291-2/+2
* Support more hashing formats for OOXML protected documents, for bug #55544Nick Burch2013-09-111-8/+24
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-092-2/+6
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-261-1/+2
* Fix regression introduced by r1516969Dominik Stadler2013-08-241-2/+3
* More unit tests for column conversion, and avoid the use of Math.pow based on...Nick Burch2013-08-231-10/+7
* Some Eclipse warnings removedDominik Stadler2013-08-233-3/+7
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-2350-123/+3
* Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co...Nick Burch2013-08-2350-129/+11
* Inspired by github pull-6, use a StringBuilder for quicker string appendingNick Burch2013-08-231-3/+3
* fix some Eclipse warnings, adjust some unit tests slightlyDominik Stadler2013-08-232-9/+13
* Bug 50298: Fix corruption of Workbook when setting sheet order. TheDominik Stadler2013-08-211-65/+19
* Also fix some Eclipse warnings while hunting Bugs: Generics, unusedDominik Stadler2013-08-211-19/+16
* Push the fix for bug #55248 up to the Sheet interface (was XSSF only before)Nick Burch2013-08-212-0/+23
* Bug 55043: patch for missing function QUOTIENTCédric Walter2013-08-162-5/+15
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-162-0/+150
* Bug 55080: patch for missing function IMREALCédric Walter2013-08-162-1/+96
* Bug 55079: patch for missing function IMAGINARYCédric Walter2013-08-162-1/+110
* Bug 54720: Support for Row/Col Area Range like 8:8 or H:HCédric Walter2013-08-161-16/+33
* Bug 54723: Support for percentage in VALUE() functionCédric Walter2013-08-161-3/+14
* Bug 54786: Fix missing quoting in date formatting, add a number of unitDominik Stadler2013-08-161-1/+23
* 55419 and refactor SimpleFractionTim Allison2013-08-153-221/+177
* Various small Eclipse warning fixes, Dominik Stadler2013-08-143-42/+54
* Bug 55195: use interface instead of implementation forDominik Stadler2013-08-122-23/+24
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-122-135/+49
* added ratted out Apache license to HPSFPropertiesOnlyDocumentTim Allison2013-07-291-1/+17
* Ensure the interface and implementation javadocs share the same warnings, and...Nick Burch2013-07-152-5/+8
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo...Dominik Stadler2013-07-121-1/+1
* Refactor to avoid logic duplication on the property value -> string conversionNick Burch2013-07-032-41/+28
* Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't d...Nick Burch2013-07-033-30/+50
* HSMF generally wants Java Lang style encoding names, which HPSF has always wo...Nick Burch2013-06-261-21/+97
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-267-248/+27
* Bring the numeric CodePage support from HPSF (constants and converters) out t...Nick Burch2013-06-261-0/+363
* Fix JavaDoc warningsNick Burch2013-06-261-2/+2
* JavaDoc fix - missing >Nick Burch2013-06-261-2/+2
* Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ...Nick Burch2013-06-261-2/+21
* Pull the Properties-Only document type out to a superclass, so other places (...Nick Burch2013-06-262-20/+29
* Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig...Nick Burch2013-06-251-13/+49
* Fix to have consistent whitespace, and add javadoc deprecated entriesNick Burch2013-06-251-152/+155