aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/interfaces-jdk15
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-071-1/+1
* Add a common interface for HSSF and XSSF excel extractors, to make setting th...Nick Burch2008-08-051-0/+44
* Improve support, tests and documentation for xssf headers and footersNick Burch2008-08-051-2/+6
* Slight tidy up of header/footer interfaceNick Burch2008-08-042-8/+4
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-121-1/+18
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-231-1/+18
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-201-1/+30
* In the ooxml branch, convert the formula stuff from using hssf.HSSFWorkbook t...Nick Burch2008-04-151-0/+21
* Start on interfaces for powerpointNick Burch2008-04-1126-58/+846
* ColumnHelper get/setColDefaultStyle; XSSFSheet setDefaultColumnStyle; XSSFCel...Paolo Mottadelli2008-04-101-0/+2
* Fix the xssfcomments support, so we don't double-add the underlying ctcomment...Nick Burch2008-04-071-4/+0
* XSSFSheet addMergedRegion + Region class moved to org.apache.poi.ss.util.Regi...Paolo Mottadelli2008-04-061-1/+1
* Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num...Josh Micich2008-04-061-1/+2
* More work on XSSF Hyperlinks. Still not quite there, but mostly now. Just nee...Nick Burch2008-04-053-8/+19
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-051-1/+1
* Create Hyperlink interface, based on HSSFHyperlink. Stub out for XSSF, but ha...Nick Burch2008-04-042-0/+141
* Fix the comments code so that we can correctly process existing XSSF comments...Nick Burch2008-04-021-1/+5
* Start to wire up the commentstable stuff, now partly in place, and partly testedNick Burch2008-03-311-0/+2
* Shift comments support over onto new style XSSFModel, in preparation for read...Nick Burch2008-03-312-2/+38
* Improve how XSSFCell does error stuffNick Burch2008-03-301-0/+20
* 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-291-1/+12
* Shuffle the FormulaParser stuff about, and get it all working with the new in...Nick Burch2008-03-291-0/+8
* Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ...Nick Burch2008-03-221-1/+5
* Start to tie up the XSSF cell styles stuff with the StylesTable codeNick Burch2008-03-171-0/+3
* Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbookNick Burch2008-03-162-11/+2
* Start to tidy up the model loading, to reduce duplicated code, and make it cl...Nick Burch2008-03-162-0/+14
* Start supporting styles on the XSSFWorkbook, and tests for itNick Burch2008-03-161-0/+22
* Further workarounds for java being rubbish, by having a dedicated class to cr...Nick Burch2008-03-164-15/+51
* Update some more documentation, and put in a workaround for needing to create...Nick Burch2008-03-162-3/+19
* Tweak method signature to match changes done in trunkNick Burch2008-03-081-3/+1
* Return a list of all pictures for a workbook. This shows a discrepancy betwee...Ugo Cei2008-02-191-0/+36
* Have iterating over rows and cells work with JDK 1.5 foreach loops through ja...Nick Burch2008-02-052-6/+17
* [ooxml-branch] Split the common ss interfaces into two sets - one that works ...Nick Burch2008-01-2118-0/+3636