1093 Commits (f9fc75461142acf8108356d84d0f1967b414ed77)

Author SHA1 Message Date
  Cédric Walter f9fc754611 Bug 55081: patch for missing function WEEKNUM 10 years ago
  Cédric Walter 805d583bab Bug 55037: patch for missing function DELTA 10 years ago
  Dominik Stadler 927dc0ce1d Apply patch from bug 55341 10 years ago
  Nick Burch 5adfec1810 Support more hashing formats for OOXML protected documents, for bug #55544 10 years ago
  Dominik Stadler f81c3cb9cb Remove Eclipse warnings, remove duplicate test, rename tests to also run tests in base class 10 years ago
  Dominik Stadler 8693b4f997 Bug 54524: Fix border case in FormulaShifter 10 years ago
  Nick Burch 0c44c5fec7 More unit tests for column conversion, and avoid the use of Math.pow based on the suggestion from github-6 11 years ago
  Dominik Stadler f06e06ef12 Add testcase which tries to reproduce Bug 48495, but seems to be fixed 11 years ago
  Nick Burch fa39b0e791 Add some explicit tests for column letter to/from number conversion 11 years ago
  Nick Burch c46f0ec2aa Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 11 years ago
  Dominik Stadler 5a067c6b97 fix some Eclipse warnings, adjust some unit tests slightly 11 years ago
  Dominik Stadler cb6ca3554d Fix unit test for Bug 50298 some more 11 years ago
  Dominik Stadler da0b4d1b3a Adjust test for Bug 50298 to not leave a temporary file behind and 11 years ago
  Dominik Stadler 324a36e170 Bug 50298: Fix corruption of Workbook when setting sheet order. The 11 years ago
  Cédric Walter f75f0ec612 Bug 55043: patch for missing function QUOTIENT 11 years ago
  Cédric Walter ce4501452f Bug 55082: patch for missing function ROMAN 11 years ago
  Cédric Walter 906aafbc59 Bug 55080: patch for missing function IMREAL 11 years ago
  Cédric Walter 828ce7281b Bug 55079: patch for missing function IMAGINARY 11 years ago
  Cédric Walter 1d2f94829e Bug 54720: Support for Row/Col Area Range like 8:8 or H:H 11 years ago
  Cédric Walter 1b795e34f7 Bug 54723: Support for percentage in VALUE() function 11 years ago
  Dominik Stadler 04e0efdbd5 Bug 54786: Fix missing quoting in date formatting, add a number of unit 11 years ago
  Tim Allison 0c35aa60e1 55419 and refactor SimpleFraction 11 years ago
  Dominik Stadler 5ce60e1140 Bug 55195: use interface instead of implementation for 11 years ago
  Dominik Stadler 0b5244e619 Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying 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. 11 years ago
  Dominik Stadler 97d6444cb0 Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case of IndexOutOfBoundsException 11 years ago
  Dominik Stadler 6d772a851e Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml as well and excluding the new test-class in test-ooxml similar to the main tests. 11 years ago
  Dominik Stadler 4a85927e98 Bug 54084: Add testcase which reproduces the bug, no fix available yet 11 years ago
  Nick Burch ea1bb016a9 Add a test to show that bug #53150 has been fixed by the recent fraction work 11 years ago
  Nick Burch 401dcb864d Deprecate the old HPSF codepage Constants list, and change the code to use the new CodePageUtil class instead for their codepage work 11 years ago
  Nick Burch 853ac73ce1 New parent test class, which includes the common assertContains pattern 11 years ago
  Nick Burch 85cca5bc2d Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the unit tests for bug #54233 11 years ago
  Nick Burch 80677e58b3 Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length 11 years ago
  Nick Burch 41665ca038 Add missing license headers, and a few javadoc tweaks while working on those files 11 years ago
  Nick Burch 7067e87b8b Fix from Florian Hopf from bug #54564 - Fix error message text 11 years ago
  Nick Burch 882bf2cfe8 Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect HSSF Data Validation 11 years ago
  Nick Burch f9c9def944 Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handles fractions 11 years ago
  Dominik Stadler fa19777476 Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later. 11 years ago
  Nick Burch 8b4cc4c474 Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes (with new unit test) 11 years ago
  Yegor Kozlov 9fd5fb147d Bug 55047: REPT formula support 11 years ago
  Yegor Kozlov 0b7dc0f2ca missing tests for Bug 55041 - CODE formula support 11 years ago
  Yegor Kozlov 43011d3a3b added missing tests for Bug 55042: patch for missing function COMPLEX 11 years ago
  Yegor Kozlov 24967623a9 Bugzilla 55043 and 55042: initial support for Complex and Quotient functions 11 years ago
  Yegor Kozlov bf443142c7 Bugzilla 55041: CODE function support, also removed @Override from interfaces to stay compatible with JDK 1.5 11 years ago
  Yegor Kozlov aad5f66735 Bugzilla 55037: DELTA function support 11 years ago
  Yegor Kozlov d1a6ade582 Bugzilla 55036 - Dec2HEx formula support 11 years ago
  Yegor Kozlov 4d2be80806 Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF 11 years ago
  Yegor Kozlov ec930fd66a Bugzilla 54469 - Support for financial functions IPMT and PPMT 11 years ago
  Nick Burch 22f30ab168 Fix bug #54579 - Handle milliseconds in date formats eg ss.000 11 years ago
  Nick Burch f0ca7d2899 Fix bug #54557 - Don't mis-detect format patterns like .000 as dates 11 years ago
  Nick Burch c5b2f7dc7f Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory entry names list, alongside WORKBOOK, plus tests 11 years ago