5408 коммитов (ad6a8a3cd135a56b51227b8a3aede28433e62296)
 

Автор SHA1 Сообщение Дата
  Dominik Stadler 425ab7b6dc Bug 53798: Add fix for XmlValueDisconnectException during shifting rows 10 лет назад
  Dominik Stadler 8693b4f997 Bug 54524: Fix border case in FormulaShifter 10 лет назад
  Dominik Stadler d3bfcda99e Fix regression introduced by r1516969 10 лет назад
  Dominik Stadler 77d75dd32a Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ant-build of ooxml-lite 10 лет назад
  Nick Burch 0c44c5fec7 More unit tests for column conversion, and avoid the use of Math.pow based on the suggestion from github-6 10 лет назад
  Dominik Stadler 57de5b995d Tried to reproduce Bug 47090, but seems to be fixed now. 10 лет назад
  Dominik Stadler f06e06ef12 Add testcase which tries to reproduce Bug 48495, but seems to be fixed 10 лет назад
  Dominik Stadler fb90b50dbf Some Eclipse warnings removed 10 лет назад
  Nick Burch fa39b0e791 Add some explicit tests for column letter to/from number conversion 10 лет назад
  Nick Burch c46f0ec2aa Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 лет назад
  Nick Burch 2cac6664cf Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 10 лет назад
  Nick Burch 106b8f3da8 Inspired by github pull-6, use a StringBuilder for quicker string appending 10 лет назад
  Dominik Stadler 5a067c6b97 fix some Eclipse warnings, adjust some unit tests slightly 10 лет назад
  Dominik Stadler cb6ca3554d Fix unit test for Bug 50298 some more 10 лет назад
  Dominik Stadler da0b4d1b3a Adjust test for Bug 50298 to not leave a temporary file behind and 10 лет назад
  Dominik Stadler 324a36e170 Bug 50298: Fix corruption of Workbook when setting sheet order. The 10 лет назад
  Dominik Stadler d415bf5d06 Also fix some Eclipse warnings while hunting Bugs: Generics, unused 10 лет назад
  Nick Burch b7db2fceef Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) 11 лет назад
  Dominik Stadler 51a7f3e333 Bug 52233: try to fix this without breaking the format of xlsx-files. 11 лет назад
  Dominik Stadler 70dc3d38ca Revert changes from rev. 1513916 as it severly broke writing valid xlsx files 11 лет назад
  Cédric Walter f75f0ec612 Bug 55043: patch for missing function QUOTIENT 11 лет назад
  Cédric Walter ce4501452f Bug 55082: patch for missing function ROMAN 11 лет назад
  Cédric Walter 906aafbc59 Bug 55080: patch for missing function IMREAL 11 лет назад
  Cédric Walter 828ce7281b Bug 55079: patch for missing function IMAGINARY 11 лет назад
  Cédric Walter 1d2f94829e Bug 54720: Support for Row/Col Area Range like 8:8 or H:H 11 лет назад
  Cédric Walter 1b795e34f7 Bug 54723: Support for percentage in VALUE() function 11 лет назад
  Dominik Stadler 04e0efdbd5 Bug 54786: Fix missing quoting in date formatting, add a number of unit 11 лет назад
  Tim Allison 0c35aa60e1 55419 and refactor SimpleFraction 11 лет назад
  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 лет назад
  Dominik Stadler 607521c2df Various small Eclipse warning fixes, 11 лет назад
  Dominik Stadler 48b5c3623c Update to JaCoCo 0.6.3 and svn-ignore the .zip file as well 11 лет назад
  Dominik Stadler 5ce60e1140 Bug 55195: use interface instead of implementation for 11 лет назад
  Dominik Stadler 74450d33b7 Fix how coverage-reporting is triggered, was effectively disabled always currently because of how Ant if/unless works 11 лет назад
  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 лет назад
  Tim Allison 8f68884358 55347 - integrate textbox text extraction with Excel extractors 11 лет назад
  Tim Allison 9ddef1c083 POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraph 11 лет назад
  Tim Allison e4ba611f12 POI-55294 and 52186 11 лет назад
  Dominik Stadler cb5ff8f4cf Adjust build.xml to run JaCoCo coverage when running unit tests when 11 лет назад
  Tim Allison cd3b2e42e9 POI-55292 with added files 11 лет назад
  Tim Allison da070049dd POI-55292 11 лет назад
  Tim Allison 62e7e01f6c added ratted out Apache license to HPSFPropertiesOnlyDocument 11 лет назад
  Tim Allison b50d124af9 added key to KEYS 11 лет назад
  Tim Allison 04ad30b32b testing svn commit with test doc for 55292 11 лет назад
  Nick Burch e1cf345671 Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer 11 лет назад
  Dominik Stadler 11ceaebac6 Bug 55248: Add methods for showInPane() using int and unit test to verify it can handle more than 32767 rows 11 лет назад
  Dominik Stadler 97d6444cb0 Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case of IndexOutOfBoundsException 11 лет назад
  Dominik Stadler d6da9dd94b Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 11 лет назад
  Nick Burch 4ac189421a Refactor to avoid logic duplication on the property value -> string conversion 11 лет назад
  Nick Burch b3608a4cfa Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't directly stored as a string 11 лет назад
  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 лет назад