aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-113-1/+4
* As discussed on dev@poi, move XSSFRelation out to its own classNick Burch2008-08-1113-353/+375
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-093-1/+7
* Have XWPFWordExtractor extract headers and footersNick Burch2008-08-094-14/+111
* Improve paragraph text stuff, and further header testsNick Burch2008-08-095-23/+95
* Improve how XWPF headers and footers workNick Burch2008-08-095-44/+376
* Improve how XWPFParagraph works, so it is child order awareNick Burch2008-08-094-12/+161
* Start on xwpf header/footer supportNick Burch2008-08-096-6/+167
* Patch from bug #45592 - improve xwpf text extractionNick Burch2008-08-092-2/+19
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-092-8/+31
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-2/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-072-4/+4
* Fix bug #45545 - Improve XSLF usermodel support, and include XSLF comments in...Nick Burch2008-08-052-15/+52
* Start on more XSLF supportNick Burch2008-08-054-33/+276
* Test to show that bug #45544 is incorrectNick Burch2008-08-051-0/+25
* Add a common interface for HSSF and XSSF excel extractors, to make setting th...Nick Burch2008-08-053-1/+89
* Fix bug #45540 - Fix XSSF header and footer support, and include headers and ...Nick Burch2008-08-056-73/+205
* Improve support, tests and documentation for xssf headers and footersNick Burch2008-08-059-26/+100
* Start on bug 45540, not fixed yet thoughNick Burch2008-08-053-3/+46
* Slight tidy up of header/footer interfaceNick Burch2008-08-042-8/+4
* Change how we do the control and drawing write out, so that XSSFRelation can ...Nick Burch2008-07-309-108/+190
* Tidying up of some xssfmodel stuff, by doing more work generically in XSSFRel...Nick Burch2008-07-295-46/+104
* More work on bug #45431 - Support for .xlsm files, sufficient for simple file...Nick Burch2008-07-299-12/+442
* Improved .xlsm support - still not quite there thoughNick Burch2008-07-292-11/+45
* New openxml4j version, and new save/reload testNick Burch2008-07-282-3/+12
* Partial support for .xlsm files (bug #45431), but still not quite there as th...Nick Burch2008-07-184-3/+167
* Fix bug #45430 - Correct named range sheet reporting when no local sheet id i...Nick Burch2008-07-183-3/+73
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-125-2/+111
* Big update of links in docs to get things building properlyNick Burch2008-07-061-0/+30
* Update to ooxml embeding from bug #45018 from YuryNick Burch2008-05-288-11/+53
* More merging, plus tests for embeded ooxml filesNick Burch2008-05-272-8/+102
* Sample embeded ooxml files from bug #45018Nick Burch2008-05-273-0/+0
* Patch from Yury from bug #45018 - Support for fetching embeded documents from...Nick Burch2008-05-233-1/+30
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-234-3/+74
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-204-1/+129
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-161-1/+3
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-061-7/+5
* Improved hyperlink and comment fetching for xwpf text extraction, based on th...Nick Burch2008-04-2711-65/+560
* Fix up interfaces to compile cleanly all on jdk14sNick Burch2008-04-232-4/+13
* In the ooxml branch, convert the formula stuff from using hssf.HSSFWorkbook t...Nick Burch2008-04-152-2/+54
* Start on interfaces for powerpointNick Burch2008-04-1126-58/+846
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-101-1/+2
* ColumnHelper get/setColDefaultStyle; XSSFSheet setDefaultColumnStyle; XSSFCel...Paolo Mottadelli2008-04-109-46/+162
* XSSFSheet removeMergedRegion + testsPaolo Mottadelli2008-04-092-3/+31
* Tweak how we do ooxml properties, and handle hyperlinks for word documents wh...Nick Burch2008-04-098-49/+268
* Shuffle the common text extractor stuff from scratchpad to ooxml, to match th...Nick Burch2008-04-092-0/+431
* XSSFSheet getNumMergedRegions, getMergedRegionAt methods + testsPaolo Mottadelli2008-04-072-7/+33
* XSSFSheet freeze/splitPane support + testsPaolo Mottadelli2008-04-072-7/+38
* Fix the xssfcomments support, so we don't double-add the underlying ctcomment...Nick Burch2008-04-076-30/+88
* Finish off XSSFHyperlink supportNick Burch2008-04-074-25/+151