aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ↵Dominik Stadler2013-08-241-10/+20
| | | | | | ant-build of ooxml-lite git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1517179 13f79535-47bb-0310-9956-ffa450edef68
* More unit tests for column conversion, and avoid the use of Math.pow based ↵Nick Burch2013-08-232-10/+18
| | | | | | on the suggestion from github-6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516983 13f79535-47bb-0310-9956-ffa450edef68
* Tried to reproduce Bug 47090, but seems to be fixed now.Dominik Stadler2013-08-232-0/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516982 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-234-13/+47
| | | | | | now. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516981 13f79535-47bb-0310-9956-ffa450edef68
* Some Eclipse warnings removedDominik Stadler2013-08-234-9/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516980 13f79535-47bb-0310-9956-ffa450edef68
* Add some explicit tests for column letter to/from number conversionNick Burch2013-08-231-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516978 13f79535-47bb-0310-9956-ffa450edef68
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-2358-145/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516975 13f79535-47bb-0310-9956-ffa450edef68
* Start to remove @author tags, as per ↵Nick Burch2013-08-2350-129/+11
| | | | | | http://poi.apache.org/guidelines.html#CodeStyle git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516973 13f79535-47bb-0310-9956-ffa450edef68
* Inspired by github pull-6, use a StringBuilder for quicker string appendingNick Burch2013-08-231-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516969 13f79535-47bb-0310-9956-ffa450edef68
* fix some Eclipse warnings, adjust some unit tests slightlyDominik Stadler2013-08-236-58/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516818 13f79535-47bb-0310-9956-ffa450edef68
* Fix unit test for Bug 50298 some moreDominik Stadler2013-08-211-9/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516320 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test for Bug 50298 to not leave a temporary file behind andDominik Stadler2013-08-211-5/+69
| | | | | | | enhance the test with some more cases of moving/changing/removing sheet order/names git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516314 13f79535-47bb-0310-9956-ffa450edef68
* Bug 50298: Fix corruption of Workbook when setting sheet order. TheDominik Stadler2013-08-213-82/+79
| | | | | | | boundssheets themselves were adjusted, but not the corresponding records. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516313 13f79535-47bb-0310-9956-ffa450edef68
* Also fix some Eclipse warnings while hunting Bugs: Generics, unusedDominik Stadler2013-08-212-23/+29
| | | | | | variables, ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516312 13f79535-47bb-0310-9956-ffa450edef68
* Push the fix for bug #55248 up to the Sheet interface (was XSSF only before)Nick Burch2013-08-213-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1516124 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52233: try to fix this without breaking the format of xlsx-files.Dominik Stadler2013-08-202-6/+26
| | | | | | | | | The set to null is necessary to not have an empty <cols/> element in the xlsx, however later on stuff breaks if no colsArray is availalbe, therefore we now re-create the empty cols array if we did remove it before. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1515916 13f79535-47bb-0310-9956-ffa450edef68
* Revert changes from rev. 1513916 as it severly broke writing valid xlsx filesDominik Stadler2013-08-202-7/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1515842 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55043: patch for missing function QUOTIENTCédric Walter2013-08-166-8/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514847 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-164-0/+180
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514834 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55080: patch for missing function IMREALCédric Walter2013-08-165-1/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514830 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55079: patch for missing function IMAGINARYCédric Walter2013-08-165-1/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514824 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54720: Support for Row/Col Area Range like 8:8 or H:HCédric Walter2013-08-164-21/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514812 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54723: Support for percentage in VALUE() functionCédric Walter2013-08-162-3/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514799 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54786: Fix missing quoting in date formatting, add a number of unitDominik Stadler2013-08-162-2/+50
| | | | | | tests which verify the new formatting options. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514632 13f79535-47bb-0310-9956-ffa450edef68
* 55419 and refactor SimpleFractionTim Allison2013-08-154-221/+188
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1514123 13f79535-47bb-0310-9956-ffa450edef68
* Bug 52233: Do not make the XSSFSheet invalid during write(), I could not ↵Dominik Stadler2013-08-142-58/+92
| | | | | | find out why the ColsArray was set to null in the write() method. By removing this the writing of the sheet does not invalidate the Workbook any more and makes the test case work fine. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513916 13f79535-47bb-0310-9956-ffa450edef68
* Various small Eclipse warning fixes, Dominik Stadler2013-08-148-109/+132
| | | | | | also ensure close() of stream in Ant-Task, although WorkbookFactory usually takes care of this, however in exception-cases it could be missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513764 13f79535-47bb-0310-9956-ffa450edef68
* Update to JaCoCo 0.6.3 and svn-ignore the .zip file as wellDominik Stadler2013-08-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513762 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55195: use interface instead of implementation forDominik Stadler2013-08-123-23/+26
| | | | | | NumericValueEval and others. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513247 13f79535-47bb-0310-9956-ffa450edef68
* Fix how coverage-reporting is triggered, was effectively disabled always ↵Dominik Stadler2013-08-121-1/+2
| | | | | | currently because of how Ant if/unless works git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513233 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ↵Dominik Stadler2013-08-124-142/+129
| | | | | | | | | to merge overlapping regions any more, the implementation is buggy and even tagged TODO - unit test missing. The code is hard to understand and bug-free-ness is better than catching all possible merges imho. Also add many cases to the unit tests and reformat code slightly as well as fixing some Generics-Warnings. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1513225 13f79535-47bb-0310-9956-ffa450edef68
* 55347 - integrate textbox text extraction with Excel extractorsTim Allison2013-08-087-3/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1511789 13f79535-47bb-0310-9956-ffa450edef68
* POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraphTim Allison2013-08-082-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1511777 13f79535-47bb-0310-9956-ffa450edef68
* POI-55294 and 52186Tim Allison2013-08-054-24/+375
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1510587 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build.xml to run JaCoCo coverage when running unit tests whenDominik Stadler2013-08-044-81/+218
| | | | | | | | flag coverage.enabled is set to true, download necessary jars, add jacoco:coverage to junit targets and a testcoveragereport target which produces the coverage report. Also fix a test that is affected by JaCoCo and add slightly more coverage in another test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1510243 13f79535-47bb-0310-9956-ffa450edef68
* POI-55292 with added filesTim Allison2013-07-3112-0/+1740
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1508692 13f79535-47bb-0310-9956-ffa450edef68
* POI-55292Tim Allison2013-07-314-41/+1108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1508691 13f79535-47bb-0310-9956-ffa450edef68
* added ratted out Apache license to HPSFPropertiesOnlyDocumentTim Allison2013-07-291-1/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1508190 13f79535-47bb-0310-9956-ffa450edef68
* added key to KEYSTim Allison2013-07-291-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1508180 13f79535-47bb-0310-9956-ffa450edef68
* testing svn commit with test doc for 55292Tim Allison2013-07-291-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1508158 13f79535-47bb-0310-9956-ffa450edef68
* Ensure the interface and implementation javadocs share the same warnings, ↵Nick Burch2013-07-152-5/+8
| | | | | | and paragraph-ise to look nicer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1503491 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55248: Add methods for showInPane() using int and unit test to verify it ↵Dominik Stadler2013-07-133-21/+93
| | | | | | can handle more than 32767 rows git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1502749 13f79535-47bb-0310-9956-ffa450edef68
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one ↵Dominik Stadler2013-07-124-35/+336
| | | | | | more case of IndexOutOfBoundsException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1502661 13f79535-47bb-0310-9956-ffa450edef68
* Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071Dominik Stadler2013-07-094-9/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1501263 13f79535-47bb-0310-9956-ffa450edef68
* Refactor to avoid logic duplication on the property value -> string conversionNick Burch2013-07-032-41/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1499329 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't ↵Nick Burch2013-07-033-30/+50
| | | | | | directly stored as a string git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1499326 13f79535-47bb-0310-9956-ffa450edef68
* Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml ↵Dominik Stadler2013-07-013-45/+82
| | | | | | as well and excluding the new test-class in test-ooxml similar to the main tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1498280 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54084: Add testcase which reproduces the bug, no fix available yetDominik Stadler2013-06-303-2/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1498190 13f79535-47bb-0310-9956-ffa450edef68
* Adjust build.xml to update to junit 4.11Dominik Stadler2013-06-301-6/+15
| | | | | | Also allow to specify a pattern to only run certain unit tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1498178 13f79535-47bb-0310-9956-ffa450edef68
* Add a test to show that bug #53150 has been fixed by the recent fraction workNick Burch2013-06-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1497084 13f79535-47bb-0310-9956-ffa450edef68