aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* more progress with xssf chart api, see Bug 51196Yegor Kozlov2011-09-1015-227/+396
* fix field updating in AbstractEscherOptRecord;Sergey Vladimirov2011-09-064-86/+76
* replace getInstance() / getOptions() with getShapeType for EscherSpRecordSergey Vladimirov2011-08-3119-20/+63
* split option field into version and instanceSergey Vladimirov2011-08-311-9/+64
* move poi.util.POIUtils to poi.poifs.filesystem.EntryUtilsSergey Vladimirov2011-08-232-14/+7
* relax requirements for POIUtils arguments (replace classes with interfaces)Sergey Vladimirov2011-08-221-3/+3
* move POI FS entries copy methods to new POIUtils classSergey Vladimirov2011-08-222-36/+125
* fix 51671 - HWPFDocument.write based on NPOIFSFileSystem throws a NullPointer...Sergey Vladimirov2011-08-171-1/+3
* Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short re...Nick Burch2011-08-111-2/+5
* fix compiler warning about encodingSergey Vladimirov2011-08-091-2/+2
* fix unsigned int to long conversionSergey Vladimirov2011-08-091-6/+6
* Add Word-to-Text converter and use it as replacement for WordExtractorSergey Vladimirov2011-08-095-68/+107
* exctract common properties record code into AbstractEscherOptRecordSergey Vladimirov2011-07-293-219/+184
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-2915-92/+888
* Based on Yegor's investigating, Support isRightToLeft and setRightToLeft on t...Nick Burch2011-07-281-0/+14
* child of ContainerRecord is not only SpContainer; use generics to preserve so...Sergey Vladimirov2011-07-282-10/+18
* add additional escher properties names from 2.3.4. Group ShapeSergey Vladimirov2011-07-281-9/+56
* make EscherContainerRecord.toString() indent children even if they don't supp...Sergey Vladimirov2011-07-281-28/+20
* add EscherTertiaryOptRecord supportSergey Vladimirov2011-07-282-5/+118
* fix generics compiler warningsSergey Vladimirov2011-07-281-19/+16
* Bug 50209 - Fixed evaluation of Subtotals to ignore nested subtotalsYegor Kozlov2011-07-2511-22/+195
* restore JDK 1.5 compatibilitySergey Vladimirov2011-07-251-0/+24
* added @Beta annotation to mark code that is subject to incompatible changes i...Yegor Kozlov2011-07-211-0/+35
* bug 50401 - fixed EscherProperty to return property name instead of 'unknown'...Yegor Kozlov2011-07-211-1/+1
* fixed bug 51481 - fixed autofilters in HSSF to avoid warnings in Excel 2007Yegor Kozlov2011-07-201-0/+3
* more progress with support for charts in XSSF, see patch 51196Yegor Kozlov2011-07-204-0/+354
* Support for appending images to existing drawings in HSSFYegor Kozlov2011-07-2010-38/+92
* bug 46250 - Fixed cloning worksheets with imagesYegor Kozlov2011-07-195-64/+92
* Fix bug #51514 - Allow HSSFObjectData to work with both POIFS and NPOIFS, and...Nick Burch2011-07-152-25/+21
* Fix first part of bug #51514 - HSSF copy nodes from NPOIFSNick Burch2011-07-152-20/+26
* Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are...Yegor Kozlov2011-07-153-11/+24
* Fix bug #51502 - Correct the Subtotal function javadoc entryNick Burch2011-07-121-1/+1
* Fix bug #51469 - XSSF support for row styles, to match existing HSSF function...Nick Burch2011-07-082-1/+26
* Apply patch from bug #51476 - Correct XSSF cell formatting in HTML exportNick Burch2011-07-081-2/+2
* add closeQuietly() methodSergey Vladimirov2011-07-041-0/+25
* bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet referen...Yegor Kozlov2011-07-022-2/+69
* Bug 51448 - Avoid exception when evaluating workbooks with more than 256 sheetsYegor Kozlov2011-07-021-7/+17
* Apply patch from bug #51458 - Correct BitField wrapping when setting large va...Nick Burch2011-07-011-1/+1
* Apply patch from bug #51460 (with some related generics tweaks) - Improve HSS...Nick Burch2011-07-015-15/+102
* added Workbook.getForceFormulaRecalculation as requested in Bug 51422Yegor Kozlov2011-06-303-1/+20
* Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculat...Yegor Kozlov2011-06-278-60/+148
* Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSFYegor Kozlov2011-06-253-1/+29
* cleanup sxxsf temp files after tests, remove non-ascii characters from source...Yegor Kozlov2011-06-254-16/+14
* Bug 48314 - Fixed setting column and row breaks in XSSF, also updated javadocsYegor Kozlov2011-06-242-6/+34
* Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th...Yegor Kozlov2011-06-234-23/+110
* Add a note about RecalcId record with a value of zeroNick Burch2011-06-221-1/+3
* Bug 51332 - Fixed internal IDs of shapes generated by HSSFPatriarch when ther...Yegor Kozlov2011-06-228-12/+37
* Bug 48408: Improved documentation for Sheet.setColumnWidthYegor Kozlov2011-06-202-3/+75
* Bug 50681 - Avoid exception in HSSFDataFormat.getDataFormatString()Yegor Kozlov2011-06-161-2/+8
* Bug 50681 - Fixed autosizing columns beyond 255 character limitYegor Kozlov2011-06-161-1/+10