aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFRow.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-234/+0
* Sonar fixesAndreas Beeker2021-01-091-4/+4
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-31/+27
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-32/+32
* Bug 63657: Rework the for bug #62130 to not use up twice as much memory when ...Dominik Stadler2019-08-121-6/+25
* Fix for bug #62130. Turns out there were cases when a workbook with multiple...Greg Woolsey2018-02-241-0/+23
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-181-1/+1
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-1/+1
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-1/+2
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-171-13/+5
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-171-5/+13
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-171-11/+3
* add junit test classes for combined testing of XML-specific functionality of ...Javen O'Neal2016-04-171-2/+2
* bug 58348: add support for copying rows for XSSFWorkbooksJaven O'Neal2015-11-021-0/+158
* findbugs fixesAndreas Beeker2015-11-011-2/+7
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-061-50/+0
* Print out current version of java before building to allow to see in build ou...Dominik Stadler2014-10-061-0/+50
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-3/+2
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-13/+1
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-2/+3
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-297/+10
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-211-6/+6
* more code cleanup and refactoring: (a) removed references to ooxml schemas fr...Yegor Kozlov2008-10-191-4/+8
* more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizin...Yegor Kozlov2008-10-171-5/+39
* applied patches #45894 and #45892, also major cleanup of XSSFSheet and relate...Yegor Kozlov2008-09-261-33/+83
* 1. initial support for rich text in xssf"Yegor Kozlov2008-09-181-7/+8
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-201-0/+59
* Fix for bug 44708. XSSFCell.getCellType() now returns CELL_TYPE_BLANK for num...Josh Micich2008-04-061-57/+60
* Load shared strings table when loading workbook.Ugo Cei2008-02-131-4/+11
* Implementation of XSSFRow#{get,set}Height and other methods. Patch contribute...Ugo Cei2008-01-221-0/+22
* Some OOXML implementation and interface code, just some basic Row and Cell-le...Ugo Cei2008-01-161-0/+159