5439 Commits (54d462a3f6fda9493eca34f4cfa9af7a965c60b0)
 

Author SHA1 Message Date
  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 11 years ago
  Dominik Stadler 77d75dd32a Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ant-build of ooxml-lite 11 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 11 years ago
  Dominik Stadler 57de5b995d Tried to reproduce Bug 47090, but seems to be fixed now. 11 years ago
  Dominik Stadler f06e06ef12 Add testcase which tries to reproduce Bug 48495, but seems to be fixed 11 years ago
  Dominik Stadler fb90b50dbf Some Eclipse warnings removed 11 years ago
  Nick Burch fa39b0e791 Add some explicit tests for column letter to/from number conversion 11 years ago
  Nick Burch c46f0ec2aa Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 11 years ago
  Nick Burch 2cac6664cf Start to remove @author tags, as per http://poi.apache.org/guidelines.html#CodeStyle 11 years ago
  Nick Burch 106b8f3da8 Inspired by github pull-6, use a StringBuilder for quicker string appending 11 years ago
  Dominik Stadler 5a067c6b97 fix some Eclipse warnings, adjust some unit tests slightly 11 years ago
  Dominik Stadler cb6ca3554d Fix unit test for Bug 50298 some more 11 years ago
  Dominik Stadler da0b4d1b3a Adjust test for Bug 50298 to not leave a temporary file behind and 11 years ago
  Dominik Stadler 324a36e170 Bug 50298: Fix corruption of Workbook when setting sheet order. The 11 years ago
  Dominik Stadler d415bf5d06 Also fix some Eclipse warnings while hunting Bugs: Generics, unused 11 years ago
  Nick Burch b7db2fceef Push the fix for bug #55248 up to the Sheet interface (was XSSF only before) 11 years ago
  Dominik Stadler 51a7f3e333 Bug 52233: try to fix this without breaking the format of xlsx-files. 11 years ago