5318 Commits (793791ece89b27d58eeeee85490bb3be9c94c696)
 

Author SHA1 Message Date
  Cédric Walter 793791ece8 Bug 55058: patch for missing function FactDouble 10 years ago
  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
  Tim Allison 49fc2a7a1c Potential NPE in PPExtractor; found while working on TIKA-1171 10 years ago
  Tim Allison 1d63ba79f4 increment build beta version to 3.10-beta3; forgot to as part of last release...doh. 10 years ago
  Tim Allison 6e50bfa19d POI-54722 table text in ppt files 10 years ago
  Nick Burch 5adfec1810 Support more hashing formats for OOXML protected documents, for bug #55544 10 years ago
  Nick Burch c0f9e375e0 Sample file from bug #55544 - encrypted with sha512 as the hash algorythm 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 425ab7b6dc Bug 53798: Add fix for XmlValueDisconnectException during shifting rows 10 years ago
  Dominik Stadler 8693b4f997 Bug 54524: Fix border case in FormulaShifter 10 years ago
  Dominik Stadler d3bfcda99e Fix regression introduced by r1516969 10 years ago
  Dominik Stadler 77d75dd32a Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ant-build of ooxml-lite 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 10 years ago
  Dominik Stadler 57de5b995d Tried to reproduce Bug 47090, but seems to be fixed now. 10 years ago
  Dominik Stadler f06e06ef12 Add testcase which tries to reproduce Bug 48495, but seems to be fixed 10 years ago
  Dominik Stadler fb90b50dbf Some Eclipse warnings removed 10 years ago
  Nick Burch fa39b0e791 Add some explicit tests for column letter to/from number conversion 10 years ago
  Nick Burch c46f0ec2aa Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
  Nick Burch 2cac6664cf Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 years ago
  Nick Burch 106b8f3da8 Inspired by github pull-6, use a StringBuilder for quicker string appending 10 years ago
  Dominik Stadler 5a067c6b97 fix some Eclipse warnings, adjust some unit tests slightly 10 years ago
  Dominik Stadler cb6ca3554d Fix unit test for Bug 50298 some more 10 years ago
  Dominik Stadler da0b4d1b3a Adjust test for Bug 50298 to not leave a temporary file behind and 10 years ago
  Dominik Stadler 324a36e170 Bug 50298: Fix corruption of Workbook when setting sheet order. The 10 years ago
  Dominik Stadler d415bf5d06 Also fix some Eclipse warnings while hunting Bugs: Generics, unused 10 years ago
  Nick Burch b7db2fceef Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) 10 years ago
  Dominik Stadler 51a7f3e333 Bug 52233: try to fix this without breaking the format of xlsx-files. 10 years ago
  Dominik Stadler 70dc3d38ca Revert changes from rev. 1513916 as it severly broke writing valid xlsx files 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 8efac247db Bug 52233: Do not make the XSSFSheet invalid during write(), I could not 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. 11 years ago
  Dominik Stadler 607521c2df Various small Eclipse warning fixes, 11 years ago
  Dominik Stadler 48b5c3623c Update to JaCoCo 0.6.3 and svn-ignore the .zip file as well 11 years ago
  Dominik Stadler 5ce60e1140 Bug 55195: use interface instead of implementation for 11 years ago
  Dominik Stadler 74450d33b7 Fix how coverage-reporting is triggered, was effectively disabled always currently because of how Ant if/unless works 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
  Tim Allison 8f68884358 55347 - integrate textbox text extraction with Excel extractors 11 years ago
  Tim Allison 9ddef1c083 POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraph 11 years ago
  Tim Allison e4ba611f12 POI-55294 and 52186 11 years ago
  Dominik Stadler cb5ff8f4cf Adjust build.xml to run JaCoCo coverage when running unit tests when 11 years ago
  Tim Allison cd3b2e42e9 POI-55292 with added files 11 years ago
  Tim Allison da070049dd POI-55292 11 years ago