5347 Commits (9d7c124057212989de04fce634d7343e4e7b2c0b)
 

Author SHA1 Message Date
  Dominik Stadler 9d7c124057 Fix Bug 54400 by updating the index in the LinkTable whenever sheets are 10 years ago
  Nick Burch 2881930651 Fix bug #55733 - XWPFWordExtractor need 10 years ago
  Nick Burch 374ea84aa6 Allow formatting of formula error cells, giving back the error string that Excel shows #55729 10 years ago
  Dominik Stadler 2bd3296911 Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Eclipse warnings 10 years ago
  Dominik Stadler ce38b49078 Add scratchpad-resources to .classpath make TestExtractorFactory run in Eclipse 10 years ago
  Dominik Stadler 8812a4ea04 Re-use functionality from HSSFWorkbook in dev-tools to find the 10 years ago
  Dominik Stadler 23d7dfa037 Add reproducer tests for Bug 53515, disabled as we do not fix any of the 10 years ago
  Dominik Stadler 0942712715 Bug 49940: Apply patch to avoid XmlValueDisconnectedException when 10 years ago
  Dominik Stadler c856b750ae Add a number of tests for the dev-tools. The tests iterate over all .xls 10 years ago
  Yegor Kozlov ea257d494a Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString() 10 years ago
  Dominik Stadler 3c13ee8f28 Fix some Eclipse warnings, remove trailing whitespaces 10 years ago
  Nick Burch ccb7cc6015 Have HSSFWorkbook check for an encrypted .xlsx file when opening, and give a helpful error if found, plus tests. Fixes #55692 10 years ago
  Nick Burch ff1699658c Patch from bug #55650 from Andrej - Avoid AIOOBE if a non-existant Xfs is requested for a styleAvoid AIOOBE if a non-existant Xfs is requested for a style 10 years ago
  Nick Burch 706091c6db Try to make the eclipse classpath more general - place the output under /build/, remove hard coded jar source paths, re-order entries to make it easier to see what we have, and use the default JDK not a hard coded version 10 years ago
  Dominik Stadler c35b61e1fc Bug 55369: Add support for collapsing rows in SXSSF 10 years ago
  Yegor Kozlov e5387b1e72 Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) 10 years ago
  Yegor Kozlov dc40d3599c Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) 10 years ago
  Dominik Stadler ff70dc32f6 Add Eclipse project files and settings to make it easier to start hacking on POI in Eclipse 10 years ago
  Dominik Stadler 34209b8661 Bug 55658: don't fail in SXSSF if a numeric cell is overwritten with a string 10 years ago
  Dominik Stadler 5bc1aa8038 Change from having actual zero bytes in java code to java-string notation for unicode-zero to avoid trouble with this file in Sonar when using PostgreSQL (which seems to fall over binary data in text files). The resulting test should be the same with the \u0000 notation 10 years ago
  Yegor Kozlov f6cb7f14ac Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF 10 years ago
  Yegor Kozlov 1ffc66625a Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF 10 years ago
  Cédric Walter 64dd75bc67 Bug 55036: fixed red build (Dec2Hex) 10 years ago
  Cédric Walter 8b76575e62 Bug 55036: patch for missing function Dec2HEx 10 years ago
  Cédric Walter 7809ede62e Bug 55057: patch for missing function Hex2Dec 10 years ago
  Cédric Walter f7f52a98e5 Bug 55116: patch for missing function Dec2Bin 10 years ago
  Cédric Walter 80d588f8c6 Bug 55055: patch for missing function Bin2Dec 10 years ago
  Cédric Walter c7fecc7c21 Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, or the start date is a weekend 10 years ago
  Nick Burch b34a3eefa7 Fix #55647 - When creating a temp file, ensure the name isn't already taken 10 years ago
  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