]> source.dussan.org Git - poi.git/shortlog
poi.git
2011-04-21 Maxim Valyanskiyhwpf: ignore invalid style reference
2011-04-19 Nick BurchFollowing discussions on the dev list today, tweak...
2011-04-15 Nick BurchAdd support for adding a picture to a XSSFRun
2011-04-14 Nick BurchAdd unit test for bug #51037, which seems to be working...
2011-04-14 Nick BurchRename/Move xssf.model.Table to xssf.usermodel.XSSFTabl...
2011-04-14 Nick BurchFix bug #51061 - Correct target URI for new XSSF Tables
2011-04-14 Maxim ValyanskiyXSSF: reduce memory usage by specifing default namespac...
2011-04-11 Yegor Kozlovupdated status of current release to 3.8-beta2
2011-04-10 Nick BurchAdd a disabled test for bug #46662, which seems to...
2011-04-08 Nick BurchInitial support for XSSF Charts. Provides easy access...
2011-04-08 Nick BurchCorrect the fetching of Drawings from a XSSFChartSheet
2011-04-08 Nick BurchFix inconsistent indent
2011-04-08 Nick BurchMore test for bug #49381 / #50884 - xssf freeze panes
2011-04-08 Nick BurchBit more testing for 51024
2011-04-08 Nick BurchAdd unit test showing that bug #51024 is incorrect
2011-04-08 Nick BurchAdd support for adding a table to a XSSFSheet
2011-04-08 Nick Burch3.8 beta2 has been released
2011-04-04 Nick BurchUpdate the stax dependency documentation
2011-04-01 Nick BurchTweak 7 bit guessing code
2011-04-01 Nick BurchImprove HSMF MAPIMessage access to the HTML and RTF...
2011-04-01 Nick BurchAdd new method to HSMF of MAPIMessage.has7BitEncodingSt...
2011-04-01 Nick BurchUpdate OutlookTextExtractor to request 7 bit encoding...
2011-04-01 Nick BurchImprove HSMF encoding guessing for 7 bit fields, and...
2011-03-31 Yegor Kozlovremoved svn:executable from src/java/org/apache/poi...
2011-03-30 Nick BurchImplement the load method on MemoryPackagePart
2011-03-27 Yegor KozlovSupport for continued ExtSSTRecords, see Bugzilla 50967
2011-03-27 Yegor Kozlovfixed TestBugs.test48968 failing on machines with non...
2011-03-25 Nick BurchFix bug #48968 - Implement support for HOUR, MINUTE...
2011-03-25 Nick BurchMore NPOIFS constructors, and document recent fixes
2011-03-25 Nick BurchFix HPBF generics warnings, and add a NPOIFS check...
2011-03-25 Nick BurchFix a couple of NPOIFS bugs relating to empty files...
2011-03-25 Nick BurchAdd XWPF <br> detection for the other kind of ooxml...
2011-03-25 Nick BurchFix up constructor to ensure that the filesystem object...
2011-03-25 Nick BurchMore NPOIFS Constructor updates
2011-03-25 Nick BurchMore NPOIFS Constructor updates
2011-03-25 Nick BurchFix generics warnings, and make the NPOIFS and deprecat...
2011-03-21 Maxim ValyanskiyXWPFPicture: remove unused POILogger instance
2011-03-21 Maxim ValyanskiyXWPFPicture: support for reading picture description
2011-03-21 Maxim ValyanskiyXWPF: support for pictures in headers
2011-03-19 Yegor Kozlovimproved DataFormatter, see Bugzilla 50841
2011-03-18 Nick BurchFix bug #49381 - Correct createFreezePane in XSSF,...
2011-03-18 Nick BurchFix bug #49253 - When setting repeating rows and column...
2011-03-18 Nick BurchFix bug #49219 - ExternalNameRecord can have a DDE...
2011-03-18 Nick BurchFix bug #50846 - XSSFCellBorder needs a theme table...
2011-03-18 Nick BurchEnsure that BigGridDemo is consistent in the encoding...
2011-03-18 Nick BurchFix bug #50939 - ChartEndObjectRecord is supposed to...
2011-03-14 Nick BurchUpdate the HMEF status pages
2011-03-14 Nick BurchStrip trailing padding from HMEF compressed rtf when...
2011-03-14 Yegor Kozlov support for getting HWPFDocument fields, see Bugzilla...
2011-03-11 Yegor Kozlov fixed setting named styles to HSSFCells. see Bugzilla...
2011-03-11 Yegor Kozlovfixed RecordFormatException when reading unicode string...
2011-03-09 Yegor Kozlovfixed typos
2011-03-09 Yegor Kozlovupdated index.xml and download.xml for 3.8 beta1
2011-03-07 Yegor Kozlovinclude poi-excelant
2011-03-05 Nick BurchRefactor the HMEF contents checks to use a superclass...
2011-03-05 Nick BurchTwo more differences between the LZW in HDGF and HMEF:
2011-03-04 Nick BurchAdd a unit test for bug #50833
2011-03-04 Nick BurchAdd unit test showing that bug #50867 works fine
2011-03-04 Nick BurchAdd unit test showing that bug #48877 no longer applies
2011-03-04 Nick BurchFix bug #50718 - More helpful error message when you...
2011-03-04 Nick BurchFix bug #50784 - XSSFColors return by XSSFFont now...
2011-03-04 Nick BurchHopefully fix bug #50846 - Improve how XSSFColor inheri...
2011-03-04 Nick BurchFix documentation typo
2011-03-04 Nick BurchFix bug #50847 - XSSFFont now accepts the full range...
2011-03-04 Nick BurchFix generics warnings
2011-03-04 Nick BurchFrom bug #50786 - Speed up calls to HSSFColor.getIndexH...
2011-03-04 Nick BurchAdd documentation for the HMEF (TNEF/winmail.dat) suppo...
2011-03-04 Yegor Kozlovset version.id to 3.8-beta2
2011-03-04 Yegor Kozlovant target to create patches
2011-03-04 Yegor KozlovChange related formulas and named ranges when XSSFWorkb...
2011-03-04 Nick BurchSetting the locale doesn't seem to set the timezone...
2011-03-04 Nick BurchFix a couple of license headers, and tweak the rat...
2011-03-03 Nick BurchTweak the attribute getter names on Attachments, and...
2011-03-03 Nick BurchAdd a TNEF extractor class, which can be run from the...
2011-03-03 Nick BurchImprove HMEF handling of typed attributes (Strings...
2011-03-02 Nick BurchSwitch HMEF attributes to a factory scheme for creation...
2011-03-02 Nick BurchRefactor the TNEF Attributes to better match the MAPI...
2011-03-01 Nick BurchTweak XSSFPrintSetup to make it a little clearer what...
2011-03-01 Yegor Kozlovmention ExcelAnt in status.xml
2011-03-01 Nick BurchStart on unit tests for HMEF. Quite a bit is still...
2011-02-26 Yegor Kozlovtweaked validation of xml to keep Gump quiet
2011-02-25 Nick BurchFix bug #32903 - Correct XBAT chaining explanation...
2011-02-25 Nick BurchFix bug #50829 - Support for getting the tables associa...
2011-02-25 Nick BurchMore on XSSFColor and ARGB vs RGB for bug #50299 -...
2011-02-23 Nick BurchSwitch Picture processing in HSLFSlideShow to be lazy...
2011-02-23 Nick BurchUpdate the HSSF/XSSF comments documentation to include...
2011-02-23 Yegor Kozlovmerged with excelant branch
2011-02-23 Yegor KozlovUse stax:stax-api instead of org.apache.geronimo.specs...
2011-02-19 Yegor Kozlovtest Ant file with ExcelAnt targets excelant excelant
2011-02-18 Yegor Kozlovinitial import of ExcelAnt tasks, see Bugzilla 50610
2011-02-18 Nick BurchAdd a unit test that shows bug #48079 no longer applies...
2011-02-18 Nick BurchFix bug #50786 - Fix XSSFColor to fetch the RGB values...
2011-02-18 Nick BurchFix generics warnings
2011-02-18 Nick BurchFix bug #50299 with patch from Andrei - Fix XSSFColor...
2011-02-18 Nick BurchAdd a disabled unit test for bug #50784. We need to...
2011-02-18 Nick BurchFix bug #50795 - Avoid NPE from xmlbeans when moving...
2011-02-11 Nick BurchFix a couple more 1.6isms
2011-02-11 Nick BurchFix a 1.6ism
2011-02-11 Nick BurchFix bug #46664 - When creating HSSF Print Areas, ensure...
2011-02-11 Nick BurchFix bug #50756 - When formatting numbers based on their...
next