| Commit message (Expand) | Author | Age | Files | Lines |
* | merged with trunk | Evgeniy Berlog | 2012-08-05 | 6 | -687/+890 |
|\ |
|
| * | Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea... | Yegor Kozlov | 2012-08-04 | 3 | -76/+176 |
| * | Bugzilla 53446 - Fixed some problems extracting PNGs | Yegor Kozlov | 2012-08-04 | 1 | -1/+13 |
| * | keep javac on JDK 1.5 happy | Yegor Kozlov | 2012-07-23 | 1 | -2/+0 |
| * | Bugzilla 53204: Improve performance when opening certain Excel files (PageSet... | Yegor Kozlov | 2012-07-22 | 1 | -605/+612 |
| * | Bugzilla 53500 - Getter for repeating rows and columns | Yegor Kozlov | 2012-07-21 | 2 | -2/+69 |
| * | Bugzilla 53414: properly update sheet dimensions when adding column | Yegor Kozlov | 2012-06-26 | 1 | -1/+1 |
* | | fixed compilation for jdk 1.5 | Evgeniy Berlog | 2012-08-02 | 2 | -3/+7 |
* | | added Apache License header to each new file | Evgeniy Berlog | 2012-08-01 | 2 | -0/+34 |
* | | code refactoring | Evgeniy Berlog | 2012-08-01 | 4 | -408/+449 |
* | | added feature for setting additional shape type | Evgeniy Berlog | 2012-07-30 | 4 | -15/+246 |
* | | fixed bug 51675, added test case for bug 52272 | Evgeniy Berlog | 2012-07-28 | 1 | -1/+1 |
* | | added features: | Evgeniy Berlog | 2012-07-28 | 8 | -28/+59 |
* | | fixed cloning of sheets with charts | Evgeniy Berlog | 2012-07-24 | 2 | -8/+7 |
* | | added few improvements | Evgeniy Berlog | 2012-07-23 | 16 | -126/+128 |
* | | implemented removing of all shape types | Evgeniy Berlog | 2012-07-19 | 6 | -22/+53 |
* | | implemented cloning of shapes | Evgeniy Berlog | 2012-07-19 | 16 | -588/+289 |
* | | moved HSSFObjectData into drawing layer | Evgeniy Berlog | 2012-07-13 | 4 | -65/+85 |
* | | fixed auto filters(added class HSSFCombobox) | Evgeniy Berlog | 2012-07-11 | 5 | -24/+94 |
* | | checked all examples, added several features | Evgeniy Berlog | 2012-07-11 | 18 | -206/+345 |
* | | implemented creating shapes in new file using new model | Evgeniy Berlog | 2012-07-06 | 13 | -44/+104 |
* | | implemented work with existing shape groups and polygons | Evgeniy Berlog | 2012-07-01 | 9 | -140/+315 |
* | | implemented creating comments in existing files, bugfixes | Evgeniy Berlog | 2012-06-28 | 10 | -100/+159 |
* | | implemented creating shapes in existing files | Evgeniy Berlog | 2012-06-26 | 11 | -103/+352 |
* | | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added tests | Evgeniy Berlog | 2012-06-22 | 4 | -58/+103 |
* | | Utility to test that POI produces readable output after re-saving xls files | Yegor Kozlov | 2012-06-20 | 1 | -0/+63 |
* | | Added such improvements: | Evgeniy Berlog | 2012-06-18 | 11 | -295/+445 |
* | | fixed bug in EscherAggregate if sheet contains no shapes | Evgeniy Berlog | 2012-06-18 | 1 | -3/+12 |
* | | fixed EscherAggregate to correctly write records with trailing solver container | Yegor Kozlov | 2012-06-14 | 3 | -41/+48 |
* | | initial support for reading shapes, see patch from June 8 in Bugzilla 53372 | Yegor Kozlov | 2012-06-08 | 12 | -21/+382 |
* | | Bugzilla 53010, patch from June 3: improved support for Continue records in d... | Yegor Kozlov | 2012-06-04 | 4 | -999/+998 |
* | | more tests and fixes, see patch from May 30 in Bugzilla 53010 | Yegor Kozlov | 2012-05-31 | 2 | -4/+8 |
* | | Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in... | Yegor Kozlov | 2012-05-28 | 2 | -37/+33 |
|/ |
|
* | Bugzilla 53058 - Utility for representing drawings contained in a binary Exce... | Yegor Kozlov | 2012-05-02 | 2 | -0/+204 |
* | Bugzilla 49529 - avoid exception when cloning sheets with no drawing records ... | Yegor Kozlov | 2012-03-29 | 1 | -0/+8 |
* | removed svn:executable from source files | Yegor Kozlov | 2012-03-17 | 1 | -0/+0 |
* | Bugzilla 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString() | Yegor Kozlov | 2012-03-13 | 1 | -1/+1 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 16 | -29/+17 |
* | Bugzilla 52574 - support setting header / footer page margins in HSSF | Yegor Kozlov | 2012-02-27 | 1 | -2/+18 |
* | Bugzilla 52626: fixed setting default row height in HSSF and XSSF | Yegor Kozlov | 2012-02-12 | 2 | -0/+4 |
* | Bugzilla 52576: support changing external file references in HSSFWorkbook | Yegor Kozlov | 2012-02-10 | 4 | -14/+105 |
* | Bugzilla 52527: avoid exception when matching shared formula records in HSSF | Yegor Kozlov | 2012-02-07 | 1 | -4/+3 |
* | Bugzilla 52569: Support DConRefRecord in HSSF | Yegor Kozlov | 2012-02-07 | 3 | -0/+315 |
* | added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 | Yegor Kozlov | 2012-02-07 | 1 | -0/+20 |
* | bugzilla 52575: added an option to ignore missing workbook references in form... | Yegor Kozlov | 2012-02-06 | 1 | -4/+7 |
* | corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as rep... | Yegor Kozlov | 2012-01-17 | 1 | -6/+16 |
* | fixed javadoc warnings | Yegor Kozlov | 2011-12-09 | 1 | -5/+3 |
* | Add a method to HSSFFont to get the color, similar to the XSSF one | Nick Burch | 2011-09-29 | 1 | -0/+10 |
* | Fix bug #51832 - handle XLS files where the WRITEPROTECT record preceeds the ... | Nick Burch | 2011-09-19 | 1 | -0/+15 |
* | XLS: HyperlinkRecord: remove check for value in usKeyValue field because some... | Maxim Valyanskiy | 2011-09-13 | 1 | -4/+3 |