| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. moved ooxml enums into interfaces-jdk15, they are common and should be in ... | Yegor Kozlov | 2008-10-28 | 6 | -58/+40 |
* | improved XSSFName:check for name uniqueness, validate name name, more unit te... | Yegor Kozlov | 2008-10-27 | 2 | -2/+108 |
* | applied patches #46079, #46080 and #46081 by Gisella Bronzetti | Yegor Kozlov | 2008-10-25 | 2 | -6/+15 |
* | more cleanup and refactoring of the ooxml code:1. removed deprecated methods ... | Yegor Kozlov | 2008-10-25 | 7 | -53/+53 |
* | 1. important algorithmic improvements of XSSFRow and XSSFSheet, removed Linke... | Yegor Kozlov | 2008-10-23 | 3 | -48/+142 |
* | 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod... | Yegor Kozlov | 2008-10-21 | 6 | -56/+35 |
* | more code cleanup and refactoring: (a) removed references to ooxml schemas fr... | Yegor Kozlov | 2008-10-19 | 10 | -463/+426 |
* | applied patch #46003 by Gisella Bronzetti | Yegor Kozlov | 2008-10-17 | 1 | -0/+68 |
* | more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin... | Yegor Kozlov | 2008-10-17 | 6 | -39/+94 |
* | applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup object | Yegor Kozlov | 2008-10-12 | 2 | -0/+210 |
* | Initial support for SpreadsheetML drawings,implemented XSSFPicture, added abi... | Yegor Kozlov | 2008-10-10 | 5 | -66/+296 |
* | applied patch #45492 submitted by Gisella Bronzetti,also performed major clea... | Yegor Kozlov | 2008-10-05 | 5 | -257/+567 |
* | applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920 | Yegor Kozlov | 2008-10-01 | 2 | -1/+95 |
* | iterator over sheet data in XSSFReader returns sheets in logical order, i.e.... | Yegor Kozlov | 2008-10-01 | 1 | -0/+26 |
* | refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way X... | Yegor Kozlov | 2008-09-30 | 7 | -167/+122 |
* | Cleaned up test code | Josh Micich | 2008-09-29 | 1 | -80/+51 |
* | Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheet | Josh Micich | 2008-09-29 | 1 | -1/+12 |
* | Applied patch 45898 - fixed XSSFCellFill getFillBackgroundColor and getFillF... | Josh Micich | 2008-09-29 | 2 | -707/+741 |
* | applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate... | Yegor Kozlov | 2008-09-26 | 4 | -41/+109 |
* | misc ooxml improvements:" | Yegor Kozlov | 2008-09-25 | 2 | -6/+6 |
* | patch #45881 from Sourcesense: implemented cell fills and borders, added exam... | Yegor Kozlov | 2008-09-24 | 1 | -11/+70 |
* | XSSFFont improvements from patch #45874 | Yegor Kozlov | 2008-09-24 | 2 | -38/+46 |
* | Merged revisions 696860,696898 via svnmerge from | Josh Micich | 2008-09-19 | 2 | -13/+12 |
* | removed extra line that caused compilation error | Yegor Kozlov | 2008-09-18 | 1 | -1/+0 |
* | 1. initial support for rich text in xssf" | Yegor Kozlov | 2008-09-18 | 7 | -100/+325 |
* | Minor fixes to get junits working after r695832. Updates to align with new s... | Josh Micich | 2008-09-17 | 4 | -179/+168 |
* | minor improvements to junits | Josh Micich | 2008-09-17 | 2 | -24/+25 |
* | include rich text in the unit test | Yegor Kozlov | 2008-09-17 | 1 | -3/+18 |
* | unit tests for SharedStringsTable | Yegor Kozlov | 2008-09-16 | 1 | -0/+144 |
* | Preserve rich text across read-write of SharedStringsTable, also improved per... | Yegor Kozlov | 2008-09-16 | 1 | -2/+3 |
* | Fix bug #45518 - Fix up ColumnHelper to output valid col tags, by making 1 ba... | Nick Burch | 2008-09-15 | 2 | -12/+64 |
* | refactored cell align accessors in xssf and added samples based on the quick ... | Yegor Kozlov | 2008-09-15 | 1 | -312/+268 |
* | more ooxml progress from SourseSense developers | Yegor Kozlov | 2008-09-11 | 6 | -9/+537 |
* | Update test to track change in hssf | Nick Burch | 2008-09-09 | 1 | -2/+2 |
* | fixed bug in junit which was exposed due to new caching feature of the formul... | Josh Micich | 2008-09-08 | 1 | -67/+65 |
* | Initial ExtractorFactory support for building TextExtractors for embeded docu... | Nick Burch | 2008-09-02 | 1 | -0/+61 |
* | Support stripping XSSF header and footer fields (eg page number) out of heade... | Nick Burch | 2008-08-14 | 1 | -2/+39 |
* | Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a... | Nick Burch | 2008-08-12 | 1 | -0/+74 |
* | Have XWPFWordExtractor extract headers and footers | Nick Burch | 2008-08-09 | 2 | -6/+71 |
* | Improve paragraph text stuff, and further header tests | Nick Burch | 2008-08-09 | 2 | -3/+16 |
* | Improve how XWPF headers and footers work | Nick Burch | 2008-08-09 | 2 | -1/+181 |
* | Improve how XWPFParagraph works, so it is child order aware | Nick Burch | 2008-08-09 | 1 | -0/+96 |
* | Start on xwpf header/footer support | Nick Burch | 2008-08-09 | 1 | -1/+1 |
* | Patch from bug #45592 - improve xwpf text extraction | Nick Burch | 2008-08-09 | 1 | -2/+5 |
* | Fix bug #45545 - Improve XSLF usermodel support, and include XSLF comments in... | Nick Burch | 2008-08-05 | 1 | -0/+18 |
* | Test to show that bug #45544 is incorrect | Nick Burch | 2008-08-05 | 1 | -0/+25 |
* | Fix bug #45540 - Fix XSSF header and footer support, and include headers and ... | Nick Burch | 2008-08-05 | 3 | -15/+93 |
* | Improve support, tests and documentation for xssf headers and footers | Nick Burch | 2008-08-05 | 1 | -1/+8 |
* | Start on bug 45540, not fixed yet though | Nick Burch | 2008-08-05 | 1 | -0/+24 |
* | Change how we do the control and drawing write out, so that XSSFRelation can ... | Nick Burch | 2008-07-30 | 1 | -4/+0 |