summaryrefslogtreecommitdiffstats
path: root/src/ooxml/interfaces-jdk15
Commit message (Expand)AuthorAgeFilesLines
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-293-30/+44
* belongs to r708506Yegor Kozlov2008-10-281-123/+0
* moved FontUnderline to interfaces-jdk15Yegor Kozlov2008-10-281-0/+121
* 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ...Yegor Kozlov2008-10-2820-323/+1194
* more cleanup and refactoring of the ooxml code:1. removed deprecated methods ...Yegor Kozlov2008-10-252-52/+0
* 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke...Yegor Kozlov2008-10-232-41/+147
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-213-66/+15
* more code cleanup and refactoring: (a) removed references to ooxml schemas fr...Yegor Kozlov2008-10-191-12/+0
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-172-31/+0
* refactored POIXMLFactory and related classes; simplified XSSFRelation - now i...Yegor Kozlov2008-10-121-2/+0
* applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup objectYegor Kozlov2008-10-121-13/+1
* Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi...Yegor Kozlov2008-10-101-1/+1
* Merged revisions 703092 via svnmerge from Josh Micich2008-10-091-3/+6
* applied patch #45492 submitted by Gisella Bronzetti,also performed major clea...Yegor Kozlov2008-10-052-9/+12
* refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X...Yegor Kozlov2008-09-301-4/+1
* Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheetJosh Micich2008-09-291-14/+7
* applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate...Yegor Kozlov2008-09-262-31/+0
* Merged revisions 696860,696898 via svnmerge from Josh Micich2008-09-191-27/+0
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-184-66/+3
* merged 696075,696084 from trunk - (Fix for bug 45805 - 16-bit signed/unsigned...Josh Micich2008-09-171-22/+49
* Minor fixes to get junits working after r695832. Updates to align with new s...Josh Micich2008-09-171-25/+0
* Preserve rich text across read-write of SharedStringsTable, also improved per...Yegor Kozlov2008-09-164-70/+4
* Merged revisions 695264,695303,695420 via svnmerge from Nick Burch2008-09-151-2/+1
* Merged revisions 693591,693639,693658,693939,693941,693947,693990,694050,6940...Nick Burch2008-09-131-0/+2
* Support stripping XSSF header and footer fields (eg page number) out of heade...Nick Burch2008-08-142-0/+14
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-111-1/+2
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-091-1/+3
* 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-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