aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* more ooxml progress from SourseSense developersYegor Kozlov2008-09-1111-106/+904
* Initial ExtractorFactory support for building TextExtractors for embeded docu...Nick Burch2008-09-021-5/+80
* Support stripping XSSF header and footer fields (eg page number) out of heade...Nick Burch2008-08-141-4/+46
* Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a...Nick Burch2008-08-124-8/+192
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-121-1/+10
* Add missing xssf methodNick Burch2008-08-121-1/+5
* 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-091-0/+3
* Have XWPFWordExtractor extract headers and footersNick Burch2008-08-092-8/+40
* Improve paragraph text stuff, and further header testsNick Burch2008-08-093-20/+79
* Improve how XWPF headers and footers workNick Burch2008-08-093-43/+195
* Improve how XWPFParagraph works, so it is child order awareNick Burch2008-08-093-12/+65
* Start on xwpf header/footer supportNick Burch2008-08-095-5/+166
* Patch from bug #45592 - improve xwpf text extractionNick Burch2008-08-091-0/+14
* 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-071-3/+3
* Fix bug #45545 - Improve XSLF usermodel support, and include XSLF comments in...Nick Burch2008-08-051-15/+34
* Start on more XSLF supportNick Burch2008-08-054-33/+276
* Add a common interface for HSSF and XSSF excel extractors, to make setting th...Nick Burch2008-08-051-1/+1
* Fix bug #45540 - Fix XSSF header and footer support, and include headers and ...Nick Burch2008-08-053-58/+112
* Improve support, tests and documentation for xssf headers and footersNick Burch2008-08-057-23/+86
* Start on bug 45540, not fixed yet thoughNick Burch2008-08-052-3/+22
* Change how we do the control and drawing write out, so that XSSFRelation can ...Nick Burch2008-07-308-104/+190
* Tidying up of some xssfmodel stuff, by doing more work generically in XSSFRel...Nick Burch2008-07-294-45/+86
* More work on bug #45431 - Support for .xlsm files, sufficient for simple file...Nick Burch2008-07-298-12/+439
* Improved .xlsm support - still not quite there thoughNick Burch2008-07-291-11/+39
* New openxml4j version, and new save/reload testNick Burch2008-07-281-0/+4
* Partial support for .xlsm files (bug #45431), but still not quite there as th...Nick Burch2008-07-183-3/+116
* Fix bug #45430 - Correct named range sheet reporting when no local sheet id i...Nick Burch2008-07-181-3/+14
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-122-1/+43
* Update to ooxml embeding from bug #45018 from YuryNick Burch2008-05-284-8/+50
* More merging, plus tests for embeded ooxml filesNick Burch2008-05-271-8/+19
* 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-232-2/+39
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-201-0/+22
* Improved hyperlink and comment fetching for xwpf text extraction, based on th...Nick Burch2008-04-2711-65/+560
* In the ooxml branch, convert the formula stuff from using hssf.HSSFWorkbook t...Nick Burch2008-04-151-2/+33
* 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-104-32/+74
* XSSFSheet removeMergedRegion + testsPaolo Mottadelli2008-04-091-3/+10
* Tweak how we do ooxml properties, and handle hyperlinks for word documents wh...Nick Burch2008-04-095-27/+206
* Shuffle the common text extractor stuff from scratchpad to ooxml, to match th...Nick Burch2008-04-091-0/+128
* XSSFSheet getNumMergedRegions, getMergedRegionAt methods + testsPaolo Mottadelli2008-04-071-7/+11
* XSSFSheet freeze/splitPane support + testsPaolo Mottadelli2008-04-071-7/+19
* Fix the xssfcomments support, so we don't double-add the underlying ctcomment...Nick Burch2008-04-073-22/+18
* Finish off XSSFHyperlink supportNick Burch2008-04-073-20/+45
* XSSFSheet some non-public methods moved to the bottomPaolo Mottadelli2008-04-061-42/+42
* XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi...Paolo Mottadelli2008-04-061-3/+14
* Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num...Josh Micich2008-04-061-94/+121
* TestXSSFCellStyle fixed after StylesTable initialization stuffPaolo Mottadelli2008-04-061-0/+3