summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Formula evaluation and error handling example - reports what cells can't be e...Nick Burch2014-07-031-0/+156
* Now that XSSFWorkbook can be closed, the older path based constructor no long...Nick Burch2014-07-031-33/+25
* Bug 56537: Update javadoc to reflect the addition of Closeable to WorkbookDominik Stadler2014-07-022-3/+11
* Upgrade to latest JaCoCo 0.7.1Dominik Stadler2014-07-021-2/+2
* BUG 54771: add class to svnTim Allison2014-06-161-0/+35
* BUG 54771 extract text from SDTs at the cell level within a table rowTim Allison2014-06-1615-119/+469
* Make a start on an Ant task to generate an OSGi jar, for #53866Nick Burch2014-06-162-0/+105
* Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist firstDominik Stadler2014-06-127-9/+9
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-1121-400/+686
* Update XMLBeans to version 2.6.0Dominik Stadler2014-06-117-10/+10
* Fix inconsistent indentNick Burch2014-06-111-16/+16
* #56537 close method for SXSSF tooNick Burch2014-06-111-15/+29
* Partial fix for #56537 - Have Workbook offer a close() method, which in turn ...Nick Burch2014-06-114-7/+71
* Add a note about file resources, see bug #56537Nick Burch2014-06-041-0/+2
* When finding the CTCol object for a XSSF Sheet column, as we often have to tr...Nick Burch2014-06-041-2/+9
* Add workaround for IBM JDK where Ant populates classname instead of className...Dominik Stadler2014-05-291-0/+7
* HSSFCell should follow XSSF, and allow setting a null-style to return to the ...Nick Burch2014-05-292-1/+43
* Update to latest Ant 1.9.4 and add ant-launcher which is used inDominik Stadler2014-05-292-3/+11
* Remove null-checks that can never be reachedDominik Stadler2014-05-293-13/+24
* Increase the font-inaccuracy for one unit test as some machines have fonts th...Dominik Stadler2014-05-271-1/+1
* Fix for 56563 - Multithreading bug when reading 2 similar filesDominik Stadler2014-05-264-15/+83
* If a NoteRecord has no author tag, it seems it can sometimes be double padded...Nick Burch2014-05-232-3/+6
* Handle date format strings in an iso8601 style format, with a T in them. Fixe...Nick Burch2014-05-234-6/+46
* Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when cre...Nick Burch2014-05-214-6/+82
* Move some tests from "unfixed" to "normal" test classes as the underlying bug...Dominik Stadler2014-05-202-126/+138
* Bug 53691: Fix a copy/paste error in CFRuleRecord.clone()Dominik Stadler2014-05-204-20/+109
* Bug 56170: Fix a problem with cells in workbooks becoming disconnected from X...Dominik Stadler2014-05-185-70/+193
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-1656-427/+435
* Fix Bug 56514, add missing null-check if simple shape does not have any textDominik Stadler2014-05-163-27/+33
* Bug 56325: fix Exception when removing sheets with named ranges in the workbookDominik Stadler2014-05-155-10/+76
* Avoid unnecessary string creation/concatination for numeric conversion, use D...Dominik Stadler2014-05-151-1/+1
* Add a HSSF print paper size constant for "printer default" for bug #56509Nick Burch2014-05-152-0/+3
* Bug 56468 - Writing a workbook more than once corrupts the fileAndreas Beeker2014-05-145-12/+47
* fix some Eclipse warnings, unnecessary null-check and missing close() in testsDominik Stadler2014-05-132-59/+62
* Based on reading of the new file format docs, start to tweak how fixed length...Nick Burch2014-05-113-44/+88
* Outlook sometimes stores a codepage of ANSI when it means 1252, detect and al...Nick Burch2014-05-081-0/+6
* Implement a few more MAPI property typesNick Burch2014-05-082-2/+105
* Fix inconsistent indentsNick Burch2014-05-081-10/+10
* Bug 56486 - Add XOR obfuscation/decryption support to HSSFAndreas Beeker2014-05-0518-513/+960
* Bug 56269 - DateFormat - Rounding of fractionalsAndreas Beeker2014-05-043-34/+118
* The NPOIFS-classes result currently in left-over memory mapped buffers.Andreas Beeker2014-05-043-189/+227
* File leak detector: Close streams in some testsDominik Stadler2014-05-043-18/+46
* Excel 2007 and later allows for more than 3 Conditional Formatting rules per ...Nick Burch2014-05-023-11/+34
* Generics warnings fixesNick Burch2014-05-021-12/+9
* Provide a convenience method for creating a PropertySet from a Directory + EntryNick Burch2014-04-282-26/+43
* Fix generics warningsNick Burch2014-04-281-10/+8
* Update the HPSF change properties example to use NPOIFS + in-place writes, an...Nick Burch2014-04-283-14/+18
* Get NPOIFS in-place-write working!Nick Burch2014-04-284-18/+22
* junit4 fixAndreas Beeker2014-04-261-15/+14
* More on the HPFS in-place NPOIFS write tests, and a note about what is still ...Nick Burch2014-04-263-4/+54