| Commit message (Expand) | Author | Age | Files | Lines |
* | findbugs fixes | Andreas Beeker | 2015-11-01 | 1 | -55/+74 |
* | Bug 58499: Don't report Zip-Bomb for small files which should not cause memor... | Dominik Stadler | 2015-10-17 | 1 | -13/+0 |
* | Update test to not depend on an existing build-directory | Dominik Stadler | 2015-10-14 | 1 | -22/+26 |
* | Bug 58480: Work around problem where on Windows systems a Mapped Buffer can s... | Dominik Stadler | 2015-10-14 | 1 | -0/+49 |
* | Eclipse warnings, comment out dead code, close resources, enhance unit tests,... | Dominik Stadler | 2015-09-13 | 1 | -98/+153 |
* | Add test from bug 49423 to verify that the problem was fixed in the meantime | Dominik Stadler | 2015-03-22 | 1 | -0/+33 |
* | Correct older biff detection, and add unit tests for HSSFWorkbook giving help... | Nick Burch | 2014-11-30 | 1 | -0/+36 |
* | Revert parts of an inadvertent previous checkin, keep build.xml and @Override... | Dominik Stadler | 2014-10-06 | 1 | -73/+6 |
* | Print out current version of java before building to allow to see in build ou... | Dominik Stadler | 2014-10-06 | 1 | -6/+73 |
* | fix some Eclipse warnings, unnecessary null-check and missing close() in tests | Dominik Stadler | 2014-05-13 | 1 | -52/+57 |
* | update *ssf-workbook tests to junit4 | Andreas Beeker | 2014-02-14 | 1 | -31/+71 |
* | Add some @Overrides suggested by Eclipse, generics and some warnings, | Dominik Stadler | 2013-12-26 | 1 | -36/+46 |
* | Fix Bug 54400 by updating the index in the LinkTable whenever sheets are | Dominik Stadler | 2013-11-02 | 1 | -0/+50 |
* | Add testcase which tries to reproduce Bug 48495, but seems to be fixed | Dominik Stadler | 2013-08-23 | 1 | -13/+0 |
* | Fix unit test for Bug 50298 some more | Dominik Stadler | 2013-08-21 | 1 | -9/+3 |
* | Adjust test for Bug 50298 to not leave a temporary file behind and | Dominik Stadler | 2013-08-21 | 1 | -5/+69 |
* | Bug 50298: Fix corruption of Workbook when setting sheet order. The | Dominik Stadler | 2013-08-21 | 1 | -17/+60 |
* | Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo... | Dominik Stadler | 2013-07-12 | 1 | -0/+169 |
* | Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea... | Yegor Kozlov | 2012-08-04 | 1 | -12/+2 |
* | Allow the passing of a File object to WorkbookFactory.create, which permits l... | Nick Burch | 2011-09-29 | 1 | -2/+2 |
* | Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh... | Yegor Kozlov | 2011-07-20 | 1 | -0/+5 |
* | bug 46250 - Fixed cloning worksheets with images | Yegor Kozlov | 2011-07-19 | 1 | -0/+24 |
* | Add tests for bug #51514 - NPOIFS based loading | Nick Burch | 2011-07-15 | 1 | -1/+59 |
* | bug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet referen... | Yegor Kozlov | 2011-07-02 | 1 | -5/+58 |
* | fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o... | Yegor Kozlov | 2011-02-11 | 1 | -0/+19 |
* | Add unit test for using HSSF with both POIFS and NPOIFS | Nick Burch | 2011-01-01 | 1 | -0/+29 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 1 | -1/+1 |
* | Replaced getInstance methods with field for instances of ITestDataProvider. ... | Josh Micich | 2009-12-26 | 1 | -28/+27 |
* | Renamed model.Sheet to InternalSheet to alleviate name clash. | Josh Micich | 2009-12-22 | 1 | -2/+2 |
* | Renamed model.Workbook to InternalWorkbook to alleviate name clash. | Josh Micich | 2009-12-22 | 1 | -0/+8 |
* | preserve POIFS StorageClsid when re-writing existing workbooks, this property... | Yegor Kozlov | 2009-12-15 | 1 | -3/+21 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 1 | -2/+1 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 1 | -24/+2 |
* | improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa... | Yegor Kozlov | 2009-03-27 | 1 | -58/+13 |
* | Bugzilla 46660 - added 'hidden' property to Workbook | Josh Micich | 2009-02-13 | 1 | -0/+28 |
* | re-arranging methods getRecordSize and getDataSize in Record / StandardRecord... | Josh Micich | 2008-12-04 | 1 | -50/+45 |
* | Fix for bug 46174 - HSSFName now handles general formulas (not just area refe... | Josh Micich | 2008-11-14 | 1 | -2/+3 |
* | converted getRecordSize methods to getDataSize | Josh Micich | 2008-10-31 | 1 | -3/+2 |
* | Refactored fillFields() method into constructor in Record class hierarchy | Josh Micich | 2008-09-30 | 1 | -6/+0 |
* | Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdx | Josh Micich | 2008-09-08 | 1 | -0/+29 |
* | Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning s... | Josh Micich | 2008-09-03 | 1 | -6/+6 |
* | Replaced calls to deprecated versions of createCell(), getCell(), createRow()... | Josh Micich | 2008-08-25 | 1 | -4/+4 |
* | Refinements to fix for bug 45126. Excel does not produce any records like 'E... | Josh Micich | 2008-08-11 | 1 | -87/+87 |
* | Fix for bug 45582 - handle extra bytes after the EOFRecord | Josh Micich | 2008-08-07 | 1 | -17/+32 |
* | Make the test related to bug #30978, which shows that named ranges pointing t... | Nick Burch | 2008-06-16 | 1 | -6/+59 |
* | Slight tweak for named ranges pointing at deleted sheets, related to bug #30978 | Nick Burch | 2008-06-16 | 1 | -0/+34 |
* | Fix for 45066 - sheet encoding size mismatch problems | Josh Micich | 2008-05-23 | 1 | -1/+50 |
* | fixed bug number in junit msg - from r656893 bug 44523 | Josh Micich | 2008-05-16 | 1 | -2/+2 |
* | Fix for bug 40414 - update selected/active sheet after removing sheet from wo... | Josh Micich | 2008-05-16 | 1 | -2/+75 |
* | Should have been submitted with r656893 (for bug 44523) | Josh Micich | 2008-05-16 | 1 | -28/+124 |