5721 Commits (bde5d39cbd3b9754487f7d72bc370c8a1074b62c)
 

Author SHA1 Message Date
  Tim Allison d7dd0d587f BUG 54771: add class to svn 10 years ago
  Tim Allison 1eebd090e7 BUG 54771 extract text from SDTs at the cell level within a table row 10 years ago
  Nick Burch 42bee0dcba Make a start on an Ant task to generate an OSGi jar, for #53866 10 years ago
  Dominik Stadler 193d615895 Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first 10 years ago
  Dominik Stadler 427d733469 Add missing @Overrides, reformat some files, increase coverage slightly, 10 years ago
  Dominik Stadler 267d70569a Update XMLBeans to version 2.6.0 10 years ago
  Nick Burch ac298f25b4 Fix inconsistent indent 10 years ago
  Nick Burch b066b58e3c #56537 close method for SXSSF too 10 years ago
  Nick Burch 72054fb08d Partial fix for #56537 - Have Workbook offer a close() method, which in turn closes the NPOIFS or OPC resource from which it was loaded 10 years ago
  Nick Burch d768645edd Add a note about file resources, see bug #56537 10 years ago
  Nick Burch 4fc7db7cb3 When finding the CTCol object for a XSSF Sheet column, as we often have to traverse most of the list, and we are mostly reading not changing, switch to fetching all the objects as an array in one go, rather than fetching one at a time, which is hopefully faster. Aims to help bug #56556 10 years ago
  Dominik Stadler 915ad8c27a Add workaround for IBM JDK where Ant populates classname instead of className for some reason 10 years ago
  Nick Burch 09a9ca7bef HSSFCell should follow XSSF, and allow setting a null-style to return to the default style, fixes bug #56572 10 years ago
  Dominik Stadler 87d020c03a Update to latest Ant 1.9.4 and add ant-launcher which is used in 10 years ago
  Dominik Stadler 5901b66158 Remove null-checks that can never be reached 10 years ago
  Dominik Stadler d6771ca027 Increase the font-inaccuracy for one unit test as some machines have fonts that lead to lower values, e.g. we get only 770 instead of 980 for Jenkins build on IBM JDK and on some local Windows machines 10 years ago
  Dominik Stadler 00c69b3e15 Fix for 56563 - Multithreading bug when reading 2 similar files 10 years ago
  Nick Burch 2bfef69f37 If a NoteRecord has no author tag, it seems it can sometimes be double padded. Fixes #47251 10 years ago
  Nick Burch c2edd459c7 Handle date format strings in an iso8601 style format, with a T in them. Fixes bug #54034 10 years ago
  Nick Burch fdf6244ed3 Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when creating from a template 10 years ago
  Dominik Stadler 9c51a2f5b7 Move some tests from "unfixed" to "normal" test classes as the underlying bug is now fixed. 10 years ago
  Dominik Stadler db09c677fd Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() 10 years ago
  Dominik Stadler ecf9194b65 Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray() disconnects any previously stored array-item but we try to re-use them. So we need to recreate the CTCell and set it in the XSSFCell to make this work in all currently tested cases. 10 years ago
  Dominik Stadler 764ec1df17 Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), this way we get better information on failure 10 years ago
  Dominik Stadler b342bc5d8b Fix Bug 56514, add missing null-check if simple shape does not have any text 10 years ago
  Dominik Stadler e76448a83c Bug 56325: fix Exception when removing sheets with named ranges in the workbook 10 years ago
  Dominik Stadler d3a50a3388 Avoid unnecessary string creation/concatination for numeric conversion, use Double.toString() instead 10 years ago
  Nick Burch 5eacb4c2f7 Add a HSSF print paper size constant for "printer default" for bug #56509 10 years ago
  Andreas Beeker 95712b5661 Bug 56468 - Writing a workbook more than once corrupts the file 10 years ago
  Dominik Stadler 8a1411bda1 fix some Eclipse warnings, unnecessary null-check and missing close() in tests 10 years ago
  Nick Burch aa3a7ef63d Based on reading of the new file format docs, start to tweak how fixed length vs variable length / multi-valued properties are handled 10 years ago
  Nick Burch eb5866370a Outlook sometimes stores a codepage of ANSI when it means 1252, detect and alias, fixes bug #53983 10 years ago
  Nick Burch 4c0697dea5 Implement a few more MAPI property types 10 years ago
  Nick Burch fb45a814d4 Fix inconsistent indents 10 years ago
  Andreas Beeker a348d9530f Bug 56486 - Add XOR obfuscation/decryption support to HSSF 10 years ago
  Andreas Beeker faa2a64d4a Bug 56269 - DateFormat - Rounding of fractionals 10 years ago
  Andreas Beeker 13860b6d5a The NPOIFS-classes result currently in left-over memory mapped buffers. 10 years ago
  Dominik Stadler 525b8b5335 File leak detector: Close streams in some tests 10 years ago
  Nick Burch 1bf21ef3f9 Excel 2007 and later allows for more than 3 Conditional Formatting rules per sheet, so change our hard limit to logging a compatibility warning. Test file from Pau Coma Ramirez from bug #56482 10 years ago
  Nick Burch aef0863d26 Generics warnings fixes 10 years ago
  Nick Burch da8480ef0b Provide a convenience method for creating a PropertySet from a Directory + Entry 10 years ago
  Nick Burch db2eb5f3ea Fix generics warnings 10 years ago
  Nick Burch 0eb4f7684c Update the HPSF change properties example to use NPOIFS + in-place writes, and have NPOIFS give a helpful error if you try to in-place write on a read only open 10 years ago
  Nick Burch 4e984df1c9 Get NPOIFS in-place-write working! 10 years ago
  Andreas Beeker 59a1590048 junit4 fix 10 years ago
  Nick Burch 7b134ca25a More on the HPFS in-place NPOIFS write tests, and a note about what is still to do for them 10 years ago
  Nick Burch 813a43f2e5 Fix javadoc layout 10 years ago
  Nick Burch dcecea15da Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS 10 years ago
  Nick Burch ca16bb9403 Stream tests for NDocumentOutputStream 10 years ago
  Nick Burch 84f3ef670a NDocumentOutputStream write logic 10 years ago