| Commit message (Expand) | Author | Age | Files | Lines |
* | Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ... | Dominik Stadler | 2014-05-16 | 56 | -427/+435 |
* | Fix Bug 56514, add missing null-check if simple shape does not have any text | Dominik Stadler | 2014-05-16 | 3 | -27/+33 |
* | Bug 56325: fix Exception when removing sheets with named ranges in the workbook | Dominik Stadler | 2014-05-15 | 5 | -10/+76 |
* | Avoid unnecessary string creation/concatination for numeric conversion, use D... | Dominik Stadler | 2014-05-15 | 1 | -1/+1 |
* | Add a HSSF print paper size constant for "printer default" for bug #56509 | Nick Burch | 2014-05-15 | 2 | -0/+3 |
* | Bug 56468 - Writing a workbook more than once corrupts the file | Andreas Beeker | 2014-05-14 | 5 | -12/+47 |
* | fix some Eclipse warnings, unnecessary null-check and missing close() in tests | Dominik Stadler | 2014-05-13 | 2 | -59/+62 |
* | Based on reading of the new file format docs, start to tweak how fixed length... | Nick Burch | 2014-05-11 | 3 | -44/+88 |
* | Outlook sometimes stores a codepage of ANSI when it means 1252, detect and al... | Nick Burch | 2014-05-08 | 1 | -0/+6 |
* | Implement a few more MAPI property types | Nick Burch | 2014-05-08 | 2 | -2/+105 |
* | Fix inconsistent indents | Nick Burch | 2014-05-08 | 1 | -10/+10 |
* | Bug 56486 - Add XOR obfuscation/decryption support to HSSF | Andreas Beeker | 2014-05-05 | 18 | -513/+960 |
* | Bug 56269 - DateFormat - Rounding of fractionals | Andreas Beeker | 2014-05-04 | 3 | -34/+118 |
* | The NPOIFS-classes result currently in left-over memory mapped buffers. | Andreas Beeker | 2014-05-04 | 3 | -189/+227 |
* | File leak detector: Close streams in some tests | Dominik Stadler | 2014-05-04 | 3 | -18/+46 |
* | Excel 2007 and later allows for more than 3 Conditional Formatting rules per ... | Nick Burch | 2014-05-02 | 3 | -11/+34 |
* | Generics warnings fixes | Nick Burch | 2014-05-02 | 1 | -12/+9 |
* | Provide a convenience method for creating a PropertySet from a Directory + Entry | Nick Burch | 2014-04-28 | 2 | -26/+43 |
* | Fix generics warnings | Nick Burch | 2014-04-28 | 1 | -10/+8 |
* | Update the HPSF change properties example to use NPOIFS + in-place writes, an... | Nick Burch | 2014-04-28 | 3 | -14/+18 |
* | Get NPOIFS in-place-write working! | Nick Burch | 2014-04-28 | 4 | -18/+22 |
* | junit4 fix | Andreas Beeker | 2014-04-26 | 1 | -15/+14 |
* | More on the HPFS in-place NPOIFS write tests, and a note about what is still ... | Nick Burch | 2014-04-26 | 3 | -4/+54 |
* | Fix javadoc layout | Nick Burch | 2014-04-26 | 1 | -15/+15 |
* | Convert the HPSF test to JUnit 4, and add a bit more testing for NPOIFS | Nick Burch | 2014-04-26 | 2 | -37/+87 |
* | Stream tests for NDocumentOutputStream | Nick Burch | 2014-04-26 | 1 | -0/+194 |
* | NDocumentOutputStream write logic | Nick Burch | 2014-04-25 | 5 | -14/+88 |
* | Fix inconsistent whitespace | Nick Burch | 2014-04-25 | 1 | -141/+141 |
* | Begin to support and test in-place changes to documents within a NPOIFS stream | Nick Burch | 2014-04-25 | 5 | -3/+270 |
* | Support for replacing the contents of a Document in a NPOIFSFileSytem, in place | Nick Burch | 2014-04-25 | 1 | -24/+47 |
* | Complete NPOIFS write tests | Nick Burch | 2014-04-25 | 1 | -7/+122 |
* | When deleting a document in NPOIFS, free the underlying blocks | Nick Burch | 2014-04-25 | 3 | -10/+33 |
* | More progress with the write/read npoifs tests, but one bug still to go.... | Nick Burch | 2014-04-25 | 1 | -9/+71 |
* | Refactor some of the NPOIFS write tests, and begin on the last missing write ... | Nick Burch | 2014-04-25 | 1 | -78/+89 |
* | Add a getEntryNames() method to POIFS/NPOIFS directory entries, to make listi... | Nick Burch | 2014-04-25 | 3 | -0/+37 |
* | Finish off the next NPOIFS write text | Nick Burch | 2014-04-25 | 1 | -11/+36 |
* | More NPOIFS mini stream improvements, and more tests for it all | Nick Burch | 2014-04-25 | 2 | -38/+110 |
* | Correct mini stream initialisation, and enable more npoifs write tests | Nick Burch | 2014-04-25 | 2 | -120/+95 |
* | More NPOIFS tests, and a partial mini-stream fix | Nick Burch | 2014-04-25 | 2 | -19/+77 |
* | More npoifs write tests, some disabled as failing | Nick Burch | 2014-04-25 | 1 | -3/+74 |
* | Add common code for writing out and reading NPOIFS again, and add a disabled ... | Nick Burch | 2014-04-24 | 1 | -6/+57 |
* | Correct NPOIFS mini stream first write bug, and add more NPOIFS stream write ... | Nick Burch | 2014-04-24 | 2 | -4/+140 |
* | Add TODOs for the next set of NPOIFS write tests we need | Nick Burch | 2014-04-24 | 1 | -14/+58 |
* | More NPOIFS write testing, and fix a problem with writing xbat details out | Nick Burch | 2014-04-24 | 2 | -3/+5 |
* | Update a test to use the existing EntryUtils to copy with, rather than duplci... | Nick Burch | 2014-04-24 | 1 | -30/+6 |
* | More unit tests for NPOIFS writing, and correct a bug in how bats get allocat... | Nick Burch | 2014-04-24 | 2 | -34/+81 |
* | More int/long sizing fixes for >2gb NPOIFS files, see bug #56447 | Nick Burch | 2014-04-24 | 3 | -8/+24 |
* | Fix bug #56450 - Avoid a NPE if a comment has no associated NoteRecord (but w... | Nick Burch | 2014-04-24 | 4 | -4/+52 |
* | Fix some Eclipse identified warnings | Nick Burch | 2014-04-24 | 4 | -9/+12 |
* | Two more test files from Stefan Kopf for bug #56164, and unit tests which use... | Nick Burch | 2014-04-24 | 4 | -3/+75 |