5284 Commits (1d2f94829e8909c704fde1d10aa2bebd5563c005)
 

Author SHA1 Message Date
  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
  Tim Allison 62e7e01f6c added ratted out Apache license to HPSFPropertiesOnlyDocument 11 years ago
  Tim Allison b50d124af9 added key to KEYS 11 years ago
  Tim Allison 04ad30b32b testing svn commit with test doc for 55292 11 years ago
  Nick Burch e1cf345671 Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer 11 years ago
  Dominik Stadler 11ceaebac6 Bug 55248: Add methods for showInPane() using int and unit test to verify it can handle more than 32767 rows 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 d6da9dd94b Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 11 years ago
  Nick Burch 4ac189421a Refactor to avoid logic duplication on the property value -> string conversion 11 years ago
  Nick Burch b3608a4cfa Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't directly stored as a string 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
  Dominik Stadler ae5b31d741 Adjust build.xml to update to junit 4.11 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 2d0241181a Have MAPIMessage try the codepage properties to get the ascii encoding, before falling back to the existing logic around content type parsing 11 years ago
  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 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 182b941b2c Bring the numeric CodePage support from HPSF (constants and converters) out to a new Util class, so that HSMF can later use it 11 years ago
  Nick Burch 14e2a5be28 More unit tests for the HSMF fixed sized property values (a few still remain to be fixed though) 11 years ago
  Nick Burch daea88523a Make the fixed sized properties parser more flexible in the face of slightly duff data 11 years ago
  Nick Burch 35493f04fe Dig out the normal type for some more common properties 11 years ago
  Nick Burch 14b262b831 Support decoding a few more property types 11 years ago
  Nick Burch 0b1750bea0 More friendly output of byte arrays for property values in HSMFDump 11 years ago
  Nick Burch 459e35426f Fix inconsistent whitespace in HSMF test files 11 years ago
  Nick Burch 141bd7f85f Fix inconsistent whitespace in HSMF files 11 years ago
  Nick Burch 2a1726144d Ensure the indenting is consistent within the file, and then make some minor updates to the JavaDocs (language, clarity etc) 11 years ago
  Nick Burch 3fa0d18132 Fix JavaDoc warnings 11 years ago
  Nick Burch 6d63c0d32e Convert classes with a assertContains method to using the new POITestCase common parent class, which has it there 11 years ago
  Nick Burch 0339745131 Add disabled unit test for bug #54916 11 years ago
  Nick Burch 853ac73ce1 New parent test class, which includes the common assertContains pattern 11 years ago
  Nick Burch 3c5ab9160e JavaDoc fix - missing > 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 b8fe46ca9e Pull the Properties-Only document type out to a superclass, so other places (eg unit tests) can use it 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 7105816a1e Fix to have consistent whitespace, and add javadoc deprecated entries 11 years ago