]> source.dussan.org Git - poi.git/shortlog
poi.git
2014-08-15 Andreas Beekersome changes because of test errors
2014-08-12 Andreas Beekersync test
2014-08-12 Andreas Beekersync merge to trunk
2014-08-12 Uwe SchindlerAdd some extra safety test to check that external entit...
2014-08-12 Uwe SchindlerFix bug #56814 - Switch from dom4j to JAXP
2014-08-10 Andreas BeekerTests/fixes for hash > sha1
2014-08-10 Andreas Beekerdownload xades files and remove from them resources
2014-08-10 Andreas BeekerXml signature support - version 1
2014-08-10 Andreas BeekerXML signature support
2014-08-10 Uwe SchindlerAdd myself to keys file
2014-08-05 Nick BurchCorrect xmlbeans 2.6 url
2014-08-04 Nick BurchFix bug #56812 - In XSLF provide a way to get the URI...
2014-08-04 Nick BurchAdd a disabled unit test for bug #56812, based on code...
2014-08-04 Nick BurchBefore parsing an OOXML document, reset the xmlbeans...
2014-08-04 Nick BurchChange the default XMLBeans version used for running...
2014-08-04 Nick BurchAdd another test file for #54764, and a test that uses it
2014-08-04 Nick BurchApply suggestions from Uwe Schindler for more secure...
2014-08-03 Dominik Stadler* Ensure that some older versions of third-party librar...
2014-08-02 Andreas BeekerAnother test for NPOIFS in-place writing support -...
2014-08-01 Nick BurchFix bug #56800 - Provide a helpful exception, XLSBUnsup...
2014-07-31 Nick BurchPrep for 3.11 beta 1
2014-07-31 Nick BurchPrep for 3.11 beta 1
2014-07-31 Nick BurchFix bug #55196 - Correct XWPF createTOC handling of...
2014-07-31 Nick BurchFix bug #55050 - If the start+end row and cell are...
2014-07-31 Nick BurchFix bug 54725 - HWPF where no parent style CHP exists...
2014-07-31 Nick BurchFix bug #56502 - When shifting XSSF rows with formula...
2014-07-31 Nick BurchFix bug #56527 - Avoid NPE from XSSFHyperLink when...
2014-07-31 Nick BurchFix javadoc warnings
2014-07-31 Nick BurchFix bug #53984 - Support the ColInfoRecord coming after...
2014-07-30 Nick BurchCorrect logic for the start-of-sheet missing rows,...
2014-07-30 Nick BurchGenerics fixes
2014-07-30 Nick BurchStart on details tests for bug #53433
2014-07-30 Nick BurchUnit test to show that bug #53494 has already been...
2014-07-30 Nick Burch#56132 Allow XSSF formula evaluation to also skip missi...
2014-07-30 Nick BurchSlightly modified test file for bug #56132 - xlsx file...
2014-07-30 Nick BurchXSSF external workbook lookup support for in-line file...
2014-07-30 Nick BurchConvert the test to using interfaces
2014-07-30 Nick BurchSVN mimetypes for Word files
2014-07-30 Nick BurchSVN mimetypes for PowerPoint files
2014-07-30 Nick BurchMore mimetype updates
2014-07-30 Nick BurchMore Excel test file mimetypes in svn
2014-07-30 Nick BurchCorrect the mimetype in svn for test spreadsheet files
2014-07-30 Nick BurchUpdated patch from Marc from #55927 - handle date formu...
2014-07-30 Nick BurchAdd row label getter for Pivot Tables, and use this...
2014-07-30 Nick BurchPatch from Sofia Larsson and Martin Andersson from...
2014-07-30 Nick BurchExclude the release notes and readmes from the rat...
2014-07-30 Nick BurchChange XSSFSheetXMLHandler.SheetContentsHandler to...
2014-07-30 Nick BurchAdd a target to help with generating the release notes
2014-07-28 Dominik StadlerAdd simple unit test to verify that Bug 42016 was fixed...
2014-07-27 Dominik StadlerAdd unit test for bug 37625 which verifies that this...
2014-07-27 Dominik StadlerAdd/Fix some Javadoc
2014-07-26 Nick BurchUnit test to show that bug #52111 (intersect formulas...
2014-07-26 Nick BurchHSSF and XSSF Multi-Sheet formula reference tests from...
2014-07-25 Nick BurchComplete evaluation support for multi-sheet references...
2014-07-25 Nick BurchBegin required interface + base-class support for multi...
2014-07-25 Nick BurchAllow XSSF to evaluate multi-sheet references too,...
2014-07-25 Nick BurchSplit the reference and area tests for #55906
2014-07-25 Nick BurchUpdate the RefEval method signature to cope with multi...
2014-07-25 Nick BurchStart preparing LazyAreaEval and LazyRefEval to handle...
2014-07-25 Nick BurchUpdate the XSSF getExternalSheet method signature,...
2014-07-25 Nick BurchMore tests for #55906, and provide a new eval that...
2014-07-25 Nick BurchAreas can have multi-sheet references too, so add Formu...
2014-07-25 Nick BurchUpdate Ref3DPxg to support multi-sheet ranges too,...
2014-07-25 Nick BurchRefactor to reduce clutter
2014-07-25 Nick BurchMore progress towards #55906 - Have the ExternSheet...
2014-07-24 Nick BurchMore progress towards #55906 - FormulaParser is able...
2014-07-24 Nick BurchMore internal method signature updates, for HSSF extern...
2014-07-24 Nick BurchRename some of the internal HSSF sheet lookup methods...
2014-07-24 Nick Burch#55906 Extern Sheet References can have a last as well...
2014-07-24 Nick BurchDisabled unit tests for multi-sheet references, see...
2014-07-24 Nick BurchPatch from Shaun Kalley from bug #56023 - Allow XSSF...
2014-07-24 Nick BurchPatch from thaichat04 from bug #56194 - HPSF thumbnail...
2014-07-24 Nick BurchPatch from Raúl Wegmann from bug #56735 / GitHub Pull...
2014-07-24 Nick BurchTo avoid problems on strange platforms, tell xmlbeans...
2014-07-24 Nick BurchXSSF table example, from Sofia Larsson from bug #55562
2014-07-24 Nick BurchFor places where an ordered collection is created and...
2014-07-24 Nick BurchFix javadoc warning
2014-07-24 Nick BurchCorrect HSSFOptimiser logic for the case where the...
2014-07-24 Nick BurchFix inconsistent whitespace
2014-07-24 Nick BurchWhen evaluating a name in another workbook, need to...
2014-07-24 Nick BurchDon't fetch the name, convert to a ptg, then convert...
2014-07-23 Nick BurchGet further with the XSSF formula reference evaluation...
2014-07-23 Nick BurchFurther XSSF external name evaluation lookup support
2014-07-23 Dominik StadlerJaCoCo 0.7.x requires asm-5
2014-07-23 Dominik StadlerFix test to make it work on different date as well
2014-07-22 Dominik StadlerBug 56688: Fix border cases in EDATE function: handle...
2014-07-22 Dominik StadlerFix formatting of trailing comma in HexDumps, cover...
2014-07-21 Nick BurchUse the link table when looking up external xssf names
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...
next