aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* 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
* AllXSSFTests fixed after moving TestCellReferencePaolo Mottadelli2008-04-061-1/+1
* 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-063-175/+15
* Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num...Josh Micich2008-04-066-156/+326
* TestXSSFCellStyle fixed after StylesTable initialization stuffPaolo Mottadelli2008-04-062-6/+11
* Completed StylesTable initialization in order to create a new 'POIzed' file r...Paolo Mottadelli2008-04-066-22/+160
* More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee...Nick Burch2008-04-0511-52/+270
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-058-155/+111
* XSSFCellStyle borderStyle methods -> TODO: borderColor related methods testsPaolo Mottadelli2008-04-054-52/+98
* XSSFCellAlignment get/setTextRotation + get/setWrapText + testsPaolo Mottadelli2008-04-053-4/+18
* XSSFCellStyle alignment methods and others + testsPaolo Mottadelli2008-04-054-35/+133
* Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ha...Nick Burch2008-04-045-0/+308
* More tests for xssf comments. Now almost all there and working, except for ri...Nick Burch2008-04-033-2/+111
* New ooxml4j, and finish getting xssf comments to be saved and re-loaded againNick Burch2008-04-033-3/+34
* Fix the comments code so that we can correctly process existing XSSF comments...Nick Burch2008-04-025-12/+120
* Fix up the jdk1.4 interfaces, so that it all compiles and is happy once againNick Burch2008-04-016-6/+97
* Start to wire up the commentstable stuff, now partly in place, and partly testedNick Burch2008-03-315-3/+70
* Shift comments support over onto new style XSSFModel, in preparation for read...Nick Burch2008-03-3110-56/+114
* XSSF named range supportNick Burch2008-03-313-17/+203
* Add XSSF eventusermodel supportNick Burch2008-03-303-0/+285
* Improve how XSSFCell does error stuffNick Burch2008-03-304-30/+91
* Make a start on running all the formula tests for xssf. Currently not enabled...Nick Burch2008-03-302-1/+378
* Make the jdk 1.5 interfaces a bit more jdk 1.5 friendlyNick Burch2008-03-292-4/+4
* Few little short/int tweaks, and then tests to show that FormulaEvaluator pla...Nick Burch2008-03-294-5/+129
* Shuffle the FormulaParser stuff about, and get it all working with the new in...Nick Burch2008-03-292-1/+18
* XSSFCellStyle getFont method; XSSFFont class added all methods to be implemen...Paolo Mottadelli2008-03-254-5/+185
* XSSFCellBorder does not expose CTBorder object (same for XSSFCellFill); Style...Paolo Mottadelli2008-03-254-26/+29
* XSSFCellStyle fillColors support; XSSFCellFill class; testsPaolo Mottadelli2008-03-255-7/+166
* New version of openxml4j, which supports reading from InputStreams. Enable Wo...Nick Burch2008-03-221-3/+5