1713 Commits (9d7c124057212989de04fce634d7343e4e7b2c0b)

Autor SHA1 Nachricht Datum
  Dominik Stadler 9d7c124057 Fix Bug 54400 by updating the index in the LinkTable whenever sheets are vor 10 Jahren
  Nick Burch 374ea84aa6 Allow formatting of formula error cells, giving back the error string that Excel shows #55729 vor 10 Jahren
  Dominik Stadler 2bd3296911 Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Eclipse warnings vor 10 Jahren
  Dominik Stadler 8812a4ea04 Re-use functionality from HSSFWorkbook in dev-tools to find the vor 10 Jahren
  Dominik Stadler c856b750ae Add a number of tests for the dev-tools. The tests iterate over all .xls vor 10 Jahren
  Yegor Kozlov ea257d494a Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString() vor 10 Jahren
  Dominik Stadler 3c13ee8f28 Fix some Eclipse warnings, remove trailing whitespaces vor 10 Jahren
  Nick Burch ccb7cc6015 Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a helpful error if found, plus tests. Fixes #55692 vor 10 Jahren
  Yegor Kozlov e5387b1e72 Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) vor 10 Jahren
  Yegor Kozlov dc40d3599c Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) vor 10 Jahren
  Yegor Kozlov f6cb7f14ac Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF vor 10 Jahren
  Yegor Kozlov 1ffc66625a Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF vor 10 Jahren
  Cédric Walter 8b76575e62 Bug 55036: patch for missing function Dec2HEx vor 10 Jahren
  Cédric Walter 7809ede62e Bug 55057: patch for missing function Hex2Dec vor 10 Jahren
  Cédric Walter f7f52a98e5 Bug 55116: patch for missing function Dec2Bin vor 10 Jahren
  Cédric Walter 80d588f8c6 Bug 55055: patch for missing function Bin2Dec vor 10 Jahren
  Cédric Walter c7fecc7c21 Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, or the start date is a weekend vor 10 Jahren
  Nick Burch b34a3eefa7 Fix #55647 - When creating a temp file, ensure the name isn't already taken vor 10 Jahren
  Cédric Walter 793791ece8 Bug 55058: patch for missing function FactDouble vor 10 Jahren
  Cédric Walter f9fc754611 Bug 55081: patch for missing function WEEKNUM vor 10 Jahren
  Cédric Walter 805d583bab Bug 55037: patch for missing function DELTA vor 10 Jahren
  Dominik Stadler 927dc0ce1d Apply patch from bug 55341 vor 10 Jahren
  Nick Burch 5adfec1810 Support more hashing formats for OOXML protected documents, for bug #55544 vor 10 Jahren
  Dominik Stadler f81c3cb9cb Remove Eclipse warnings, remove duplicate test, rename tests to also run tests in base class vor 10 Jahren
  Dominik Stadler 8693b4f997 Bug 54524: Fix border case in FormulaShifter vor 10 Jahren
  Dominik Stadler d3bfcda99e Fix regression introduced by r1516969 vor 11 Jahren
  Nick Burch 0c44c5fec7 More unit tests for column conversion, and avoid the use of Math.pow based on the suggestion from github-6 vor 11 Jahren
  Dominik Stadler fb90b50dbf Some Eclipse warnings removed vor 11 Jahren
  Nick Burch c46f0ec2aa Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle vor 11 Jahren
  Nick Burch 2cac6664cf Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle vor 11 Jahren
  Nick Burch 106b8f3da8 Inspired by github pull-6, use a StringBuilder for quicker string appending vor 11 Jahren
  Dominik Stadler 5a067c6b97 fix some Eclipse warnings, adjust some unit tests slightly vor 11 Jahren
  Dominik Stadler 324a36e170 Bug 50298: Fix corruption of Workbook when setting sheet order. The vor 11 Jahren
  Dominik Stadler d415bf5d06 Also fix some Eclipse warnings while hunting Bugs: Generics, unused vor 11 Jahren
  Nick Burch b7db2fceef Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) vor 11 Jahren
  Cédric Walter f75f0ec612 Bug 55043: patch for missing function QUOTIENT vor 11 Jahren
  Cédric Walter ce4501452f Bug 55082: patch for missing function ROMAN vor 11 Jahren
  Cédric Walter 906aafbc59 Bug 55080: patch for missing function IMREAL vor 11 Jahren
  Cédric Walter 828ce7281b Bug 55079: patch for missing function IMAGINARY vor 11 Jahren
  Cédric Walter 1d2f94829e Bug 54720: Support for Row/Col Area Range like 8:8 or H:H vor 11 Jahren
  Cédric Walter 1b795e34f7 Bug 54723: Support for percentage in VALUE() function vor 11 Jahren
  Dominik Stadler 04e0efdbd5 Bug 54786: Fix missing quoting in date formatting, add a number of unit vor 11 Jahren
  Tim Allison 0c35aa60e1 55419 and refactor SimpleFraction vor 11 Jahren
  Dominik Stadler 607521c2df Various small Eclipse warning fixes, vor 11 Jahren
  Dominik Stadler 5ce60e1140 Bug 55195: use interface instead of implementation for vor 11 Jahren
  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. vor 11 Jahren
  Tim Allison 62e7e01f6c added ratted out Apache license to HPSFPropertiesOnlyDocument vor 11 Jahren
  Nick Burch e1cf345671 Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer vor 11 Jahren
  Dominik Stadler 97d6444cb0 Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case of IndexOutOfBoundsException vor 11 Jahren
  Nick Burch 4ac189421a Refactor to avoid logic duplication on the property value -> string conversion vor 11 Jahren