]> source.dussan.org Git - poi.git/shortlog
poi.git
2010-11-19 Nick BurchSome refactoring of XSSFEventBasedExcelExtractor, to...
2010-11-19 Nick BurchAdd a link to the bugzilla list of new/needinfo bugs
2010-11-19 Maxim Valyanskiyhwpf: IndexOutOfBoundsException in Range.findRange...
2010-11-18 Yegor Kozlovavoid corruption of XSSFWorkbook after applying XSSFRic...
2010-11-17 Yegor Kozlovallow white spaces and unicode in OPC relationship...
2010-11-17 Maxim Valyanskiydispose xml cursor when iteration over it is done ...
2010-11-16 Maxim ValyanskiyXWPF: dispose xml cursor when iteration over it is...
2010-11-12 Yegor Kozlovclear calculation chain when deleting row or chaing...
2010-11-10 Yegor KozlovFixed evaluation of cell references with column index...
2010-11-09 Yegor Kozlovuse cached formula result when autosizing sheet columns...
2010-11-09 Yegor Kozlov Tolerate Double.NaN when reading .xls files, see Bugzi...
2010-11-04 Nick BurchAdd a few more little bits of formula unit tests
2010-11-03 Yegor Kozlovignore eclipse custom settings by svn
2010-11-03 Yegor Kozlovfixed sizes of poi jars on the downloads page
2010-11-01 Yegor Kozlovfixed the Downloads page to reflect current release
2010-10-31 Yegor Kozlovupdated index page to reflect current release POI-3.7
2010-10-28 Maxim Valyanskiy Ensure that XWPFParagraph.getDocument() is not...
2010-10-23 Yegor Kozlovdon't depend on constants from javax.xml.XMLConstants...
2010-10-22 Nick BurchFix bug #50118
2010-10-22 Nick BurchFix generics warnings
2010-10-22 Nick BurchSlightly expand tests, inspired by bug #50060, but...
2010-10-20 Yegor Kozlovavoid nulls in HSSFWorkbook.getAllPictures when EscherB...
2010-10-20 Nick BurchFix bug #50119 - avoid NPE when XSSFReader comes across...
2010-10-19 Nick BurchFix more HSLF generics warnings
2010-10-19 Nick BurchFix more HSLF generics warnings
2010-10-19 Nick BurchFix more HSLF generics warnings
2010-10-19 Nick BurchFix some HSLF generics warnings
2010-10-19 Nick BurchAdd a couple of methods to help make debugging problems...
2010-10-19 Nick Burchbr is a line break, similar to cr
2010-10-19 Yegor Kozlovfixed packaging of files moved from contrib
2010-10-15 Nick BurchSeveral small site updates, to get us closer to complyi...
2010-10-15 Yegor Kozlovupdated current version in trunk
2010-10-14 Yegor Kozlovremoved svn:executable from project files
2010-10-14 Yegor Kozlovavoid NPE in ListLevel.getNumberText() when numberText...
2010-10-14 Yegor Kozlovsuppress deprecation warnings in poi-ooxml
2010-10-14 Yegor Kozlovrevert usages of getXYZList() back to getXYZArray(...
2010-10-11 Yegor Kozlovremoved log4 and commons-logging from poi-scratchpad.pom
2010-10-11 Yegor Kozlovmarked commons-logging and log4j as optional dependenci...
2010-10-09 Yegor Kozlovfixed unmappable characters for ASCII
2010-10-08 Yegor Kozlovallow overridden built-in formats in XSSFCellStyle...
2010-10-07 Yegor Kozlovsupport for BorderCode in HWPF, see Bugzilla 49919
2010-10-07 Yegor Kozlovsupport for processing of symbols in HWPF, see Bugzilla...
2010-10-06 Yegor Kozlovcleaned javadoc warnings
2010-10-06 Yegor Kozlovrepackaged poi-contrib to poi-main and poi-examples...
2010-10-04 Yegor Kozlovsupport for retrieving pictures from HSSF workbooks...
2010-10-04 Yegor KozlovAvoid IllegalStateException when creating Data validati...
2010-10-01 Yegor Kozlovimproved rounding in MathX.mod, see Bugzilla 50033
2010-09-28 Nick BurchTest that shows we handle word floating and fixed pictu...
2010-09-27 Maxim Valyanskiyrevert previous commit because it causes problems with...
2010-09-27 Maxim Valyanskiyhwpt: add more 2 bytes to OldSectionTable to solve...
2010-09-24 Nick BurchGenerate SHA1 hashes as well as MD5 ones. Also, use...
2010-09-24 Nick BurchBump the version id
2010-09-24 Nick BurchUpdate the site for 3.7 beta 3 - download page and...
2010-09-22 Nick BurchAdd unit tests for the XWPF decorator classes
2010-09-21 Nick BurchA couple of tweaks to the release documentation
2010-09-21 Nick BurchPrepare for building 3.7 beta 3
2010-09-21 Nick BurchFix 1.6ism
2010-09-21 Nick BurchAdd a temporary workaround for bug #49934, while we...
2010-09-21 Nick BurchApply patch+test from bug #48325 - If a HSSF header...
2010-09-21 Nick BurchFix bug #49966 - Correctly remove calcChain entries...
2010-09-21 Nick BurchAdd missing record, and fix a few indents
2010-09-20 Nick BurchFix bug #47582 - XSSFCellStyle support for creating...
2010-09-20 Nick BurchFix bug #49931 - Avoid concurrency problems when re...
2010-09-20 Nick BurchFix bug #49765 - Fix XWPFDocument.addPicture so that...
2010-09-20 Nick BurchWork inspired by bug #48018 - get HWPF lists more consi...
2010-09-20 Nick BurchApply patch from bug #49820 - Fix HWPF paragraph levels...
2010-09-19 Nick BurchAdd test that shows that bug #45877 has already been...
2010-09-19 Nick BurchHopefully fix bug #47271 - Avoid infinite loops on...
2010-09-19 Nick BurchMore fixes for bug #49933, workaround the fact that...
2010-09-17 Nick BurchFix bug #49936 - Handle HWPF documents with problematic...
2010-09-17 Nick BurchFix support for sections in old word 6 / word 95 files
2010-09-17 Nick BurchFix generics warning
2010-09-16 Nick BurchFix bug #49941 - Correctly handle space preservation...
2010-09-16 Nick BurchAdd disabled, failing unit test for bug #49940
2010-09-16 Nick BurchAdd a few more test asserts
2010-09-15 Nick BurchUpdate the download site for 3.7 beta 2
2010-09-15 Nick BurchAdd some more paragraph property documentation and...
2010-09-14 Nick BurchVarious XWPF picture tweaks and more unit tests
2010-09-14 Nick BurchFix up imports to remove un-used ones
2010-09-14 Nick BurchCorrect XWPFRun detection of bold/italic in a paragraph...
2010-09-14 Nick BurchLink XWPFPicture to XWPFRun, so that embedded pictures...
2010-09-14 Nick BurchXWPF paragraph improvements - Make XWPFParagraph make...
2010-09-14 Nick BurchAdd a getBodyElements() method to XWPF IBody, to make...
2010-09-13 Nick BurchMore XSLFRelation entries for common .pptx file parts
2010-09-13 Yegor Kozlovadded a test file that belongs to r996265
2010-09-12 Yegor Kozlovfixed evaluation of shared formulas in XSSF, see Bugzil...
2010-09-11 Yegor Kozlovavoid corruption of XSSFWorkbook after removing all...
2010-09-11 Yegor Kozlovfixed inconsistent behaviour between HSSF and XSSF...
2010-09-10 Nick BurchTweak hssf and hwpf image mime types for wmf/emf to...
2010-09-10 Nick BurchImprove documentation of some of the HWPF picture stuff...
2010-09-09 Nick BurchAdd getMimeType() method to HWPF Picture, and fix some...
2010-09-09 Nick BurchFix generics warnings
2010-09-09 Nick BurchTweak constructor to be more open, and fix some generic...
2010-09-09 Maxim ValyanskiyAdd license headers to Ole10Native-related classes
2010-09-09 Maxim Valyanskiyupdate status.xml (code for reading Ole10Native data)
2010-09-09 Maxim ValyanskiyAdd code for reading Ole10Native data
2010-09-09 Nick BurchRemove 1.6isms which prevent compilation on Java 1.5
2010-09-09 Nick BurchAdd getMimeType() method to HSSF/XSSF PictureData,...
2010-09-07 Yegor Kozlovallow sheet names longer than 31 chars in XSSF, enforce...
2010-09-05 Yegor Kozlovimproved API for hiding sheets, see Bugzilla 49878
next