5603 Commits (c2edd459c77750d868f6874a4b3977e6b9b8aa4e)
 

Author SHA1 Message Date
  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
  Nick Burch 023e5205e4 Fix inconsistent whitespace 10 years ago
  Nick Burch 6bf09f5b16 Begin to support and test in-place changes to documents within a NPOIFS stream 10 years ago
  Nick Burch 9d2023f2ac Support for replacing the contents of a Document in a NPOIFSFileSytem, in place 10 years ago
  Nick Burch 99a52e7638 Complete NPOIFS write tests 10 years ago
  Nick Burch 188c7aa10c When deleting a document in NPOIFS, free the underlying blocks 10 years ago
  Nick Burch 2f81141640 More progress with the write/read npoifs tests, but one bug still to go.... 10 years ago
  Nick Burch 7e3b3b85d9 Refactor some of the NPOIFS write tests, and begin on the last missing write test 10 years ago
  Nick Burch 184be5c03b Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listing easier 10 years ago
  Nick Burch 00db163084 Finish off the next NPOIFS write text 10 years ago
  Nick Burch f9c96e48e7 More NPOIFS mini stream improvements, and more tests for it all 10 years ago
  Nick Burch 92dd03dcd6 Correct mini stream initialisation, and enable more npoifs write tests 10 years ago
  Nick Burch c311ead345 More NPOIFS tests, and a partial mini-stream fix 10 years ago
  Nick Burch 4cbedafcaf More npoifs write tests, some disabled as failing 10 years ago
  Nick Burch 75826dcd75 Add common code for writing out and reading NPOIFS again, and add a disabled roundtrip test (currently failing...) 10 years ago
  Nick Burch e95e05b875 Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write tests 10 years ago
  Nick Burch 216343d32d Add TODOs for the next set of NPOIFS write tests we need 10 years ago
  Nick Burch 9839d90e79 More NPOIFS write testing, and fix a problem with writing xbat details out 10 years ago
  Nick Burch ea3d7cd99b Update a test to use the existing EntryUtils to copy with, rather than duplciating the logic, and tweak naming/javadocs to clarify what the test does 10 years ago