aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
* Replaced getInstance methods with field for instances of ITestDataProvider. ↵Josh Micich2009-12-2614-179/+104
| | | | | | Some simplification in hierarchy of related tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893929 13f79535-47bb-0310-9956-ffa450edef68
* Clean-up in BaseTestSheetShiftRows and subclasses.Josh Micich2009-12-261-31/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893909 13f79535-47bb-0310-9956-ffa450edef68
* Made public instance fields for ITestDataProvider singletons.Josh Micich2009-12-251-14/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893900 13f79535-47bb-0310-9956-ffa450edef68
* Minor clean-up in TestXSSFSheetJosh Micich2009-12-251-312/+310
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893899 13f79535-47bb-0310-9956-ffa450edef68
* Added CellRange return type for Sheet array formula methods. Renamed new ↵Josh Micich2009-12-255-185/+158
| | | | | | test classes to make it clear that array formula evaluation is not being tested yet. Added extra test cases. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893897 13f79535-47bb-0310-9956-ffa450edef68
* added HSSF usermodel tests for array formulas, added support for array ↵Yegor Kozlov2009-12-253-137/+100
| | | | | | formulas in ss interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893870 13f79535-47bb-0310-9956-ffa450edef68
* removed mistakenly submitted testYegor Kozlov2009-12-241-14/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893802 13f79535-47bb-0310-9956-ffa450edef68
* added tests for XSSF usermodel for array formulas, this change is a step ↵Yegor Kozlov2009-12-233-3/+314
| | | | | | towards adoption of the patch submitted in Bugzilla 48292 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@893625 13f79535-47bb-0310-9956-ffa450edef68
* improved javadoc on Picture.resize()Yegor Kozlov2009-12-211-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892839 13f79535-47bb-0310-9956-ffa450edef68
* Added missing license headers to 5 files. Removed dist target from ↵Dave Fisher2009-12-131-0/+16
| | | | | | howtobuild.xml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@890089 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see ↵Yegor Kozlov2009-12-042-5/+23
| | | | | | Bugzilla 48332 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887160 13f79535-47bb-0310-9956-ffa450edef68
* More fixes for Cell.setCellType() when converting from CELL_TYPE_FORMULA to ↵Josh Micich2009-12-031-6/+34
| | | | | | CELL_TYPE_STRING. Similar to issues fixed with bugzilla 46479. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886951 13f79535-47bb-0310-9956-ffa450edef68
* added an annotation '@Internal' to mark program elements intended for POI ↵Yegor Kozlov2009-12-0330-5/+91
| | | | | | internal use only, marked all public accessors to OOXML xmlbeans as @Internal git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886846 13f79535-47bb-0310-9956-ffa450edef68
* added a test covering bookmarksYegor Kozlov2009-12-031-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@886733 13f79535-47bb-0310-9956-ffa450edef68
* memory usage optimization in XSSF - avoid creating parentless xml beansYegor Kozlov2009-11-307-74/+259
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885429 13f79535-47bb-0310-9956-ffa450edef68
* Patch 48284 - raise visibility of FormulaParseExceptionJosh Micich2009-11-272-39/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885007 13f79535-47bb-0310-9956-ffa450edef68
* minor changes - initial work on bugzilla 48292 (support for array formulas)Josh Micich2009-11-272-706/+707
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885006 13f79535-47bb-0310-9956-ffa450edef68
* small tweak to fix compiler error after r884918 (differences in @Override ↵Josh Micich2009-11-271-3/+1
| | | | | | rules from java 5 to 6) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@885000 13f79535-47bb-0310-9956-ffa450edef68
* improved work with cell comments in XSSF, also added support for cell ↵Yegor Kozlov2009-11-2712-350/+879
| | | | | | comments to SS interfaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884918 13f79535-47bb-0310-9956-ffa450edef68
* Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula ↵Nick Burch2009-11-252-1/+15
| | | | | | cells git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@884058 13f79535-47bb-0310-9956-ffa450edef68
* fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidthYegor Kozlov2009-11-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882931 13f79535-47bb-0310-9956-ffa450edef68
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc ↵Yegor Kozlov2009-11-213-6/+2
| | | | | | improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@882927 13f79535-47bb-0310-9956-ffa450edef68
* removed log4j calls from ooxml tests, also fixed misc bugs discovered when ↵Yegor Kozlov2009-11-1612-115/+128
| | | | | | imlementing OOXMLLite git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880799 13f79535-47bb-0310-9956-ffa450edef68
* org.apache.poi.util.OOXMLLite - an utility to build a 'lite' version of the ↵Yegor Kozlov2009-11-161-0/+200
| | | | | | ooxml-schemas.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@880798 13f79535-47bb-0310-9956-ffa450edef68
* release system resources when calling javax.imageio.ImageIO in Picture.resize()Yegor Kozlov2009-11-061-58/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833527 13f79535-47bb-0310-9956-ffa450edef68
* Add test that shows we can already extract text from .docm filesNick Burch2009-11-041-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832644 13f79535-47bb-0310-9956-ffa450edef68
* avoid NPE when calling methods from the superclass and initialize ↵Yegor Kozlov2009-11-032-8/+122
| | | | | | XSSFChartSheet with a blank sheet, see Bugzilla 48087 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832622 13f79535-47bb-0310-9956-ffa450edef68
* Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, ↵Nick Burch2009-11-0327-100/+306
| | | | | | and get the ordering of imports to be consistent git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832591 13f79535-47bb-0310-9956-ffa450edef68
* [47942] added implementation of protection features to XLSX and DOCX files. ↵Ugo Cei2009-10-288-4/+1177
| | | | | | Patch submitted by Roberto Albertini. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830657 13f79535-47bb-0310-9956-ffa450edef68
* preserve leading and trailing white spaces in XSSFRichTextString, see ↵Yegor Kozlov2009-10-282-2/+37
| | | | | | Bugzilla 48070 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@830492 13f79535-47bb-0310-9956-ffa450edef68
* simplified code copied from xalan (in r829781) to bare minimum required by ↵Josh Micich2009-10-263-248/+81
| | | | | | XSSFImportFromXML git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829903 13f79535-47bb-0310-9956-ffa450edef68
* Added classes from Xalan to make XSSFImportFromXML compile even without ↵Ugo Cei2009-10-262-0/+219
| | | | | | Xalan as a dependency. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@829781 13f79535-47bb-0310-9956-ffa450edef68
* Removed @author tag.Ugo Cei2009-10-211-369/+363
| | | | | | | Dealt with exceprions properly. General reformatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827907 13f79535-47bb-0310-9956-ffa450edef68
* Removed uses of internal JDK classes.Ugo Cei2009-10-211-157/+124
| | | | | | | | Removed @author tag. Dealt with exceprions properly. General reformatting. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@827905 13f79535-47bb-0310-9956-ffa450edef68
* From bug #47999 - avoid un-needed call to the JVM Garbage Collector when ↵Nick Burch2009-10-161-3/+0
| | | | | | working on OOXML OPC Packages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825890 13f79535-47bb-0310-9956-ffa450edef68
* reverted Digital Signature stuff (r824836, r824963 r825294) in attempt to ↵Josh Micich2009-10-1540-4201/+0
| | | | | | get gump build working git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825637 13f79535-47bb-0310-9956-ffa450edef68
* removed new dependency on jodaJosh Micich2009-10-146-64/+157
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825294 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for compiler errors and junit failures introduced by r824836Josh Micich2009-10-135-33/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824963 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation of Digital Signature support using code initially ↵Ugo Cei2009-10-1337-0/+4072
| | | | | | developed for the eId Applet project <http://code.google.com/p/eid-applet/> and re-released under Apache License. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@824836 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of ↵Josh Micich2009-10-085-495/+462
| | | | | | box instances. Applied patch with mods git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@823348 13f79535-47bb-0310-9956-ffa450edef68
* reduced the number of compiler warnings generated by JDK 1.6.13 with -XlintYegor Kozlov2009-10-0411-14/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821551 13f79535-47bb-0310-9956-ffa450edef68
* fixed ColumnHelper to correctly handle columns included in a column spanYegor Kozlov2009-10-043-5/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821497 13f79535-47bb-0310-9956-ffa450edef68
* improved API for OOXML custom propertiesYegor Kozlov2009-10-042-67/+155
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@821496 13f79535-47bb-0310-9956-ffa450edef68
* minor fixes to junit after r819469Josh Micich2009-09-293-30/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@820120 13f79535-47bb-0310-9956-ffa450edef68
* Table of Contents first implementationPaolo Mottadelli2009-09-284-0/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819469 13f79535-47bb-0310-9956-ffa450edef68
* fixed XSSFCell.getStringCellValue() to properly handle cached formula resultsYegor Kozlov2009-09-262-5/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819106 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to patch 47809 (support for UDFs)Josh Micich2009-09-173-36/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816016 13f79535-47bb-0310-9956-ffa450edef68
* Reverted initial application of patches 47848(r815935) and 47849(r815942). ↵Josh Micich2009-09-161-4/+0
| | | | | | Some details need clarification. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@816006 13f79535-47bb-0310-9956-ffa450edef68
* Added method createEvaluationWorkbook() to CreationHelper, see Bugzilla 47848Yegor Kozlov2009-09-161-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815935 13f79535-47bb-0310-9956-ffa450edef68
* improved work with user-defined functions, see Bugzilla 47809Yegor Kozlov2009-09-162-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@815928 13f79535-47bb-0310-9956-ffa450edef68