| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 1 | -234/+0 |
* | Sonar fixes | Andreas Beeker | 2021-01-09 | 1 | -4/+4 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 1 | -31/+27 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 1 | -32/+32 |
* | Bug 63657: Rework the for bug #62130 to not use up twice as much memory when ... | Dominik Stadler | 2019-08-12 | 1 | -6/+25 |
* | Fix for bug #62130. Turns out there were cases when a workbook with multiple... | Greg Woolsey | 2018-02-24 | 1 | -0/+23 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 1 | -1/+1 |
* | bug 59791: getCellType and getCachedFormulaResultType should return an intege... | Javen O'Neal | 2016-07-04 | 1 | -1/+1 |
* | bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* | Javen O'Neal | 2016-07-04 | 1 | -1/+2 |
* | restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb... | Javen O'Neal | 2016-04-17 | 1 | -13/+5 |
* | revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork... | Javen O'Neal | 2016-04-17 | 1 | -5/+13 |
* | consolidate duplicates between TestXSSF* and TestSXSSF* | Javen O'Neal | 2016-04-17 | 1 | -11/+3 |
* | add junit test classes for combined testing of XML-specific functionality of ... | Javen O'Neal | 2016-04-17 | 1 | -2/+2 |
* | bug 58348: add support for copying rows for XSSFWorkbooks | Javen O'Neal | 2015-11-02 | 1 | -0/+158 |
* | findbugs fixes | Andreas Beeker | 2015-11-01 | 1 | -2/+7 |
* | Revert parts of an inadvertent previous checkin, keep build.xml and @Override... | Dominik Stadler | 2014-10-06 | 1 | -50/+0 |
* | Print out current version of java before building to allow to see in build ou... | Dominik Stadler | 2014-10-06 | 1 | -0/+50 |
* | Replaced getInstance methods with field for instances of ITestDataProvider. ... | Josh Micich | 2009-12-26 | 1 | -3/+2 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 1 | -13/+1 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 1 | -2/+3 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 1 | -297/+10 |
* | 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod... | Yegor Kozlov | 2008-10-21 | 1 | -6/+6 |
* | more code cleanup and refactoring: (a) removed references to ooxml schemas fr... | Yegor Kozlov | 2008-10-19 | 1 | -4/+8 |
* | more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin... | Yegor Kozlov | 2008-10-17 | 1 | -5/+39 |
* | applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate... | Yegor Kozlov | 2008-09-26 | 1 | -33/+83 |
* | 1. initial support for rich text in xssf" | Yegor Kozlov | 2008-09-18 | 1 | -7/+8 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-05-20 | 1 | -0/+59 |
* | Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num... | Josh Micich | 2008-04-06 | 1 | -57/+60 |
* | Load shared strings table when loading workbook. | Ugo Cei | 2008-02-13 | 1 | -4/+11 |
* | Implementation of XSSFRow#{get,set}Height and other methods.
Patch contribute... | Ugo Cei | 2008-01-22 | 1 | -0/+22 |
* | Some OOXML implementation and interface code, just some basic Row and Cell-le... | Ugo Cei | 2008-01-16 | 1 | -0/+159 |