5565 Commit (maven)
 

Autore SHA1 Messaggio Data
  Yegor Kozlov b524036bd4 Bugzilla 55560 : Patch for hiding slides in HSLF 10 anni fa
  Yegor Kozlov 9d1409c7d3 Patch 53176 - Fixed auto shapes render problem in pptx files 10 anni fa
  Nick Burch b2a64e7f7c Unit tests for Shrink To Fit cell style support (#55661) 10 anni fa
  Nick Burch 9332cdcc18 Start on HSSF/XSSF Shrink To Fit support, see bug #55661 10 anni fa
  Nick Burch 3e91be2c5a Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not 16 bits of data 10 anni fa
  Nick Burch 44ea1fd9d6 Patch from Andreas Beeker from bug #53475 - CSPName may not always be present on OOXML encrypted documents, plus test 10 anni fa
  Cédric Walter fb3659fc0d Bug 55742: fixed mirr FormulaEvalTestData.xls tests 10 anni fa
  Cédric Walter a3a49c82bb Bug 55742: fixed hex2dec tests 10 anni fa
  Cédric Walter f255ed3a35 Bug 55724: implementation of excel percentile function, added unit test 10 anni fa
  Cédric Walter ac800aa627 Bug 54696: Add overlay setting to ChartLegend 10 anni fa
  Cédric Walter 10a5217589 Bug 55724: implementation of Excel PERCENTILE function 10 anni fa
  Cédric Walter 76d43d74b5 fixed red build, cause by invalid java 5 method isEmpty and unmappable character for encoding ASCII 10 anni fa
  Cédric Walter bcfb8f235f Bug 55024: MIRR Formula implementation review, added error handling and FormulaEvalTest.xls 10 anni fa
  Cédric Walter 26dc6796df Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to FormulaEvalTestData.xls 10 anni fa
  Cédric Walter f97310c1f6 Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumberUtils.convertToDecimal 10 anni fa
  Dominik Stadler 16f576c335 Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIGNATURE int as it is handled as int everywhere, move .dat files to HMEF sample dir, cover some border cases in HMEFMessage, add another .dat sample file 10 anni fa
  Dominik Stadler cf4da543b8 Add more output to assertion in test-case that is sometimes failing, see e.g. Jenkins build #170... 10 anni fa
  Dominik Stadler ea58658f6f Add slightly more coverage for ExcelAntWorkbookUtil 10 anni fa
  Dominik Stadler 9d7c124057 Fix Bug 54400 by updating the index in the LinkTable whenever sheets are 10 anni fa
  Nick Burch 2881930651 Fix bug #55733 - XWPFWordExtractor need 10 anni fa
  Nick Burch 374ea84aa6 Allow formatting of formula error cells, giving back the error string that Excel shows #55729 10 anni fa
  Dominik Stadler 2bd3296911 Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Eclipse warnings 10 anni fa
  Dominik Stadler ce38b49078 Add scratchpad-resources to .classpath make TestExtractorFactory run in Eclipse 10 anni fa
  Dominik Stadler 8812a4ea04 Re-use functionality from HSSFWorkbook in dev-tools to find the 10 anni fa
  Dominik Stadler 23d7dfa037 Add reproducer tests for Bug 53515, disabled as we do not fix any of the 10 anni fa
  Dominik Stadler 0942712715 Bug 49940: Apply patch to avoid XmlValueDisconnectedException when 10 anni fa
  Dominik Stadler c856b750ae Add a number of tests for the dev-tools. The tests iterate over all .xls 10 anni fa
  Yegor Kozlov ea257d494a Patch 55612 - Performance improvement in HSSFCellStyle.getDataFormatString() 10 anni fa
  Dominik Stadler 3c13ee8f28 Fix some Eclipse warnings, remove trailing whitespaces 10 anni fa
  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 anni fa
  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 anni fa
  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 anni fa
  Dominik Stadler c35b61e1fc Bug 55369: Add support for collapsing rows in SXSSF 10 anni fa
  Yegor Kozlov e5387b1e72 Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) 10 anni fa
  Yegor Kozlov dc40d3599c Patch 55611 - Performance improvement in DateUtil.isADateFormat(int, String) 10 anni fa
  Dominik Stadler ff70dc32f6 Add Eclipse project files and settings to make it easier to start hacking on POI in Eclipse 10 anni fa
  Dominik Stadler 34209b8661 Bug 55658: don't fail in SXSSF if a numeric cell is overwritten with a string 10 anni fa
  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 anni fa
  Yegor Kozlov f6cb7f14ac Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF 10 anni fa
  Yegor Kozlov 1ffc66625a Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF 10 anni fa
  Cédric Walter 64dd75bc67 Bug 55036: fixed red build (Dec2Hex) 10 anni fa
  Cédric Walter 8b76575e62 Bug 55036: patch for missing function Dec2HEx 10 anni fa
  Cédric Walter 7809ede62e Bug 55057: patch for missing function Hex2Dec 10 anni fa
  Cédric Walter f7f52a98e5 Bug 55116: patch for missing function Dec2Bin 10 anni fa
  Cédric Walter 80d588f8c6 Bug 55055: patch for missing function Bin2Dec 10 anni fa
  Cédric Walter c7fecc7c21 Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, or the start date is a weekend 10 anni fa
  Nick Burch b34a3eefa7 Fix #55647 - When creating a temp file, ensure the name isn't already taken 10 anni fa
  Cédric Walter 793791ece8 Bug 55058: patch for missing function FactDouble 10 anni fa
  Cédric Walter f9fc754611 Bug 55081: patch for missing function WEEKNUM 10 anni fa
  Cédric Walter 805d583bab Bug 55037: patch for missing function DELTA 10 anni fa