summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged revisions ↵Nick Burch2008-04-101-1/+2
| | | | | | | | | | | | | | | 638786-638802,638805-638811,638813-638814,638816-639230,639233-639241,639243-639253,639255-639486,639488-639601,639603-639835,639837-639917,639919-640056,640058-640710,640712-641156,641158-641184,641186-641795,641797-641798,641800-641933,641935-641963,641965-641966,641968-641995,641997-642230,642232-642562,642564-642565,642568-642570,642572-642573,642576-642736,642739-642877,642879,642881-642890,642892-642903,642905-642945,642947-643624,643626-643653,643655-643669,643671,643673-643830,643832-643833,643835-644342,644344-644472,644474-644508,644510-645347,645349-645351,645353-645559,645561-645565,645568-645951,645953-646193,646195-646313 via svnmerge from https://svn.apache.org:443/repos/asf/poi/trunk ........ r646312 | nick | 2008-04-09 13:46:42 +0100 (Wed, 09 Apr 2008) | 1 line Provide a common ole2 implementation of POITextExtractor, which gives access to the document metadata ........ git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@646818 13f79535-47bb-0310-9956-ffa450edef68
* ColumnHelper get/setColDefaultStyle; XSSFSheet setDefaultColumnStyle; ↵Paolo Mottadelli2008-04-109-46/+162
| | | | | | XSSFCellStyle constructor refactored abd getIndex method implemented; StyesTable get/setCellXf and get/setCellStyleXf. + tests git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@646668 13f79535-47bb-0310-9956-ffa450edef68
* XSSFSheet removeMergedRegion + testsPaolo Mottadelli2008-04-092-3/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@646527 13f79535-47bb-0310-9956-ffa450edef68
* Tweak how we do ooxml properties, and handle hyperlinks for word documents ↵Nick Burch2008-04-098-49/+268
| | | | | | when extracting git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@646298 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle the common text extractor stuff from scratchpad to ooxml, to match ↵Nick Burch2008-04-092-0/+431
| | | | | | the compile paths git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@646239 13f79535-47bb-0310-9956-ffa450edef68
* XSSFSheet getNumMergedRegions, getMergedRegionAt methods + testsPaolo Mottadelli2008-04-072-7/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645666 13f79535-47bb-0310-9956-ffa450edef68
* XSSFSheet freeze/splitPane support + testsPaolo Mottadelli2008-04-072-7/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645662 13f79535-47bb-0310-9956-ffa450edef68
* Fix the xssfcomments support, so we don't double-add the underlying ↵Nick Burch2008-04-076-30/+88
| | | | | | ctcomment objects git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645547 13f79535-47bb-0310-9956-ffa450edef68
* Finish off XSSFHyperlink supportNick Burch2008-04-074-25/+151
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645446 13f79535-47bb-0310-9956-ffa450edef68
* AllXSSFTests fixed after moving TestCellReferencePaolo Mottadelli2008-04-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645307 13f79535-47bb-0310-9956-ffa450edef68
* XSSFSheet some non-public methods moved to the bottomPaolo Mottadelli2008-04-061-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645306 13f79535-47bb-0310-9956-ffa450edef68
* XSSFSheet addMergedRegion + Region class moved to ↵Paolo Mottadelli2008-04-063-175/+15
| | | | | | org.apache.poi.ss.util.Region + Region.getRegionRef method + tests git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645303 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for ↵Josh Micich2008-04-066-156/+326
| | | | | | numeric cells with no value. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645298 13f79535-47bb-0310-9956-ffa450edef68
* TestXSSFCellStyle fixed after StylesTable initialization stuffPaolo Mottadelli2008-04-062-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645257 13f79535-47bb-0310-9956-ffa450edef68
* Completed StylesTable initialization in order to create a new 'POIzed' file ↵Paolo Mottadelli2008-04-066-22/+160
| | | | | | readable by Excel git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645234 13f79535-47bb-0310-9956-ffa450edef68
* More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just ↵Nick Burch2008-04-0511-52/+270
| | | | | | need to fix a openxml4j bug first though git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645179 13f79535-47bb-0310-9956-ffa450edef68
* Move CellReference from hssf.util into ss.util, but leave a class in the old ↵Nick Burch2008-04-058-155/+111
| | | | | | package to proxy requests on. Also needed tweaks to several things that used it. Finally, add lots more tests, and fix the high column number num<->letter conversion git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645143 13f79535-47bb-0310-9956-ffa450edef68
* XSSFCellStyle borderStyle methods -> TODO: borderColor related methods testsPaolo Mottadelli2008-04-054-52/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645141 13f79535-47bb-0310-9956-ffa450edef68
* XSSFCellAlignment get/setTextRotation + get/setWrapText + testsPaolo Mottadelli2008-04-053-4/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645131 13f79535-47bb-0310-9956-ffa450edef68
* XSSFCellStyle alignment methods and others + testsPaolo Mottadelli2008-04-054-35/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@645129 13f79535-47bb-0310-9956-ffa450edef68
* Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ↵Nick Burch2008-04-045-0/+308
| | | | | | have yet to implement. (See WithMoreVariousData.xlsx for all the different kinds when implementing) git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644797 13f79535-47bb-0310-9956-ffa450edef68
* More tests for xssf comments. Now almost all there and working, except for ↵Nick Burch2008-04-033-2/+111
| | | | | | rich text formatting, and new line munching (bug #44750) git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644460 13f79535-47bb-0310-9956-ffa450edef68
* New ooxml4j, and finish getting xssf comments to be saved and re-loaded againNick Burch2008-04-033-3/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644118 13f79535-47bb-0310-9956-ffa450edef68
* Fix the comments code so that we can correctly process existing XSSF ↵Nick Burch2008-04-025-12/+120
| | | | | | comments, and add tests for this. Also tweak hssf comments slightly to match git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644104 13f79535-47bb-0310-9956-ffa450edef68
* Fix up the jdk1.4 interfaces, so that it all compiles and is happy once againNick Burch2008-04-016-6/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643350 13f79535-47bb-0310-9956-ffa450edef68
* Start to wire up the commentstable stuff, now partly in place, and partly testedNick Burch2008-03-315-3/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643208 13f79535-47bb-0310-9956-ffa450edef68
* Shift comments support over onto new style XSSFModel, in preparation for ↵Nick Burch2008-03-3110-56/+114
| | | | | | readings and writing existing ones git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643204 13f79535-47bb-0310-9956-ffa450edef68
* XSSF named range supportNick Burch2008-03-313-17/+203
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643189 13f79535-47bb-0310-9956-ffa450edef68
* Add XSSF eventusermodel supportNick Burch2008-03-303-0/+285
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642788 13f79535-47bb-0310-9956-ffa450edef68
* Improve how XSSFCell does error stuffNick Burch2008-03-304-30/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642769 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on running all the formula tests for xssf. Currently not ↵Nick Burch2008-03-302-1/+378
| | | | | | enabled, as many fail, but provides a start git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642741 13f79535-47bb-0310-9956-ffa450edef68
* Make the jdk 1.5 interfaces a bit more jdk 1.5 friendlyNick Burch2008-03-292-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642641 13f79535-47bb-0310-9956-ffa450edef68
* Few little short/int tweaks, and then tests to show that FormulaEvaluator ↵Nick Burch2008-03-294-5/+129
| | | | | | plays nicely with xssf git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642634 13f79535-47bb-0310-9956-ffa450edef68
* Shuffle the FormulaParser stuff about, and get it all working with the new ↵Nick Burch2008-03-292-1/+18
| | | | | | interfaces, and not just with the hard coded HSSF classes git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@642624 13f79535-47bb-0310-9956-ffa450edef68
* XSSFCellStyle getFont method; XSSFFont class added all methods to be ↵Paolo Mottadelli2008-03-254-5/+185
| | | | | | implemented; tests git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640934 13f79535-47bb-0310-9956-ffa450edef68
* XSSFCellBorder does not expose CTBorder object (same for XSSFCellFill); ↵Paolo Mottadelli2008-03-254-26/+29
| | | | | | StylesTable refactored git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640915 13f79535-47bb-0310-9956-ffa450edef68
* XSSFCellStyle fillColors support; XSSFCellFill class; testsPaolo Mottadelli2008-03-255-7/+166
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640794 13f79535-47bb-0310-9956-ffa450edef68
* New version of openxml4j, which supports reading from InputStreams. Enable ↵Nick Burch2008-03-221-3/+5
| | | | | | WorkbookFactory test for this git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640015 13f79535-47bb-0310-9956-ffa450edef68
* Now StylesTable works, re-enable previously failing cell test which now passesNick Burch2008-03-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640006 13f79535-47bb-0310-9956-ffa450edef68
* Write tests for xssf StylesTable, now able to round-trip just fineNick Burch2008-03-223-6/+194
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640005 13f79535-47bb-0310-9956-ffa450edef68
* Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ↵Nick Burch2008-03-229-32/+189
| | | | | | to pass cleanly, partly by disabling broken ones git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640003 13f79535-47bb-0310-9956-ffa450edef68
* Get it to the point that existing .xslx files can be loaded+saved, and ↵Nick Burch2008-03-217-12/+66
| | | | | | opened by excel without warning, and new files can be loaded but with a warning git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639779 13f79535-47bb-0310-9956-ffa450edef68
* Excel objects to <cols/> in a sheet, so avoid outputting thatNick Burch2008-03-213-2/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639766 13f79535-47bb-0310-9956-ffa450edef68
* Expand on XSSFWorkbook tests, and get them working (needs updated ooxml)Nick Burch2008-03-211-2/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639752 13f79535-47bb-0310-9956-ffa450edef68
* New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so ↵Nick Burch2008-03-212-38/+101
| | | | | | we can update references. Finally, some more tests git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639723 13f79535-47bb-0310-9956-ffa450edef68
* Start to tie up the XSSF cell styles stuff with the StylesTable codeNick Burch2008-03-177-34/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637692 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbookNick Burch2008-03-166-129/+151
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637688 13f79535-47bb-0310-9956-ffa450edef68
* Start to tidy up the model loading, to reduce duplicated code, and make it ↵Nick Burch2008-03-167-24/+151
| | | | | | cleaner git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637680 13f79535-47bb-0310-9956-ffa450edef68
* Start supporting styles on the XSSFWorkbook, and tests for itNick Burch2008-03-165-17/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637669 13f79535-47bb-0310-9956-ffa450edef68
* Move the SharedStringsTable to a more generic package, and make a start on ↵Nick Burch2008-03-163-2/+158
| | | | | | the styles table git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637624 13f79535-47bb-0310-9956-ffa450edef68