summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level ↵Yegor Kozlov2012-10-045-7/+29
| | | | | | manual flag< git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1394059 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 52211 - avoid unnessary re-coverting content types to US-ASCII, it ↵Yegor Kozlov2012-10-043-11/+5
| | | | | | can cause exceptions on ibm mainframes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1394001 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53568 - Set shapes anchors in XSSF when reading from existing drawingsYegor Kozlov2012-10-044-7/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1393992 13f79535-47bb-0310-9956-ffa450edef68
* Have HSSFOptimiser also remove un-used cell styles, in addition to duplicatesNick Burch2012-09-293-4/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1391891 13f79535-47bb-0310-9956-ffa450edef68
* Fix generics warningsNick Burch2012-09-291-16/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1391885 13f79535-47bb-0310-9956-ffa450edef68
* add 4th example file from Bug 53380Sergey Vladimirov2012-09-252-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1390167 13f79535-47bb-0310-9956-ffa450edef68
* add safe path for documents with missing list informationSergey Vladimirov2012-09-231-7/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389056 13f79535-47bb-0310-9956-ffa450edef68
* fix LVL#xst definition and processingSergey Vladimirov2012-09-233-67/+162
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389053 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389041 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-234-18/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389039 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-237-271/+361
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389038 13f79535-47bb-0310-9956-ffa450edef68
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-2312-355/+501
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1389037 13f79535-47bb-0310-9956-ffa450edef68
* +one more test file for Bug 53380Sergey Vladimirov2012-09-212-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1388351 13f79535-47bb-0310-9956-ffa450edef68
* updated status.xml to reflect closed Bugzilla 53493Yegor Kozlov2012-09-141-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1384790 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53780: Fixed memory and temporary file leak in SXSSFYegor Kozlov2012-09-1412-38/+189
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1384784 13f79535-47bb-0310-9956-ffa450edef68
* added relation for XSLF chartsYegor Kozlov2012-09-142-1/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1384730 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug 53380 -- ArrayIndexOutOfBounds Excetion parsing word 97 documentSergey Vladimirov2012-09-119-44/+141
| | | | | | We had incorrect implementation for sprmCShd80 (0x4866) 0x66 processing, Shd was used instead of Shd80 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1383584 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 46250Evgeniy Berlog2012-09-094-3/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1382494 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53588Evgeniy Berlog2012-09-083-9/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1382339 13f79535-47bb-0310-9956-ffa450edef68
* updated status.xml according to recently fixed bugsEvgeniy Berlog2012-09-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1381253 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla ticket 53642: added detailed logging for formula evaluation in both ↵Evgeniy Berlog2012-09-055-11/+23
| | | | | | HSSF and XSSF modules git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1381249 13f79535-47bb-0310-9956-ffa450edef68
* resolved bugzilla ticket 53642Evgeniy Berlog2012-09-046-20/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1380882 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53434Evgeniy Berlog2012-08-283-88/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1378016 13f79535-47bb-0310-9956-ffa450edef68
* changed status.xml according to the completed during GSoC tasksEvgeniy Berlog2012-08-241-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1376951 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53432Evgeniy Berlog2012-08-142-2/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1373110 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 53028, added check before serialization if any cell contains 2 or ↵Evgeniy Berlog2012-08-147-8/+81
| | | | | | more comments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1373005 13f79535-47bb-0310-9956-ffa450edef68
* complete refactoring in EscherAggregateEvgeniy Berlog2012-08-125-110/+102
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1372065 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53699 - Patch to correct BorderStyle enum positionsYegor Kozlov2012-08-122-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1372063 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53064: Ugly Duckling case studyYegor Kozlov2012-08-121-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1372062 13f79535-47bb-0310-9956-ffa450edef68
* fixed compilation errors on JDk 1.5Yegor Kozlov2012-08-121-19/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1372061 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53644: XLS formula bugfix (CalFieldFunc) + WeekDay addonYegor Kozlov2012-08-1111-36/+243
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1371969 13f79535-47bb-0310-9956-ffa450edef68
* merge GSoC code with trunkYegor Kozlov2012-08-1070-2365/+8811
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1371663 13f79535-47bb-0310-9956-ffa450edef68
| * increased jvm heap size for testing(Xmx256)gsoc2012Evgeniy Berlog2012-08-091-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1371230 13f79535-47bb-0310-9956-ffa450edef68
| * added javadoc and code refactoringEvgeniy Berlog2012-08-088-109/+85
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1370912 13f79535-47bb-0310-9956-ffa450edef68
| * added javadoc and few other improvementsEvgeniy Berlog2012-08-0622-234/+270
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1370018 13f79535-47bb-0310-9956-ffa450edef68
| * merged with trunkEvgeniy Berlog2012-08-0592-1293/+2968
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1369572 13f79535-47bb-0310-9956-ffa450edef68
| * | fixed compilation for jdk 1.5Evgeniy Berlog2012-08-023-7/+13
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1368670 13f79535-47bb-0310-9956-ffa450edef68
| * | added Apache License header to each new fileEvgeniy Berlog2012-08-0112-0/+204
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1368221 13f79535-47bb-0310-9956-ffa450edef68
| * | code refactoringEvgeniy Berlog2012-08-015-408/+489
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1368211 13f79535-47bb-0310-9956-ffa450edef68
| * | added feature for setting additional shape typeEvgeniy Berlog2012-07-304-15/+246
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1367279 13f79535-47bb-0310-9956-ffa450edef68
| * | fixed bug 51675, added test case for bug 52272Evgeniy Berlog2012-07-283-1/+31
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1366700 13f79535-47bb-0310-9956-ffa450edef68
| * | added features:Evgeniy Berlog2012-07-2814-53/+123
| | | | | | | | | | | | | | | | | | | | | | | | -background image for comment -wrapText for HSSFSimpleShape -few other improvements git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1366636 13f79535-47bb-0310-9956-ffa450edef68
| * | fixed cloning of sheets with chartsEvgeniy Berlog2012-07-242-8/+7
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1365255 13f79535-47bb-0310-9956-ffa450edef68
| * | added few improvementsEvgeniy Berlog2012-07-2320-131/+280
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1364547 13f79535-47bb-0310-9956-ffa450edef68
| * | implemented removing of all shape typesEvgeniy Berlog2012-07-197-22/+194
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1363524 13f79535-47bb-0310-9956-ffa450edef68
| * | implemented cloning of shapesEvgeniy Berlog2012-07-1923-676/+376
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1363479 13f79535-47bb-0310-9956-ffa450edef68
| * | moved HSSFObjectData into drawing layerEvgeniy Berlog2012-07-137-66/+110
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1361278 13f79535-47bb-0310-9956-ffa450edef68
| * | fixed auto filters(added class HSSFCombobox)Evgeniy Berlog2012-07-118-31/+160
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1360445 13f79535-47bb-0310-9956-ffa450edef68
| * | checked all examples, added several featuresEvgeniy Berlog2012-07-1125-215/+455
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1360132 13f79535-47bb-0310-9956-ffa450edef68
| * | implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-0619-69/+195
| | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/gsoc2012@1358301 13f79535-47bb-0310-9956-ffa450edef68