aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape class...Andreas Beeker2016-07-034-91/+136
* add unit test for HSSFWorkbook.getSelectedTabsJaven O'Neal2016-06-181-22/+46
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-181-44/+1
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-151-5/+4
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-161-5/+2
* move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTe...Javen O'Neal2016-05-091-19/+0
* merge TestComment into TestHSSFCommentJaven O'Neal2016-05-093-310/+288
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-172-14/+0
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-172-0/+14
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-172-14/+0
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-062-3/+3
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-054-35/+40
* Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is foundDominik Stadler2016-04-031-0/+8
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet...Dominik Stadler2016-03-313-153/+63
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-22/+0
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-0/+22
* Fix some compiler warnings, javadoc, ...Dominik Stadler2016-03-281-3/+5
* add more commented-out tests for bug 58779: closing an XML Workbook that was ...Javen O'Neal2016-03-271-0/+20
* fix eclipse warningsAndreas Beeker2016-03-213-20/+10
* eclipse warning fixesAndreas Beeker2016-03-181-4/+22
* Bug 56930: Add Workbook.getNames() to allow to query for names that appear mu...Dominik Stadler2016-03-131-6/+6
* Bug 55668: Try to avoid NullPointerException when chaning cell type and formu...Dominik Stadler2016-03-131-0/+24
* #59135 - Password gets truncated when using passwords longer than 15 characte...Andreas Beeker2016-03-131-0/+19
* #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...Andreas Beeker2016-03-122-249/+217
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-161-1/+10
* Regression in version 3.14-beta1: three or four-part formats with locale id c...Dominik Stadler2016-01-131-1/+9
* bug 58043: provide some compatibility between HSSF and XSSF in regards to val...Dominik Stadler2016-01-031-2/+39
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-301-0/+29
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-281-2/+2
* fix forbidden apis issuesAndreas Beeker2015-12-131-2/+2
* remove deprecated functions (since 2008)Javen O'Neal2015-12-041-2/+0
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-253-7/+9
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-241-5/+4
* whitespaceJaven O'Neal2015-11-241-16/+16
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-241-0/+1
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-241-7/+6
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-112-26/+5
* #58597: Remove setAccessible (more coming soon)Uwe Schindler2015-11-114-7/+7
* extended forbidden-apis-check to ooxml-testsAndreas Beeker2015-11-052-33/+53
* fixes sonar/findbugs issuesAndreas Beeker2015-11-021-0/+2
* bug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink...Javen O'Neal2015-11-021-2/+2
* bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink...Javen O'Neal2015-11-021-1/+31
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+5
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+7
* findbugs fixesAndreas Beeker2015-11-012-62/+90
* replace deprecated usage of o.a.p.ss.util.Region with o.a.p.ss.util.CellRange...Javen O'Neal2015-10-311-4/+15
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58549David North2015-10-261-0/+59
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-242-4/+14
* Fix inconsistent whitespaceNick Burch2015-10-241-391/+390
* Test to check that #58532 formats are seen as validNick Burch2015-10-241-3/+2