| Commit message (Expand) | Author | Age | Files | Lines |
* | merged with trunk | Evgeniy Berlog | 2012-08-05 | 86 | -1293/+2968 |
|\ |
|
| * | Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea... | Yegor Kozlov | 2012-08-04 | 16 | -211/+558 |
| * | Bugzilla 53446 - Fixed some problems extracting PNGs | Yegor Kozlov | 2012-08-04 | 8 | -18/+187 |
| * | Bugzilla 53205 - Fix some parsing errors and encoding issues in HDGF | Yegor Kozlov | 2012-07-25 | 8 | -70/+132 |
| * | fixed compilation errors on JDK 1.5 | Yegor Kozlov | 2012-07-24 | 2 | -4/+0 |
| * | 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 | 2 | -605/+613 |
| * | Bugzilla 53500 - Getter for repeating rows and columns | Yegor Kozlov | 2012-07-21 | 10 | -25/+239 |
| * | Bugzilla 53369 fixed TestCellFormatPart.testDateFormat failing on jdk 1.7 | Yegor Kozlov | 2012-07-21 | 2 | -2/+6 |
| * | Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode c... | Yegor Kozlov | 2012-07-16 | 3 | -0/+12 |
| * | Add some helper methods for working with attachments | Nick Burch | 2012-07-10 | 1 | -0/+33 |
| * | Provide one example of how PropertyValues can be encoded and decoded, rest st... | Nick Burch | 2012-07-09 | 1 | -1/+45 |
| * | Start on the code to process properties, and wire it up. No properties readin... | Nick Burch | 2012-07-08 | 10 | -90/+342 |
| * | In preparation for reading the HSMF __properties stream, improve the Types su... | Nick Burch | 2012-07-08 | 19 | -222/+359 |
| * | Disable building of the PDF version of the site | Nick Burch | 2012-07-02 | 1 | -1/+1 |
| * | avoid NPE when setting line properties if linewidth is zero | Yegor Kozlov | 2012-07-02 | 2 | -3/+17 |
| * | Bugzilla 48469 - Updated case study | Yegor Kozlov | 2012-06-27 | 2 | -11/+25 |
| * | Bug 53476 - Support Complex Name in formulas | Yegor Kozlov | 2012-06-27 | 3 | -4/+51 |
| * | Bugzilla 53414: properly update sheet dimensions when adding column | Yegor Kozlov | 2012-06-26 | 3 | -1/+43 |
| * | Update JavaDocs to make it clearer to users about the different constuctors | Nick Burch | 2012-06-21 | 1 | -2/+23 |
| * | more tests to ensure that poi compiles against poi-ooxml-schemas.jar | Yegor Kozlov | 2012-06-20 | 9 | -9/+137 |
| * | Add File based constructor to OPCPackage, alongside existing String one (whic... | Nick Burch | 2012-06-19 | 5 | -27/+108 |
| * | Fix bug #53389 - Handle formatting General and @ formats even if a locale is ... | Nick Burch | 2012-06-12 | 3 | -5/+39 |
| * | Update the site footer year range | Nick Burch | 2012-06-10 | 1 | -1/+1 |
| * | Update the FormulaEvaluator performance section to match current behaviour | Nick Burch | 2012-06-10 | 1 | -24/+37 |
| * | set line color in draw command in PPGraphics2D.java | Yegor Kozlov | 2012-05-30 | 1 | -0/+3 |
| * | Bugzilla 53271 - Removed unconditional asserts in SXSSF | Yegor Kozlov | 2012-05-25 | 6 | -9/+1 |
* | | fixed compilation for jdk 1.5 | Evgeniy Berlog | 2012-08-02 | 3 | -7/+13 |
* | | added Apache License header to each new file | Evgeniy Berlog | 2012-08-01 | 12 | -0/+204 |
* | | code refactoring | Evgeniy Berlog | 2012-08-01 | 5 | -408/+489 |
* | | 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 | 2 | -1/+31 |
* | | added features: | Evgeniy Berlog | 2012-07-28 | 14 | -53/+123 |
* | | fixed cloning of sheets with charts | Evgeniy Berlog | 2012-07-24 | 2 | -8/+7 |
* | | added few improvements | Evgeniy Berlog | 2012-07-23 | 19 | -131/+280 |
* | | implemented removing of all shape types | Evgeniy Berlog | 2012-07-19 | 7 | -22/+194 |
* | | implemented cloning of shapes | Evgeniy Berlog | 2012-07-19 | 23 | -676/+376 |
* | | moved HSSFObjectData into drawing layer | Evgeniy Berlog | 2012-07-13 | 6 | -66/+110 |
* | | fixed auto filters(added class HSSFCombobox) | Evgeniy Berlog | 2012-07-11 | 8 | -31/+160 |
* | | checked all examples, added several features | Evgeniy Berlog | 2012-07-11 | 24 | -215/+455 |
* | | implemented creating shapes in new file using new model | Evgeniy Berlog | 2012-07-06 | 19 | -69/+195 |
* | | implemented work with existing shape groups and polygons | Evgeniy Berlog | 2012-07-01 | 15 | -156/+832 |
* | | implemented creating comments in existing files, bugfixes | Evgeniy Berlog | 2012-06-28 | 16 | -133/+494 |
* | | implemented creating shapes in existing files | Evgeniy Berlog | 2012-06-26 | 15 | -103/+592 |
* | | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added tests | Evgeniy Berlog | 2012-06-22 | 9 | -69/+405 |
* | | Utility to test that POI produces readable output after re-saving xls files | Yegor Kozlov | 2012-06-20 | 1 | -0/+63 |
* | | improved aggregating drawing records in documents with charts, | Evgeniy Berlog | 2012-06-19 | 4 | -11/+195 |
* | | Added such improvements: | Evgeniy Berlog | 2012-06-18 | 16 | -296/+830 |
* | | 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 | 6 | -85/+245 |