aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* merged with trunkEvgeniy Berlog2012-08-0586-1293/+2968
|\
| * Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-0416-211/+558
| * Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-048-18/+187
| * Bugzilla 53205 - Fix some parsing errors and encoding issues in HDGFYegor Kozlov2012-07-258-70/+132
| * fixed compilation errors on JDK 1.5Yegor Kozlov2012-07-242-4/+0
| * 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-222-605/+613
| * Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-2110-25/+239
| * Bugzilla 53369 fixed TestCellFormatPart.testDateFormat failing on jdk 1.7Yegor Kozlov2012-07-212-2/+6
| * Bugzilla 53360 - Fixed SXSSF to correctly write text before escaped Unicode c...Yegor Kozlov2012-07-163-0/+12
| * Add some helper methods for working with attachmentsNick Burch2012-07-101-0/+33
| * Provide one example of how PropertyValues can be encoded and decoded, rest st...Nick Burch2012-07-091-1/+45
| * Start on the code to process properties, and wire it up. No properties readin...Nick Burch2012-07-0810-90/+342
| * In preparation for reading the HSMF __properties stream, improve the Types su...Nick Burch2012-07-0819-222/+359
| * Disable building of the PDF version of the siteNick Burch2012-07-021-1/+1
| * avoid NPE when setting line properties if linewidth is zeroYegor Kozlov2012-07-022-3/+17
| * Bugzilla 48469 - Updated case study Yegor Kozlov2012-06-272-11/+25
| * Bug 53476 - Support Complex Name in formulasYegor Kozlov2012-06-273-4/+51
| * Bugzilla 53414: properly update sheet dimensions when adding columnYegor Kozlov2012-06-263-1/+43
| * Update JavaDocs to make it clearer to users about the different constuctorsNick Burch2012-06-211-2/+23
| * more tests to ensure that poi compiles against poi-ooxml-schemas.jarYegor Kozlov2012-06-209-9/+137
| * Add File based constructor to OPCPackage, alongside existing String one (whic...Nick Burch2012-06-195-27/+108
| * Fix bug #53389 - Handle formatting General and @ formats even if a locale is ...Nick Burch2012-06-123-5/+39
| * Update the site footer year rangeNick Burch2012-06-101-1/+1
| * Update the FormulaEvaluator performance section to match current behaviourNick Burch2012-06-101-24/+37
| * set line color in draw command in PPGraphics2D.javaYegor Kozlov2012-05-301-0/+3
| * Bugzilla 53271 - Removed unconditional asserts in SXSSFYegor Kozlov2012-05-256-9/+1
* | fixed compilation for jdk 1.5Evgeniy Berlog2012-08-023-7/+13
* | added Apache License header to each new fileEvgeniy Berlog2012-08-0112-0/+204
* | code refactoringEvgeniy Berlog2012-08-015-408/+489
* | added feature for setting additional shape typeEvgeniy Berlog2012-07-304-15/+246
* | fixed bug 51675, added test case for bug 52272Evgeniy Berlog2012-07-282-1/+31
* | added features:Evgeniy Berlog2012-07-2814-53/+123
* | fixed cloning of sheets with chartsEvgeniy Berlog2012-07-242-8/+7
* | added few improvementsEvgeniy Berlog2012-07-2319-131/+280
* | implemented removing of all shape typesEvgeniy Berlog2012-07-197-22/+194
* | implemented cloning of shapesEvgeniy Berlog2012-07-1923-676/+376
* | moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-136-66/+110
* | fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-118-31/+160
* | checked all examples, added several featuresEvgeniy Berlog2012-07-1124-215/+455
* | implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-0619-69/+195
* | implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-0115-156/+832
* | implemented creating comments in existing files, bugfixesEvgeniy Berlog2012-06-2816-133/+494
* | implemented creating shapes in existing filesEvgeniy Berlog2012-06-2615-103/+592
* | added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-229-69/+405
* | 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-194-11/+195
* | Added such improvements:Evgeniy Berlog2012-06-1816-296/+830
* | 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-146-85/+245