aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-084-1/+150
* Bug 55037: patch for missing function DELTACédric Walter2013-10-073-2/+25
* Apply patch from bug 55341Dominik Stadler2013-09-293-6/+180
* Potential NPE in PPExtractor; found while working on TIKA-1171Tim Allison2013-09-271-3/+5
* POI-54722 table text in ppt filesTim Allison2013-09-272-0/+42
* Support more hashing formats for OOXML protected documents, for bug #55544Nick Burch2013-09-112-9/+40
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-099-45/+36
* Bug 53798: Add fix for XmlValueDisconnectException during shifting rowsDominik Stadler2013-09-092-12/+109
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-263-1/+21
* Fix regression introduced by r1516969Dominik Stadler2013-08-241-2/+3
* Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ant-build...Dominik Stadler2013-08-241-10/+20
* More unit tests for column conversion, and avoid the use of Math.pow based on...Nick Burch2013-08-232-10/+18
* Tried to reproduce Bug 47090, but seems to be fixed now.Dominik Stadler2013-08-231-0/+46
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-233-13/+47
* Some Eclipse warnings removedDominik Stadler2013-08-234-9/+13
* Add some explicit tests for column letter to/from number conversionNick Burch2013-08-231-0/+19
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-2358-145/+5
* 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-236-58/+76
* Fix unit test for Bug 50298 some moreDominik Stadler2013-08-211-9/+3
* Adjust test for Bug 50298 to not leave a temporary file behind andDominik Stadler2013-08-211-5/+69
* Bug 50298: Fix corruption of Workbook when setting sheet order. TheDominik Stadler2013-08-212-82/+79
* Also fix some Eclipse warnings while hunting Bugs: Generics, unusedDominik Stadler2013-08-212-23/+29
* Push the fix for bug #55248 up to the Sheet interface (was XSSF only before)Nick Burch2013-08-213-1/+24
* Bug 52233: try to fix this without breaking the format of xlsx-files.Dominik Stadler2013-08-202-6/+26
* Revert changes from rev. 1513916 as it severly broke writing valid xlsx filesDominik Stadler2013-08-202-7/+9
* Bug 55043: patch for missing function QUOTIENTCédric Walter2013-08-164-8/+50
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-163-0/+180
* Bug 55080: patch for missing function IMREALCédric Walter2013-08-163-1/+126
* Bug 55079: patch for missing function IMAGINARYCédric Walter2013-08-163-1/+140
* Bug 54720: Support for Row/Col Area Range like 8:8 or H:HCédric Walter2013-08-163-21/+70
* Bug 54723: Support for percentage in VALUE() functionCédric Walter2013-08-162-3/+17
* Bug 54786: Fix missing quoting in date formatting, add a number of unitDominik Stadler2013-08-162-2/+50
* 55419 and refactor SimpleFractionTim Allison2013-08-154-221/+188
* Bug 52233: Do not make the XSSFSheet invalid during write(), I could not find...Dominik Stadler2013-08-142-58/+92
* Various small Eclipse warning fixes, Dominik Stadler2013-08-148-109/+132
* Bug 55195: use interface instead of implementation forDominik Stadler2013-08-123-23/+26
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-124-142/+129
* 55347 - integrate textbox text extraction with Excel extractorsTim Allison2013-08-087-3/+152
* POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraphTim Allison2013-08-081-1/+9
* POI-55294 and 52186Tim Allison2013-08-054-24/+375
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-043-4/+27
* POI-55292 with added filesTim Allison2013-07-3112-0/+1740
* POI-55292Tim Allison2013-07-312-41/+1108
* 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
* Bug 55248: Add methods for showInPane() using int and unit test to verify it ...Dominik Stadler2013-07-133-21/+93
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo...Dominik Stadler2013-07-124-35/+336
* Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071Dominik Stadler2013-07-091-9/+134