]> source.dussan.org Git - poi.git/shortlog
poi.git
2014-07-21 Nick BurchGeneralise the CollaboratingWorkbooksEnvironment setup...
2014-07-21 Nick BurchFix inconsistent whitespace
2014-07-21 Nick BurchAllow creating a CollaboratingWorkbooksEnvironment...
2014-07-21 Nick BurchCorrect non-sheet-based NameXPxg formula rendering...
2014-07-20 Nick BurchMore unit tests for #56737 and #56752
2014-07-20 Nick BurchComments updates
2014-07-20 Nick BurchChange how we update sheet names in XSSF formulas and...
2014-07-20 Nick BurchXSSF Pxgs must escape sheet names where required when...
2014-07-20 Nick BurchCommon interface across the XSSF Ptg / Pxg classes
2014-07-20 Nick BurchRename missing from previous commit
2014-07-20 Nick BurchUpdate the formula evaluator to support XSSF style...
2014-07-19 Nick BurchBetter reporting on why a test is failing, and partial...
2014-07-19 Nick BurchComplete the XSSF Formula Parser tests for #56737
2014-07-19 Nick BurchMove towards supporting same workbook named ranges...
2014-07-19 Nick BurchStart to add XSSF specific handling for NameX (named...
2014-07-19 Nick BurchProvide XSSF-style external sheet support for areas...
2014-07-19 Nick BurchFix inconsistent indents/whitespace
2014-07-19 Nick BurchStart to update how the formula parser looks up sheets...
2014-07-19 Nick BurchFix inconsistent indents
2014-07-19 Nick BurchThe Event User Model fake-workbook for formula evaluati...
2014-07-19 Nick BurchFix Generics warnings
2014-07-19 Nick BurchThe way that HSSF and XSSF stores references to externa...
2014-07-19 Nick BurchThere can be more than one linked ExternalLinks table...
2014-07-19 Nick BurchTurns out that .xlsx files can have multiple link table...
2014-07-19 Nick BurchConvert test to junit 4, and stub out the additional...
2014-07-18 Nick BurchStub the unit test which is the next thing to need...
2014-07-18 Nick BurchBit more towards XSSF name support for #56737, will...
2014-07-18 Nick BurchInitial support for XSSF External Links tables, which...
2014-07-18 Nick BurchLeave part disabled for now
2014-07-18 Nick BurchStart to support formula parsing of sheet-specified...
2014-07-18 Nick BurchUpdate bug reference numbers, and bring over part of...
2014-07-18 Nick BurchHave WorkbookEvaluator process NameXPtgs, rather than...
2014-07-18 Nick Burch#56737 Sometimes Excel writes an internal reference...
2014-07-17 Nick BurchAdd disabled unit tests for bug #56737, which currently...
2014-07-14 Nick BurchFix for #56702 - If a cell is of type numeric but has...
2014-07-03 Nick BurchThis bug has been fixed, so re-enable the unit test
2014-07-03 Nick BurchAdd a disabled unit test for bug #56420
2014-07-03 Nick BurchUpdate the CheckFunctionsSupported example to take...
2014-07-03 Nick BurchWhen throwing an exception during formula evaluation...
2014-07-03 Nick BurchFormula evaluation and error handling example - reports...
2014-07-03 Nick BurchNow that XSSFWorkbook can be closed, the older path...
2014-07-02 Dominik StadlerBug 56537: Update javadoc to reflect the addition of...
2014-07-02 Dominik StadlerUpgrade to latest JaCoCo 0.7.1
2014-06-16 Tim AllisonBUG 54771: add class to svn
2014-06-16 Tim AllisonBUG 54771 extract text from SDTs at the cell level...
2014-06-16 Nick BurchMake a start on an Ant task to generate an OSGi jar...
2014-06-12 Dominik StadlerRevert upgrade to XMLBeans 2.6.0 to properly discuss...
2014-06-11 Dominik StadlerAdd missing @Overrides, reformat some files, increase...
2014-06-11 Dominik StadlerUpdate XMLBeans to version 2.6.0
2014-06-11 Nick BurchFix inconsistent indent
2014-06-11 Nick Burch#56537 close method for SXSSF too
2014-06-11 Nick BurchPartial fix for #56537 - Have Workbook offer a close...
2014-06-04 Nick BurchAdd a note about file resources, see bug #56537
2014-06-04 Nick BurchWhen finding the CTCol object for a XSSF Sheet column...
2014-05-29 Dominik StadlerAdd workaround for IBM JDK where Ant populates classnam...
2014-05-29 Nick BurchHSSFCell should follow XSSF, and allow setting a null...
2014-05-29 Dominik StadlerUpdate to latest Ant 1.9.4 and add ant-launcher which...
2014-05-29 Dominik StadlerRemove null-checks that can never be reached
2014-05-27 Dominik StadlerIncrease the font-inaccuracy for one unit test as some...
2014-05-26 Dominik StadlerFix for 56563 - Multithreading bug when reading 2 simil...
2014-05-23 Nick BurchIf a NoteRecord has no author tag, it seems it can...
2014-05-23 Nick BurchHandle date format strings in an iso8601 style format...
2014-05-21 Nick BurchPatch from Yaniv Kunda from bug #56274 - Fix SXSSF...
2014-05-20 Dominik StadlerMove some tests from "unfixed" to "normal" test classes...
2014-05-20 Dominik StadlerBug 53691: Fix a copy/paste error in CFRuleRecord.clone()
2014-05-18 Dominik StadlerBug 56170: Fix a problem with cells in workbooks becomi...
2014-05-16 Dominik StadlerApache POI - Use assertArrayEquals() instead of assertT...
2014-05-16 Dominik StadlerFix Bug 56514, add missing null-check if simple shape...
2014-05-15 Dominik StadlerBug 56325: fix Exception when removing sheets with...
2014-05-15 Dominik StadlerAvoid unnecessary string creation/concatination for...
2014-05-15 Nick BurchAdd a HSSF print paper size constant for "printer defau...
2014-05-14 Andreas BeekerBug 56468 - Writing a workbook more than once corrupts...
2014-05-13 Dominik Stadlerfix some Eclipse warnings, unnecessary null-check and...
2014-05-11 Nick BurchBased on reading of the new file format docs, start...
2014-05-08 Nick BurchOutlook sometimes stores a codepage of ANSI when it...
2014-05-08 Nick BurchImplement a few more MAPI property types
2014-05-08 Nick BurchFix inconsistent indents
2014-05-05 Andreas BeekerBug 56486 - Add XOR obfuscation/decryption support...
2014-05-04 Andreas BeekerBug 56269 - DateFormat - Rounding of fractionals
2014-05-04 Andreas BeekerThe NPOIFS-classes result currently in left-over memory...
2014-05-04 Dominik StadlerFile leak detector: Close streams in some tests
2014-05-02 Nick BurchExcel 2007 and later allows for more than 3 Conditional...
2014-05-02 Nick BurchGenerics warnings fixes
2014-04-28 Nick BurchProvide a convenience method for creating a PropertySet...
2014-04-28 Nick BurchFix generics warnings
2014-04-28 Nick BurchUpdate the HPSF change properties example to use NPOIFS...
2014-04-28 Nick BurchGet NPOIFS in-place-write working!
2014-04-26 Andreas Beekerjunit4 fix
2014-04-26 Nick BurchMore on the HPFS in-place NPOIFS write tests, and a...
2014-04-26 Nick BurchFix javadoc layout
2014-04-26 Nick BurchConvert the HPSF test to JUnit 4, and add a bit more...
2014-04-26 Nick BurchStream tests for NDocumentOutputStream
2014-04-25 Nick BurchNDocumentOutputStream write logic
2014-04-25 Nick BurchFix inconsistent whitespace
2014-04-25 Nick BurchBegin to support and test in-place changes to documents...
2014-04-25 Nick BurchSupport for replacing the contents of a Document in...
2014-04-25 Nick BurchComplete NPOIFS write tests
2014-04-25 Nick BurchWhen deleting a document in NPOIFS, free the underlying...
2014-04-25 Nick BurchMore progress with the write/read npoifs tests, but...
2014-04-25 Nick BurchRefactor some of the NPOIFS write tests, and begin...
next