| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move non-HSSF specific bug tests into BaseTestBugzillaIssues from HSSF TestBu... | Nick Burch | 2014-10-18 | 1 | -0/+127 |
* | Bug 56914 - XSSFRowShifter.updateConditionalFormatting throws IOOBE when ther... | Andreas Beeker | 2014-09-05 | 1 | -10/+21 |
* | Unit test to show that bug #53494 has already been fixed | Nick Burch | 2014-07-30 | 1 | -0/+26 |
* | Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ... | Dominik Stadler | 2014-05-16 | 1 | -3/+2 |
* | Tweak 'assertAlmostEquals' bast on Jenkins results | Nick Burch | 2014-04-18 | 1 | -1/+2 |
* | Unit test for column autosizing of % values | Nick Burch | 2014-04-18 | 1 | -0/+6 |
* | update *ssf-workbook tests to junit4 | Andreas Beeker | 2014-02-14 | 1 | -24/+44 |
* | - Bug 51585 - WorkbookFactory.create() hangs when creating a workbook | Andreas Beeker | 2014-01-26 | 1 | -100/+133 |
* | Bug 35897 - Password protected files | Andreas Beeker | 2014-01-10 | 1 | -14/+28 |
* | Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS... | Dominik Stadler | 2014-01-01 | 1 | -0/+36 |
* | Allow formatting of formula error cells, giving back the error string that Ex... | Nick Burch | 2013-10-31 | 1 | -0/+17 |
* | Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec... | Dominik Stadler | 2013-10-30 | 1 | -0/+13 |
* | Add reproducer tests for Bug 53515, disabled as we do not fix any of the | Dominik Stadler | 2013-10-26 | 1 | -3/+3 |
* | Remove Eclipse warnings, remove duplicate test, rename tests to also run test... | Dominik Stadler | 2013-09-09 | 1 | -2/+3 |
* | Add testcase which tries to reproduce Bug 48495, but seems to be fixed | Dominik Stadler | 2013-08-23 | 1 | -0/+13 |
* | fix some Eclipse warnings, adjust some unit tests slightly | Dominik Stadler | 2013-08-23 | 1 | -34/+39 |
* | Bug 54786: Fix missing quoting in date formatting, add a number of unit | Dominik Stadler | 2013-08-16 | 1 | -1/+27 |
* | Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ... | Dominik Stadler | 2013-08-12 | 1 | -1/+10 |
* | Add a test to show that bug #53150 has been fixed by the recent fraction work | Nick Burch | 2013-06-26 | 1 | -0/+3 |
* | Fix from Florian Hopf from bug #54564 - Fix error message text | Nick Burch | 2013-06-25 | 1 | -0/+2 |
* | Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte... | Nick Burch | 2013-06-20 | 2 | -2/+97 |
* | Fix bug #54579 - Handle milliseconds in date formats eg ss.000 | Nick Burch | 2013-02-19 | 1 | -0/+34 |
* | Bug 54206: ValueRecordsAggregate.updateFormulasAfterRowShift doesn't update s... | Yegor Kozlov | 2012-12-04 | 1 | -3/+59 |
* | bugzilla 54137 - improved performance of DataFormatter with Fractions | Yegor Kozlov | 2012-11-16 | 1 | -0/+39 |
* | Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepea... | Yegor Kozlov | 2012-08-04 | 2 | -23/+84 |
* | Bugzilla 53500 - Getter for repeating rows and columns | Yegor Kozlov | 2012-07-21 | 1 | -0/+26 |
* | Fix bug #53389 - Handle formatting General and @ formats even if a locale is ... | Nick Burch | 2012-06-12 | 1 | -0/+18 |
* | optimized unused imports and removed deprecation warnings in poi-main | Yegor Kozlov | 2012-03-05 | 2 | -4/+0 |
* | Bugzilla 52574 - support setting header / footer page margins in HSSF | Yegor Kozlov | 2012-02-27 | 1 | -0/+5 |
* | Bugzilla 52626: fixed setting default row height in HSSF and XSSF | Yegor Kozlov | 2012-02-12 | 2 | -0/+5 |
* | Add disabled tests for custom formats | Nick Burch | 2011-12-28 | 1 | -0/+17 |
* | Add AM/PM DataFormatter tests for bug #52389 (already working properly) | Nick Burch | 2011-12-28 | 1 | -0/+16 |
* | Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the... | Nick Burch | 2011-12-28 | 1 | -2/+8 |
* | Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo... | Nick Burch | 2011-12-20 | 1 | -0/+12 |
* | disabled a test failing under jdk 1.5: it assumes rounding mode half-up and j... | Yegor Kozlov | 2011-12-09 | 1 | -13/+20 |
* | more progress with xssf chart api, see Bug 51196 | Yegor Kozlov | 2011-09-10 | 1 | -0/+136 |
* | support for conditional formatting in XSSF including docs and examples | Yegor Kozlov | 2011-07-29 | 1 | -0/+692 |
* | Fixed bug 51533 - Avoid exception when changing name of a sheet containing sh... | Yegor Kozlov | 2011-07-20 | 1 | -0/+24 |
* | Fix bug #51469 - XSSF support for row styles, to match existing HSSF function... | Nick Burch | 2011-07-08 | 1 | -0/+38 |
* | More elapsed time unit tests | Nick Burch | 2011-07-07 | 1 | -1/+9 |
* | Bug 51431 - Avoid IndexOutOfBoundException when removing freeze panes in XSSF | Yegor Kozlov | 2011-06-25 | 2 | -0/+102 |
* | Bug 49564 - Fixed default behaviour of XSSFCellStyle.getLocked() | Yegor Kozlov | 2011-06-24 | 1 | -0/+35 |
* | Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer th... | Yegor Kozlov | 2011-06-23 | 1 | -6/+28 |
* | Bug 50681 - Fixed autosizing columns beyond 255 character limit | Yegor Kozlov | 2011-06-16 | 1 | -0/+20 |
* | Bug 51339 - Fixed arithmetic rounding in formula evaluation | Yegor Kozlov | 2011-06-13 | 1 | -0/+19 |
* | initial support for SXSSF tests | Yegor Kozlov | 2011-05-18 | 3 | -32/+32 |
* | Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ... | Nick Burch | 2011-05-03 | 1 | -0/+12 |
* | Add a unit test for the formula evaluation caching/updating, which ensures th... | Nick Burch | 2011-05-01 | 1 | -0/+38 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 1 | -10/+130 |
* | Change related formulas and named ranges when XSSFWorkbook.setSheetName is ca... | Yegor Kozlov | 2011-03-04 | 1 | -0/+129 |