5379 Commits (59b0bd2ef04d7437b7cdeb140dafd1e8e89748d6)
 

Author SHA1 Message Date
  Dominik Stadler 59b0bd2ef0 Bug 55745: fix handling of tables in XSSF if there are comments as well, there is not much sense in leaving the loop on the first instance of comment table and skipping all the other tables. 10 years ago
  Dominik Stadler a76a0bb480 Set source of generated ooxml classes 10 years ago
  Cédric Walter c36b01a601 Bug 55768: added Line charts support and setting axis tick marks, title 10 years ago
  Cédric Walter 4a55b25fd8 Bug 54676: added new chart axis type: Category axis 10 years ago
  Nick Burch bb7d33fe7c Patch from Andreas Beeker from bug #53475 - Switch XWPF test to JUnit 4, so that we can skip one part of the tests if the JVM doesn't support larger keys 10 years ago
  Nick Burch 888f855287 Patch from Andreas Beeker from bug #53475 - further OOXML Encryption support, covering more ciphers 10 years ago
  Nick Burch c8a5207f2b Formatting standards are all spaces, not mixed tabs, so fix the Eclipse preferences 10 years ago
  Nick Burch c842462a77 Fix whitespace 10 years ago
  Nick Burch 7c740518ef Another test file from Andreas Beekerndreas Beeker from bug #53475 10 years ago
  Nick Burch f138584877 More JavaDoc tweaks, and suppress deprecated warnings where these are expected 10 years ago
  Nick Burch 1e0b6afd1b Consistent indenting, based on current POI style guide 10 years ago
  Nick Burch a510627ab1 Fix some JavaDocs, and add a generic constructor based on ZipEntrySource 10 years ago
  Nick Burch 8b58a82c00 Reduce duplication by replacing lots of deprecated methods with calls to their replacement (which is basically the same code anyway) 10 years ago
  Nick Burch b22e5b830b Try to make a few OPCPackage error messages more helpful, and slightly reform the configure code block to make it hopefully easier to read 10 years ago
  Yegor Kozlov b524036bd4 Bugzilla 55560 : Patch for hiding slides in HSLF 10 years ago
  Yegor Kozlov 9d1409c7d3 Patch 53176 - Fixed auto shapes render problem in pptx files 10 years ago
  Nick Burch b2a64e7f7c Unit tests for Shrink To Fit cell style support (#55661) 10 years ago
  Nick Burch 9332cdcc18 Start on HSSF/XSSF Shrink To Fit support, see bug #55661 10 years ago
  Nick Burch 3e91be2c5a Patch from Andreas Beeker from bug #49237 - HSSF Row Style XfIndex is 12 not 16 bits of data 10 years ago
  Nick Burch 44ea1fd9d6 Patch from Andreas Beeker from bug #53475 - CSPName may not always be present on OOXML encrypted documents, plus test 10 years ago
  Cédric Walter fb3659fc0d Bug 55742: fixed mirr FormulaEvalTestData.xls tests 10 years ago
  Cédric Walter a3a49c82bb Bug 55742: fixed hex2dec tests 10 years ago
  Cédric Walter f255ed3a35 Bug 55724: implementation of excel percentile function, added unit test 10 years ago
  Cédric Walter ac800aa627 Bug 54696: Add overlay setting to ChartLegend 10 years ago
  Cédric Walter 10a5217589 Bug 55724: implementation of Excel PERCENTILE function 10 years ago
  Cédric Walter 76d43d74b5 fixed red build, cause by invalid java 5 method isEmpty and unmappable character for encoding ASCII 10 years ago
  Cédric Walter bcfb8f235f Bug 55024: MIRR Formula implementation review, added error handling and FormulaEvalTest.xls 10 years ago
  Cédric Walter 26dc6796df Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to FormulaEvalTestData.xls 10 years ago
  Cédric Walter f97310c1f6 Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumberUtils.convertToDecimal 10 years ago
  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 years ago
  Dominik Stadler cf4da543b8 Add more output to assertion in test-case that is sometimes failing, see e.g. Jenkins build #170... 10 years ago
  Dominik Stadler ea58658f6f Add slightly more coverage for ExcelAntWorkbookUtil 10 years ago
  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