aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFWorkbook.java
Commit message (Expand)AuthorAgeFilesLines
* findbugs fixesAndreas Beeker2015-11-011-55/+74
* Bug 58499: Don't report Zip-Bomb for small files which should not cause memor...Dominik Stadler2015-10-171-13/+0
* Update test to not depend on an existing build-directoryDominik Stadler2015-10-141-22/+26
* Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s...Dominik Stadler2015-10-141-0/+49
* Eclipse warnings, comment out dead code, close resources, enhance unit tests,...Dominik Stadler2015-09-131-98/+153
* Add test from bug 49423 to verify that the problem was fixed in the meantimeDominik Stadler2015-03-221-0/+33
* Correct older biff detection, and add unit tests for HSSFWorkbook giving help...Nick Burch2014-11-301-0/+36
* Revert parts of an inadvertent previous checkin, keep build.xml and @Override...Dominik Stadler2014-10-061-73/+6
* Print out current version of java before building to allow to see in build ou...Dominik Stadler2014-10-061-6/+73
* fix some Eclipse warnings, unnecessary null-check and missing close() in testsDominik Stadler2014-05-131-52/+57
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-141-31/+71
* Add some @Overrides suggested by Eclipse, generics and some warnings,Dominik Stadler2013-12-261-36/+46
* Fix Bug 54400 by updating the index in the LinkTable whenever sheets areDominik Stadler2013-11-021-0/+50
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-231-13/+0
* Fix unit test for Bug 50298 some moreDominik Stadler2013-08-211-9/+3
* Adjust test for Bug 50298 to not leave a temporary file behind andDominik Stadler2013-08-211-5/+69
* Bug 50298: Fix corruption of Workbook when setting sheet order. TheDominik Stadler2013-08-211-17/+60
* Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo...Dominik Stadler2013-07-121-0/+169
* Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea...Yegor Kozlov2012-08-041-12/+2
* Allow the passing of a File object to WorkbookFactory.create, which permits l...Nick Burch2011-09-291-2/+2
* Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh...Yegor Kozlov2011-07-201-0/+5
* bug 46250 - Fixed cloning worksheets with imagesYegor Kozlov2011-07-191-0/+24
* Add tests for bug #51514 - NPOIFS based loadingNick Burch2011-07-151-1/+59
* bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet referen...Yegor Kozlov2011-07-021-5/+58
* fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o...Yegor Kozlov2011-02-111-0/+19
* Add unit test for using HSSF with both POIFS and NPOIFSNick Burch2011-01-011-0/+29
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-1/+1
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-28/+27
* Renamed model.Sheet to InternalSheet to alleviate name clash.Josh Micich2009-12-221-2/+2
* Renamed model.Workbook to InternalWorkbook to alleviate name clash.Josh Micich2009-12-221-0/+8
* preserve POIFS StorageClsid when re-writing existing workbooks, this property...Yegor Kozlov2009-12-151-3/+21
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-2/+1
* more refactoring of common ss testsYegor Kozlov2009-03-291-24/+2
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-58/+13
* Bugzilla 46660 - added 'hidden' property to WorkbookJosh Micich2009-02-131-0/+28
* re-arranging methods getRecordSize and getDataSize in Record / StandardRecord...Josh Micich2008-12-041-50/+45
* Fix for bug 46174 - HSSFName now handles general formulas (not just area refe...Josh Micich2008-11-141-2/+3
* converted getRecordSize methods to getDataSizeJosh Micich2008-10-311-3/+2
* Refactored fillFields() method into constructor in Record class hierarchyJosh Micich2008-09-301-6/+0
* Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdxJosh Micich2008-09-081-0/+29
* Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning s...Josh Micich2008-09-031-6/+6
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-251-4/+4
* Refinements to fix for bug 45126. Excel does not produce any records like 'E...Josh Micich2008-08-111-87/+87
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-071-17/+32
* Make the test related to bug #30978, which shows that named ranges pointing t...Nick Burch2008-06-161-6/+59
* Slight tweak for named ranges pointing at deleted sheets, related to bug #30978Nick Burch2008-06-161-0/+34
* Fix for 45066 - sheet encoding size mismatch problemsJosh Micich2008-05-231-1/+50
* fixed bug number in junit msg - from r656893 bug 44523Josh Micich2008-05-161-2/+2
* Fix for bug 40414 - update selected/active sheet after removing sheet from wo...Josh Micich2008-05-161-2/+75
* Should have been submitted with r656893 (for bug 44523)Josh Micich2008-05-161-28/+124