]> source.dussan.org Git - poi.git/shortlog
poi.git
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...
2007-09-17 Nick BurchAdd a note on autoSizeColumn being a somewhat slow...
2007-09-13 Yegor Kozlovfixed re-open of bug #42844. HSSFEventFactory silently...
2007-09-11 Yegor Kozlovfix broken compilation. removed a reference to a class...
2007-09-09 Yegor Kozlovsupport for adding Picture to ShapeGroup in HSLF. See...
2007-09-08 Yegor KozlovSupport for getting OLE objects from HSSFWorkbook....
2007-09-08 Yegor KozlovSupport for getting OLE object data from slide show...
2007-08-26 Yegor Kozlovinitial support for WMF and EMF pictures in HSSFWorkboo...
2007-08-26 Yegor Kozlovfixed: Bug 43088: Excel file can't be loaded if comment...
2007-08-23 Nick BurchChangelog update
2007-08-23 Nick BurchFix for bug #42844 - Include some of the crazy continue...
2007-08-23 Nick BurchWhen writing out a workbook, skip a WORKBOOK stream...
2007-08-23 Nick BurchImplementation of Month and Year functions, from Guente...
2007-08-23 Nick BurchWhen trying to tell if a PPT file is encrypted or not...
2007-08-15 Nick BurchAdd in missing copyright headers to a couple of new...
2007-08-15 Nick BurchPatch from Trejkaz from bug #43116 - Fix for Escher...
2007-08-15 Nick BurchPatch from bug #43108 - when fetching system properties...
2007-08-15 Nick BurchPatch from David Law in bug #43093 - handle Area3D...
2007-08-10 Yegor KozlovBug 43090: autoSizeColumn can calculate negative sizes...
2007-08-09 Nick BurchFurther enhancements to Font Metrics support, wrt fonts...
2007-08-09 Nick BurchIf the Escher layer is asked to draw text with an inval...
2007-08-06 Yegor Kozlovfixed bug 42620: More than one slide fails to open...
2007-08-06 Nick BurchHave HSSFDateUtil.isCellDateFormatted make use of HSSFD...
2007-08-03 Yegor Kozlovfixed Bug 42999: HSSFPatriarch positioning problem
2007-07-18 Andrew C. Oliveryou can now protect files with writeProtectWorkbook
2007-07-09 Nick BurchAdd stub hsmf documentation
2007-07-09 Nick BurchInitial HSMF (outlook) support from Travis
2007-07-06 Nick BurchUpdate the homepage for 3.0.1 release
2007-07-02 Nick BurchUpdate the changelog with a couple of things
2007-07-02 Yegor Kozlovkeep the javadoc compiler quiet
2007-07-02 Andrew C. Oliveroops...forgot these
2007-07-02 Andrew C. OliverNow can protect sheets with a password. So everyone...
2007-06-29 Nick BurchYet more javadoc fixes
2007-06-29 Nick BurchLots more javadoc warning fixes
2007-06-29 Nick BurchSome more fixes for javadoc warnings
2007-06-29 Nick BurchFix a whole slew of javadoc warnings
2007-06-27 Nick BurchSeveral TLP tweaks and typo fixes in the documentation...
2007-06-27 Nick BurchInclude a test for the text extraction code. Update...
2007-06-27 Nick BurchLots more HDGF support for chunks, and add support...
2007-06-26 Rainer KluteRestored the cast: JDK 1.4 needs it. :-(
2007-06-26 Yegor Kozlovfixed [Bug 42677] - HSLF SlideShow write() issues...
2007-06-26 Yegor Kozlovmake the code compatible with JDK 1.4.2
2007-06-25 Rainer KluteRemoved unnecessary cast.
2007-06-25 Joe Schaefermove poi to top level
2007-06-23 Rainer KluteConsistency check added when reading property set strea... trunk@550310
2007-06-21 Nick BurchMake a start on processing the commands within the...
2007-06-21 Nick BurchStart on processing the commands stored within a HDGF...
2007-06-20 Nick BurchTweak test to match last V11 related change
2007-06-19 Nick BurchImproved support for chunks and chunk streams, plus...
2007-06-19 Nick BurchMake a start on supporting Chunks
2007-06-18 Nick BurchAdd a developer helper class, which prints out the...
2007-06-18 Nick BurchConvert HDGFDiagram to using the new pointer and stream...
2007-06-18 Nick BurchBasic support for a few key kinds of streams, and tests...
2007-06-18 Nick BurchInitial HDGF support for streams, plus tests
next