summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-291-3/+26
* Fix generics warningsNick Burch2012-09-291-16/+10
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-231-0/+23
* fixed bug 46250Evgeniy Berlog2012-09-092-3/+21
* fixed bug 53588Evgeniy Berlog2012-09-081-9/+6
* bugzilla ticket 53642: added detailed logging for formula evaluation in both ...Evgeniy Berlog2012-09-053-8/+14
* resolved bugzilla ticket 53642Evgeniy Berlog2012-09-045-18/+97
* fixed bug 53434Evgeniy Berlog2012-08-281-1/+1
* fixed bug 53432Evgeniy Berlog2012-08-141-2/+4
* fixed bug 53028, added check before serialization if any cell contains 2 or m...Evgeniy Berlog2012-08-145-8/+44
* complete refactoring in EscherAggregateEvgeniy Berlog2012-08-123-91/+99
* Bugzilla 53699 - Patch to correct BorderStyle enum positionsYegor Kozlov2012-08-121-2/+2
* fixed compilation errors on JDk 1.5Yegor Kozlov2012-08-121-19/+20
* Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addonYegor Kozlov2012-08-116-32/+207
* added javadoc and code refactoringEvgeniy Berlog2012-08-088-109/+85
* added javadoc and few other improvementsEvgeniy Berlog2012-08-0617-211/+262
* merged with trunkEvgeniy Berlog2012-08-0516-722/+1129
|\
| * Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-046-80/+235
| * Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-042-1/+70
| * 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-216-24/+147
| * Bugzilla 53369 fixed TestCellFormatPart.testDateFormat failing on jdk 1.7Yegor Kozlov2012-07-211-2/+5
| * Start on the code to process properties, and wire it up. No properties readin...Nick Burch2012-07-081-0/+18
| * Bug 53476 - Support Complex Name in formulasYegor Kozlov2012-06-271-4/+4
| * Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-261-1/+1
| * Fix bug #53389 - Handle formatting General and @ formats even if a locale is ...Nick Burch2012-06-121-5/+20
* | 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-2810-29/+69
* | 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-0110-141/+316
* | implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-2811-104/+178
* | implemented creating shapes in existing filesEvgeniy Berlog2012-06-2611-103/+352
* | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-226-66/+103
* | Utility to test that POI produces readable output after re-saving xls filesYegor Kozlov2012-06-201-0/+63
* | improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-192-3/+45
* | Added such improvements:Evgeniy Berlog2012-06-1814-296/+461
* | 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-144-42/+49