]> source.dussan.org Git - poi.git/shortlog
poi.git
2008-01-15 Nick BurchFix bug #44201 - support cloning of DVRecord, so valida...
2008-01-15 Nick BurchSome more updates to the records->usermodel support...
2008-01-12 Yegor Kozlovupdate status of the latest release on the index page
2008-01-10 Yegor Kozlovfixed bug 44200: Sheet not cloneable when Note added...
2008-01-09 Nick BurchMake a start on processing shapes on a sheet out of...
2008-01-09 Nick BurchAdd several more test files, charting related
2008-01-09 Nick BurchPut the anchors where forrest wants them
2008-01-09 Nick BurchUpdate documentation, and add section on whole-workbook...
2008-01-09 Nick BurchFix for SharedStringsTable in ooxml excel support,...
2008-01-09 Nick BurchFurther font size tweaks for autosizing test (macs...
2008-01-09 Nick BurchFont sizes can vary slightly between machines, so use...
2008-01-09 Nick BurchTweak comments, layout and exceptions in IOUtils and...
2008-01-09 Nick BurchProperly set the values when calling the boolean sets
2008-01-09 Nick BurchFix bug #43008, by deprecating setCellNum() on HSSFCell...
2008-01-09 Nick BurchFix for bug #43058 - handle setting row grouping for...
2008-01-09 Nick BurchAdd a xlsx sample file with boolean formulas and values...
2008-01-09 Nick BurchAdd a further test to TestHSSFRow which verifies that...
2008-01-09 Nick BurchAdd clone methods to DrawingRecord and AbstractEscherHo...
2008-01-09 Nick BurchUpdate changelog again
2008-01-09 Nick BurchHave autoSizeColumn skip over merged regions - bug...
2008-01-09 Nick BurchShuffle some bits of TestFormulaParser into scratchpad...
2008-01-08 Nick BurchFinally fix bug #42464 - Expected ExpPtg to be converte...
2008-01-08 Nick BurchMake the code for adding a new RichTextRun to a TextRun...
2008-01-08 Nick BurchMake a start on supporting adding new text to a hslf...
2008-01-08 Nick BurchTiny bit more ooxml stuff from Ugo (missed in last...
2008-01-08 Nick BurchAdd un-fixable testcase for bug 43493
2008-01-08 Nick BurchSupport for unicode named named ranges (patch and test...
2008-01-08 Nick BurchPatch from Ugo from bug #44185 - support getting shared...
2008-01-08 Nick BurchFix bug #34023 - when shifting rows, update the any...
2008-01-08 Nick BurchAdd a new method onto AreaReference to get all the...
2008-01-08 Nick BurchExtend named range support in formulas to include non...
2008-01-08 Nick BurchFix from bug #43510 - support named ranges in formulas
2008-01-08 Nick BurchNew tests for setLandscape, which seems to indicate...
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)
next