summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache
Commit message (Collapse)AuthorAgeFilesLines
...
* New ooxml4j, and finish getting xssf comments to be saved and re-loaded againNick Burch2008-04-032-2/+32
| | | | 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-023-5/+39
| | | | | | 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
* Start to wire up the commentstable stuff, now partly in place, and partly testedNick Burch2008-03-313-2/+43
| | | | 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-314-34/+56
| | | | | | 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-312-16/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@643189 13f79535-47bb-0310-9956-ffa450edef68
* Add XSSF eventusermodel supportNick Burch2008-03-302-0/+174
| | | | 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-302-27/+60
| | | | 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-301-1/+37
| | | | | | 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
* Few little short/int tweaks, and then tests to show that FormulaEvaluator ↵Nick Burch2008-03-292-4/+13
| | | | | | 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-291-1/+10
| | | | | | 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-253-5/+174
| | | | | | 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-253-23/+27
| | | | | | 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-253-7/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@640794 13f79535-47bb-0310-9956-ffa450edef68
* Write tests for xssf StylesTable, now able to round-trip just fineNick Burch2008-03-222-6/+22
| | | | 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-224-23/+82
| | | | | | 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-216-8/+52
| | | | | | 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-212-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@639766 13f79535-47bb-0310-9956-ffa450edef68
* New openxml4j. Also, re-order some of the xssfworkbook writing out steps, so ↵Nick Burch2008-03-211-37/+57
| | | | | | 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-174-20/+97
| | | | 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-163-115/+125
| | | | 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-164-24/+110
| | | | | | 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-162-17/+90
| | | | 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
* Further workarounds for java being rubbish, by having a dedicated class to ↵Nick Burch2008-03-163-0/+79
| | | | | | create concrete instances of interfaces for you git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637610 13f79535-47bb-0310-9956-ffa450edef68
* Update some more documentation, and put in a workaround for needing to ↵Nick Burch2008-03-161-1/+6
| | | | | | create a RichTextString, without wanting to know the concrete type, but Java interfaces are crap git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@637607 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Paolo from bug #44581 - fix ColumnHelper bug, and start on xssf ↵Nick Burch2008-03-137-46/+709
| | | | | | stylings git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@636729 13f79535-47bb-0310-9956-ffa450edef68
* Start on a factory for producing the right WorkbookNick Burch2008-03-111-0/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635902 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few ooxml unit testsNick Burch2008-03-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635255 13f79535-47bb-0310-9956-ffa450edef68
* Update the word code to the new style ooxml stuffNick Burch2008-03-094-30/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635253 13f79535-47bb-0310-9956-ffa450edef68
* Get the powerpoint ooxml stuff converted over, and fix up a few testsNick Burch2008-03-094-54/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635243 13f79535-47bb-0310-9956-ffa450edef68
* Start to rename hslf and hwpf in ooxml to xslf and xwpfNick Burch2008-03-086-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635031 13f79535-47bb-0310-9956-ffa450edef68
* More on converting the excel extractor to the new codeNick Burch2008-03-083-5/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635030 13f79535-47bb-0310-9956-ffa450edef68
* Start updating the excel extractor to the new style codeNick Burch2008-03-083-53/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635026 13f79535-47bb-0310-9956-ffa450edef68
* More shuffling of things out of src/scratchpad/ooxml-*Nick Burch2008-03-082-0/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635021 13f79535-47bb-0310-9956-ffa450edef68
* Start shuffling things out of the old src/scratchpad/ooxml-* directoriesNick Burch2008-03-089-0/+738
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@635019 13f79535-47bb-0310-9956-ffa450edef68
* Tweak method signature to match changes done in trunkNick Burch2008-03-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@634991 13f79535-47bb-0310-9956-ffa450edef68
* Applied patches for bug #44566, thanks to Paolo Mottadelli ↵Ugo Cei2008-03-087-81/+202
| | | | | | <paolo.moz@gmail.com>, <p.mottadelli@sourcesense.com> git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@634930 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch from bug #44535 contributed by Paolo Mottadelli ↵Ugo Cei2008-03-074-5/+178
| | | | | | <paolo.moz@gmail.com>, <p.mottadelli@sourcesense.com>. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@634772 13f79535-47bb-0310-9956-ffa450edef68
* Applied patches for #44480, thanks to Paolo Mottadelli ↵Ugo Cei2008-02-296-153/+498
| | | | | | <p.mottadelli@sourcesense.com>, <paolo.moz@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@632325 13f79535-47bb-0310-9956-ffa450edef68
* Return a list of all pictures for a workbook. This shows a discrepancy ↵Ugo Cei2008-02-194-9/+100
| | | | | | between the way pictures are stored in OLE2 files and the way they are stored in OOXML files. In the former case, pictures are associated with the workbook, in the latter they are referred to in "drawings" which are, in turn, referred to in sheets. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@629170 13f79535-47bb-0310-9956-ffa450edef68
* Moved test data file to own package. Start writing some tests for parsing ↵Ugo Cei2008-02-191-0/+8
| | | | | | cell styles. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@629092 13f79535-47bb-0310-9956-ffa450edef68
* Load shared strings table when loading workbook.Ugo Cei2008-02-135-32/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@627407 13f79535-47bb-0310-9956-ffa450edef68
* Correct implementation of cell coordinates conversion.Ugo Cei2008-02-071-1/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@619463 13f79535-47bb-0310-9956-ffa450edef68
* Fleshing out reading XSSF.Ugo Cei2008-02-073-16/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@619419 13f79535-47bb-0310-9956-ffa450edef68
* XSSF implementation of header and footer. Contributed by Paolo Mottadelli ↵Ugo Cei2008-02-0710-127/+505
| | | | | | <p.mottadelli@sourcesense.com> as bugzilla issue #44330. git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@619316 13f79535-47bb-0310-9956-ffa450edef68
* Have iterating over rows and cells work with JDK 1.5 foreach loops through ↵Nick Burch2008-02-052-0/+14
| | | | | | java.lang.Iterable git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@618676 13f79535-47bb-0310-9956-ffa450edef68
* Introduce POIXMLDocument as common base class for all OOXML document types.Ugo Cei2008-02-042-19/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@618319 13f79535-47bb-0310-9956-ffa450edef68
* Commit patch from Paolo <p.mottadelli@sourcesense.com> attached to bug #44319.Ugo Cei2008-01-291-50/+161
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@616303 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for loading workbooks off files.Ugo Cei2008-01-251-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@615275 13f79535-47bb-0310-9956-ffa450edef68
* [ooxml branch] XSSFSheet get/setColumnWidth methods and tests, patch from PaoloNick Burch2008-01-252-3/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@615258 13f79535-47bb-0310-9956-ffa450edef68