aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* merged with trunkEvgeniy Berlog2012-08-056-687/+890
|\
| * Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-043-76/+176
| * Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-041-1/+13
| * keep javac on JDK 1.5 happyYegor Kozlov2012-07-231-2/+0
| * Bugzilla 53204: Improve performance when opening certain Excel files (PageSet...Yegor Kozlov2012-07-221-605/+612
| * Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-212-2/+69
| * Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-261-1/+1
* | fixed compilation for jdk 1.5Evgeniy Berlog2012-08-022-3/+7
* | added Apache License header to each new fileEvgeniy Berlog2012-08-012-0/+34
* | code refactoringEvgeniy Berlog2012-08-014-408/+449
* | added feature for setting additional shape typeEvgeniy Berlog2012-07-304-15/+246
* | fixed bug 51675, added test case for bug 52272Evgeniy Berlog2012-07-281-1/+1
* | added features:Evgeniy Berlog2012-07-288-28/+59
* | fixed cloning of sheets with chartsEvgeniy Berlog2012-07-242-8/+7
* | added few improvementsEvgeniy Berlog2012-07-2316-126/+128
* | implemented removing of all shape typesEvgeniy Berlog2012-07-196-22/+53
* | implemented cloning of shapesEvgeniy Berlog2012-07-1916-588/+289
* | moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-134-65/+85
* | fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-115-24/+94
* | checked all examples, added several featuresEvgeniy Berlog2012-07-1118-206/+345
* | implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-0613-44/+104
* | implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-019-140/+315
* | implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-2810-100/+159
* | implemented creating shapes in existing filesEvgeniy Berlog2012-06-2611-103/+352
* | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-224-58/+103
* | Utility to test that POI produces readable output after re-saving xls filesYegor Kozlov2012-06-201-0/+63
* | Added such improvements:Evgeniy Berlog2012-06-1811-295/+445
* | fixed bug in EscherAggregate if sheet contains no shapesEvgeniy Berlog2012-06-181-3/+12
* | fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-143-41/+48
* | initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-0812-21/+382
* | Bugzilla 53010, patch from June 3: improved support for Continue records in d...Yegor Kozlov2012-06-044-999/+998
* | more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-312-4/+8
* | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in...Yegor Kozlov2012-05-282-37/+33
|/
* Bugzilla 53058 - Utility for representing drawings contained in a binary Exce...Yegor Kozlov2012-05-022-0/+204
* Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ...Yegor Kozlov2012-03-291-0/+8
* removed svn:executable from source filesYegor Kozlov2012-03-171-0/+0
* Bugzilla 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString()Yegor Kozlov2012-03-131-1/+1
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-0516-29/+17
* Bugzilla 52574 - support setting header / footer page margins in HSSFYegor Kozlov2012-02-271-2/+18
* Bugzilla 52626: fixed setting default row height in HSSF and XSSFYegor Kozlov2012-02-122-0/+4
* Bugzilla 52576: support changing external file references in HSSFWorkbookYegor Kozlov2012-02-104-14/+105
* Bugzilla 52527: avoid exception when matching shared formula records in HSSFYegor Kozlov2012-02-071-4/+3
* Bugzilla 52569: Support DConRefRecord in HSSFYegor Kozlov2012-02-073-0/+315
* added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575Yegor Kozlov2012-02-071-0/+20
* bugzilla 52575: added an option to ignore missing workbook references in form...Yegor Kozlov2012-02-061-4/+7
* corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as rep...Yegor Kozlov2012-01-171-6/+16
* fixed javadoc warningsYegor Kozlov2011-12-091-5/+3
* Add a method to HSSFFont to get the color, similar to the XSSF oneNick Burch2011-09-291-0/+10
* Fix bug #51832 - handle XLS files where the WRITEPROTECT record preceeds the ...Nick Burch2011-09-191-0/+15
* XLS: HyperlinkRecord: remove check for value in usKeyValue field because some...Maxim Valyanskiy2011-09-131-4/+3