5439 Revize (54d462a3f6fda9493eca34f4cfa9af7a965c60b0)
 

Autor SHA1 Zpráva Datum
  Dominik Stadler 70dc3d38ca Revert changes from rev. 1513916 as it severly broke writing valid xlsx files před 11 roky
  Cédric Walter f75f0ec612 Bug 55043: patch for missing function QUOTIENT před 11 roky
  Cédric Walter ce4501452f Bug 55082: patch for missing function ROMAN před 11 roky
  Cédric Walter 906aafbc59 Bug 55080: patch for missing function IMREAL před 11 roky
  Cédric Walter 828ce7281b Bug 55079: patch for missing function IMAGINARY před 11 roky
  Cédric Walter 1d2f94829e Bug 54720: Support for Row/Col Area Range like 8:8 or H:H před 11 roky
  Cédric Walter 1b795e34f7 Bug 54723: Support for percentage in VALUE() function před 11 roky
  Dominik Stadler 04e0efdbd5 Bug 54786: Fix missing quoting in date formatting, add a number of unit před 11 roky
  Tim Allison 0c35aa60e1 55419 and refactor SimpleFraction před 11 roky
  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. před 11 roky
  Dominik Stadler 607521c2df Various small Eclipse warning fixes, před 11 roky
  Dominik Stadler 48b5c3623c Update to JaCoCo 0.6.3 and svn-ignore the .zip file as well před 11 roky
  Dominik Stadler 5ce60e1140 Bug 55195: use interface instead of implementation for před 11 roky
  Dominik Stadler 74450d33b7 Fix how coverage-reporting is triggered, was effectively disabled always currently because of how Ant if/unless works před 11 roky
  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. před 11 roky
  Tim Allison 8f68884358 55347 - integrate textbox text extraction with Excel extractors před 11 roky
  Tim Allison 9ddef1c083 POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraph před 11 roky
  Tim Allison e4ba611f12 POI-55294 and 52186 před 11 roky
  Dominik Stadler cb5ff8f4cf Adjust build.xml to run JaCoCo coverage when running unit tests when před 11 roky
  Tim Allison cd3b2e42e9 POI-55292 with added files před 11 roky
  Tim Allison da070049dd POI-55292 před 11 roky
  Tim Allison 62e7e01f6c added ratted out Apache license to HPSFPropertiesOnlyDocument před 11 roky
  Tim Allison b50d124af9 added key to KEYS před 11 roky
  Tim Allison 04ad30b32b testing svn commit with test doc for 55292 před 11 roky
  Nick Burch e1cf345671 Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer před 11 roky
  Dominik Stadler 11ceaebac6 Bug 55248: Add methods for showInPane() using int and unit test to verify it can handle more than 32767 rows před 11 roky
  Dominik Stadler 97d6444cb0 Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case of IndexOutOfBoundsException před 11 roky
  Dominik Stadler d6da9dd94b Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 před 11 roky
  Nick Burch 4ac189421a Refactor to avoid logic duplication on the property value -> string conversion před 11 roky
  Nick Burch b3608a4cfa Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't directly stored as a string před 11 roky
  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. před 11 roky
  Dominik Stadler 4a85927e98 Bug 54084: Add testcase which reproduces the bug, no fix available yet před 11 roky
  Dominik Stadler ae5b31d741 Adjust build.xml to update to junit 4.11 před 11 roky
  Nick Burch ea1bb016a9 Add a test to show that bug #53150 has been fixed by the recent fraction work před 11 roky
  Nick Burch 2d0241181a Have MAPIMessage try the codepage properties to get the ascii encoding, before falling back to the existing logic around content type parsing před 11 roky
  Nick Burch 4110133f8e HSMF generally wants Java Lang style encoding names, which HPSF has always worked with Java NIO ones, so add a flag to CodePageUtil to let you select which style to return před 11 roky
  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 před 11 roky
  Nick Burch 182b941b2c Bring the numeric CodePage support from HPSF (constants and converters) out to a new Util class, so that HSMF can later use it před 11 roky
  Nick Burch 14e2a5be28 More unit tests for the HSMF fixed sized property values (a few still remain to be fixed though) před 11 roky
  Nick Burch daea88523a Make the fixed sized properties parser more flexible in the face of slightly duff data před 11 roky
  Nick Burch 35493f04fe Dig out the normal type for some more common properties před 11 roky
  Nick Burch 14b262b831 Support decoding a few more property types před 11 roky
  Nick Burch 0b1750bea0 More friendly output of byte arrays for property values in HSMFDump před 11 roky
  Nick Burch 459e35426f Fix inconsistent whitespace in HSMF test files před 11 roky
  Nick Burch 141bd7f85f Fix inconsistent whitespace in HSMF files před 11 roky
  Nick Burch 2a1726144d Ensure the indenting is consistent within the file, and then make some minor updates to the JavaDocs (language, clarity etc) před 11 roky
  Nick Burch 3fa0d18132 Fix JavaDoc warnings před 11 roky
  Nick Burch 6d63c0d32e Convert classes with a assertContains method to using the new POITestCase common parent class, which has it there před 11 roky
  Nick Burch 0339745131 Add disabled unit test for bug #54916 před 11 roky
  Nick Burch 853ac73ce1 New parent test class, which includes the common assertContains pattern před 11 roky