]> source.dussan.org Git - poi.git/shortlog
poi.git
2008-01-08 Nick BurchPatch from Ugo to get and set the sheet hidden flag...
2008-01-08 Nick BurchAdd a (disabled, as broken) test to show that HXFExcelE...
2008-01-08 Nick BurchFix a few little bits of documentation xml
2008-01-08 Nick BurchFix for bug #44167 - patch from Paolo Mottadelli
2008-01-07 Nick BurchUpdate changelog
2008-01-07 Nick BurchFix bug #44070 - patch from Gian Carlo Pace
2008-01-07 Nick BurchFix for building the OOXML xmlbeans stuff on osx, patch...
2008-01-05 Yegor Kozlovstart a new section for 3.0.2 BETA3
2008-01-04 Nick BurchMake the ooxml and ole2 powerpoint extractors more...
2008-01-04 Nick BurchSome matching sets of sample ooxml and ole2 files,...
2008-01-03 Nick BurchFor ooxml properties, get the core ones as well as...
2008-01-03 Yegor Kozlovsupport for tables in HSLF
2008-01-02 Nick BurchImprove the javadocs for font and fill related colourin...
2007-12-30 Nick BurchOOXML pptx text extractor, and test. Also add jar-ooxml...
2007-12-30 Nick BurchMake a start on OOXML pptx support
2007-12-30 Nick BurchSupport for extracting text from ooxml word documents
2007-12-30 Nick BurchA few small updates to HSSFXML, and start on HWPFXML
2007-12-27 Nick BurchImprove the xlsx text extraction, and have proper tests...
2007-12-27 Nick BurchMake a start on a text extractor for xlsx files
2007-12-27 Nick BurchSupport getting the low level sheet objects back for...
2007-12-27 Nick BurchShuffle a few ooxml bits about, improve the ant tasks...
2007-12-27 Nick BurchAdd some more sample ooxml documents
2007-12-26 Nick BurchA quick play with OOXML parsing. Uses XmlBeans and...
2007-12-26 Nick BurchUpdate build.xml to download various libraries that...
2007-12-26 Nick BurchUpdate the sample ooxml files to the latest versions...
2007-12-24 Yegor Kozlovfix bug #43781: slide->getShapes->getTextRun returns...
2007-12-24 Yegor Kozlovfix reopen of bug 42999: incorrect AnchorHeight calcula...
2007-12-21 Nick BurchSupport for Mid, Replace and Substitute excel functions...
2007-12-21 Nick BurchPatch from bug #44055 - support reading the from field...
2007-12-21 Nick BurchMake compile-scratchpad depend on compile-main, as...
2007-12-17 Nick BurchAvoid a rare ArrayIndexOutOfBoundsException on some...
2007-12-13 Nick BurchAdd missing setCurrentRow calls to documentation
2007-12-12 Nick BurchAdd comments on which formula related things should...
2007-12-11 Nick BurchSupport for the Trim function, and a little enhancement...
2007-12-06 Yegor Kozlovadd a note on 3.0.2 beta1 release
2007-12-06 Yegor Kozlovupdated to version 3.0.2-beta1
2007-12-06 Yegor Kozlovfinish 3.0.2-BETA1 section and start a new one for...
2007-12-05 Nick BurchStub out sheet hiding tests, so we have a framework...
2007-12-04 Nick BurchSupport 1904 date windowing, in addition to 1900 date...
2007-12-04 Nick BurchUpdated date windowing test fixes from bug #43551
2007-12-04 Nick BurchString Continue records support (with test), from bug...
2007-12-04 Nick BurchAdd in sponsorship link, as required by pr pmc
2007-12-04 Nick BurchSBAT fix from bug #11744
2007-12-04 Nick BurchFix work bug #42799
2007-12-04 Nick BurchNote about iterators
2007-12-04 Nick BurchWorkaround to avoid a NPE for Word Documents that are...
2007-12-03 Nick BurchUsermodel support for the datavalidation code, and...
2007-12-03 Nick BurchMore code from bug #27511, now ported to the new style...
2007-12-03 Nick BurchStart on importing validation patches from bug #27511...
2007-11-28 Nick BurchUpdate the svn urls in the POM (no longer jakarta)
2007-11-27 Yegor Kozlovadded my pgp key
2007-11-23 Yegor KozlovUpdate changes list
2007-11-23 Yegor Kozlovfixed bugs 43877 and 39512: Fix for handling mixed...
2007-11-23 Yegor KozlovPreserve unread bytes when serializing the record
2007-11-16 Nick BurchAdd method to return the number of styles (bug #43883)
2007-11-12 Nick BurchThrow an IllegalArgumentException if asked to addMergeR...
2007-11-12 Nick BurchPatch for unicode NameRecords (bug #43837)
2007-11-12 Nick BurchAdd support for Chart Title Format records (bug #43721)
2007-11-12 Nick BurchFix for BOFRecord from files generated by access etc...
2007-11-12 Nick BurchSupport getting and setting as int, as well as short...
2007-11-06 Yegor Kozlovadded a note to re-use fonts instead of creating a...
2007-11-06 Yegor Kozlovthrow exception when the maximum number of fonts was...
2007-11-06 Yegor Kozlovimproved handling rotated text in HSSFSheet.autoSizeColumn
2007-11-03 Yegor Kozlovfixed a silly typo in the method signature. It should...
2007-11-03 Yegor KozlovFix for handling rotated text in HSSFSheet.autoSizeColu...
2007-10-30 Nick BurchFix tab vs space issue in documentation code block
2007-10-28 Nick BurchAdd in a (disabled) test for bug #43670 (not yet fixed)
2007-10-27 Nick BurchA bit more on HDGF LZW compression, but it's still...
2007-10-27 Nick BurchUpdate changes list, and add text extraction to the...
2007-10-27 Nick BurchImplement an Excel text extractor, and put all the...
2007-10-15 Nick BurchIn FormulaParser, add in non-static methods too for...
2007-10-15 Nick BurchHDGF progress update
2007-10-15 Nick BurchAllow users to get a FormulaParser armed only with...
2007-10-14 Nick BurchStub out the HDGF compression routine, and tests for...
2007-10-13 Nick BurchReplace the HDGW LZW engine with a fully documented...
2007-10-10 Nick BurchSlightly update the supported formats information,...
2007-10-01 Yegor Kozlovupdate the change log
2007-10-01 Yegor KozlovHSSFPicture.resize() - a handy method to reset a pictur...
2007-09-27 Nick BurchFix True/False function arguments (from Pavel, bug...
2007-09-26 Yegor Kozlovroll back to the previous version.
2007-09-26 Yegor Kozlovfixed failing test. The patch provided in Bug 43489
2007-09-26 Yegor Kozlovcommented out a failing test until we find the reason.
2007-09-25 Nick BurchImplement the date function, patch from Pavel
2007-09-25 Nick BurchImplement the date function, patch from Pavel
2007-09-25 Nick BurchImprovement from Pavel - if we've already parsed a...
2007-09-25 Nick BurchFix from Pavel Krupets for Excel Bug Date (1900/2/29)
2007-09-24 Nick BurchAdd some testdata paths to the single unit test task...
2007-09-24 Nick BurchAllow HSSFSheet to get at its parent workbook, and...
2007-09-19 Nick BurchUpdate POIDocument to use POILogger
2007-09-19 Nick BurchFinish the POIDocument move, and update HSSFWorkbook...
2007-09-19 Nick BurchMove POIDocument out of the scratchpad
2007-09-19 Nick BurchMove POIDocument out of the scratchpad
2007-09-18 Nick BurchFix for cell references on rows > 32768 (bug #43399)
2007-09-18 Nick BurchImproved Formula Parser support for ranges and exponent...
2007-09-17 Nick BurchFix for rows between 32767 and 65536, don't incorrectly...
2007-09-17 Nick BurchConvert to use POIDocument
2007-09-17 Nick BurchWhen writing out a HSLF file, optionally also write...
2007-09-17 Nick BurchEnsure that evaluateInCell sets the underlying cell...
2007-09-17 Nick BurchImplementation of the Day function from Pavel Krupets
2007-09-17 Nick BurchFix the indenting on write(), which has been messed...
next