]> source.dussan.org Git - poi.git/shortlog
poi.git
2011-07-07 Sergey Vladimirovfix: too many PAPX were dropped due to too strict bound...
2011-07-07 Sergey Vladimirovupdate status
2011-07-07 Sergey Vladimirovalways output overall range
2011-07-07 Sergey Vladimirovadd getOverallRange() method definition to HWPFDocumentCore
2011-07-07 Sergey Vladimirovcorrectly detect cells of inner tables, do not include...
2011-07-07 Sergey Vladimirovadd javadocs
2011-07-07 Sergey Vladimirovprint paragraph number
2011-07-07 Sergey Vladimirovupdate PAPAbstractType, adding field descriptions
2011-07-07 Sergey Vladimirovinitialize more TAPAbstractType fields to prevent NPE
2011-07-07 Sergey Vladimirovignore standard Eclipse IDE files (.sessings, .project...
2011-07-07 Sergey Vladimirovfix package: org.apache.poi.hssf.usermodel.converter...
2011-07-06 Sergey Vladimirovadd empty rdf:about to rdf:Description
2011-07-06 Sergey Vladimirovoutput document properties to html and pdf
2011-07-06 Sergey Vladimirovoutput document properties to html and pdf
2011-07-05 Sergey Vladimirovfix lost cell properties (and row shift)
2011-07-05 Sergey Vladimirovadd test case for lost cell properties
2011-07-05 Sergey Vladimirovrewrite table bounds detection for Word 97, including...
2011-07-05 Sergey Vladimirovignore PAPX if they references non-existing text parts
2011-07-05 Nick BurchFix bug #51474 - SXSSF handling for null strings
2011-07-05 Sergey Vladimirovfix range detection for documents with section across...
2011-07-05 Sergey Vladimirovhandle empty strings
2011-07-05 Sergey Vladimirovadd Section.toString() for debug purposes
2011-07-05 Sergey Vladimirovadd SEPX.toString() for debug purposes
2011-07-05 Sergey Vladimirovcorrect range calculation for non-complex file
2011-07-05 Sergey Vladimirovmanually test Bug33519.doc
2011-07-05 Sergey Vladimirovsometimes there is a lag between text pieces; for example
2011-07-05 Sergey Vladimirovadd additional sanity checks
2011-07-05 Sergey Vladimirovfix inner tables handling by Range.getTable() method
2011-07-05 Sergey Vladimirovfix test suite name (for better IDEs compatibility)
2011-07-05 Sergey Vladimirovadd isEmpty() method to TALS and handle it by SPRM...
2011-07-05 Sergey Vladimirovsimplify table converting; fix bug that prevents table...
2011-07-05 Sergey Vladimirovallow user to check table level from Table class (not...
2011-07-05 Sergey VladimirovTest correct processing of "sprmPItap" (0x6649) and...
2011-07-05 Sergey Vladimirovrename PAP structure fields according to specification
2011-07-05 Sergey Vladimirovadd additional options and features to HWPFLister,...
2011-07-05 Sergey Vladimirovadd or improve toString() methods of several classes...
2011-07-05 Sergey Vladimirovadd SprmOperation.toString() for debug purposes
2011-07-04 Sergey Vladimirovfix warning about cast
2011-07-04 Sergey Vladimirovfix warning about generics
2011-07-04 Sergey Vladimirovadd additional TableProperties; implement TableAutoform...
2011-07-04 Sergey Vladimirovupdate TAP definition according to specification
2011-07-04 Sergey Vladimirovadd closeQuietly() method
2011-07-04 Sergey Vladimirovadd Excel-to-HTML converter (with test suite)
2011-07-04 Sergey Vladimirovremove unused method
2011-07-04 Sergey Vladimirovrename extractor -> converter and move to converter...
2011-07-04 Sergey Vladimirovadd Word-to-HTML extractor
2011-07-04 Sergey Vladimirovwarn and skip wrong type SPRM
2011-07-04 Sergey Vladimirovextract private getCharacterRun method with CHPX as...
2011-07-04 Sergey Vladimirovworkaround for NPE caused by old Word format
2011-07-04 Sergey Vladimirovadd toString() to BorderCode
2011-07-04 Sergey Vladimirovworkaround for NPE caused by old Word format
2011-07-03 Sergey Vladimirovupdate who.xml as first test commit
2011-07-02 Yegor Kozlovbug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respe...
2011-07-02 Yegor KozlovBug 51448 - Avoid exception when evaluating workbooks...
2011-07-01 Nick BurchApply patch from bug #51458 - Correct BitField wrapping...
2011-07-01 Nick BurchApply patch from bug #51460 (with some related generics...
2011-07-01 Nick BurchAdd unit test that seems to show bug #51461 working...
2011-07-01 Maxim ValyanskiyXSLFCommonSlideData: Workaround for XmlBeans bug#49934
2011-07-01 Yegor Kozlovmisc fixes in site docs
2011-06-30 Yegor Kozlovadded Workbook.getForceFormulaRecalculation as requeste...
2011-06-30 Yegor KozlovBug 51444 - Prevent corrupted output when saving files...
2011-06-30 Maxim Valyanskiyhwpf: ignore ArrayIndexOutOfBoundsException in TableSpr...
2011-06-28 Jon SvedeAdded myself to the list of committers.
2011-06-27 Yegor KozlovBug 51422 - Support using RecalcIdRecord to trigger...
2011-06-26 Nick BurchList another exception caused by old+new POI jars in...
2011-06-25 Yegor KozlovBug 50474 - Example demonstrating how to update workboo...
2011-06-25 Yegor KozlovBug 51431 - Avoid IndexOutOfBoundException when removin...
2011-06-25 Yegor Kozlovcleanup sxxsf temp files after tests, remove non-ascii...
2011-06-25 Yegor KozlovBug 48877 - Fixed XSSFRichTextString to respect leading...
2011-06-24 Yegor KozlovBug 49564 - Fixed default behaviour of XSSFCellStyle...
2011-06-24 Yegor KozlovBug 48314 - Fixed setting column and row breaks in...
2011-06-24 Nick BurchAdd a unit test to show that bug #49648 no longer occurs
2011-06-24 Yegor Kozlovresolved old bugzilla issues, added unit tests
2011-06-23 Yegor KozlovBug 51351 - more progress with WordToFoExtractor: fix...
2011-06-23 Yegor KozlovBug 51424 - Ignore exceptions in ParagraphSprmUncompressor
2011-06-23 Yegor KozlovBug 51415 - Fixed Workbook.createSheet(sheetName) to...
2011-06-22 Nick BurchAdd a note about RecalcId record with a value of zero
2011-06-22 Yegor KozlovBug 51332 - Fixed internal IDs of shapes generated...
2011-06-22 Yegor Kozlovmisc fixed in site's quick guide
2011-06-22 Maxim ValyanskiyTest for parsing document with drawings to prevent...
2011-06-20 Yegor Kozlovbug 51351: more progress with WordToFoExtractor: suppo...
2011-06-20 Yegor KozlovBug 48408: Improved documentation for Sheet.setColumnWidth
2011-06-20 Yegor Kozlovjunit test for sprm, added missing line from r1137143
2011-06-18 Yegor KozlovSupport for sprmPJc paragraph SPRM and handling of...
2011-06-18 Yegor Kozlovupdated web site docs
2011-06-18 Yegor Kozlovimproved autosizing columns in SXSSF, see Bug 51356
2011-06-16 Yegor KozlovBug 50681 - Avoid exception in HSSFDataFormat.getDataFo...
2011-06-16 Yegor KozlovBug 50681 - Fixed autosizing columns beyond 255 charact...
2011-06-15 Yegor Kozlovmore progress with WordToFoExtractor, see Bugzilla...
2011-06-15 Yegor KozlovBug 51374 - Fixed incorrect setting of lastPrinted...
2011-06-14 Yegor Kozlovadded an example on conditional formatting in the site...
2011-06-14 Yegor KozlovBugzilla 51351: Word to XSL-FO converter
2011-06-13 Nick BurchFix deprecated warning
2011-06-13 Yegor KozlovBug 50458: Fixed missing shapeId in XSSF drawings
2011-06-13 Yegor KozlovBug 51339 - Fixed arithmetic rounding in formula evaluation
2011-06-12 Nick BurchRe-enable part of the test now that NPOIFS behaves...
2011-06-12 Nick BurchFurther tests for NPOIFS document input stream reading...
2011-06-11 Yegor KozlovBugzilla 51356: Support autoSizeColumn in SXSSF
2011-06-11 Yegor KozlovBugzilla 51335: Parse picture goal and crop sizes
2011-06-09 Yegor Kozlovfixed a typo
next