| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #51273 - Hash codes can be negative when working on our own low memor... | Nick Burch | 2011-05-27 | 1 | -3/+2 |
* | Bug 51171: Improved performance of SharedValueManager | Yegor Kozlov | 2011-05-26 | 1 | -70/+30 |
* | Avoid a System.out call, replace with logging | Nick Burch | 2011-05-23 | 1 | -1/+7 |
* | Bug 51196: more progress with chart api | Yegor Kozlov | 2011-05-21 | 1 | -1/+2 |
* | Bugzilla 51196: Initial support for Spreadsheet Chart API | Yegor Kozlov | 2011-05-20 | 17 | -5/+695 |
* | Put back the NPOIFS constructor that got lost in r1101397 | Nick Burch | 2011-05-19 | 1 | -1/+4 |
* | Add some more NPOIFS write related tests, some of which is disabled as the fu... | Nick Burch | 2011-05-19 | 1 | -1/+3 |
* | Bugzilla 51171: Improved performance of opening large .xls files | Yegor Kozlov | 2011-05-15 | 1 | -3/+0 |
* | Correct docs issue | Nick Burch | 2011-05-13 | 1 | -10/+8 |
* | Add a note about XSSF and HSSF x and y values in client anchors differing | Nick Burch | 2011-05-13 | 1 | -1/+35 |
* | Fix NPOIFS creation of an empty filesystem, with create/write/read test | Nick Burch | 2011-05-12 | 1 | -10/+28 |
* | Finish NPOIFS support for writing to mini streams where the big block stream ... | Nick Burch | 2011-05-12 | 1 | -3/+32 |
* | The NPOIFS mini stream blocks need to be writable, correct that and add some ... | Nick Burch | 2011-05-12 | 1 | -7/+4 |
* | bug#51165: Add support for OOXML Agile Encryption | Maxim Valyanskiy | 2011-05-10 | 6 | -139/+640 |
* | As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato... | Nick Burch | 2011-05-09 | 4 | -19/+64 |
* | Fix bug #51153 - Correct sizing of LbsDataSubRecord with unused padding fields | Nick Burch | 2011-05-06 | 1 | -1/+1 |
* | NPOIFS and OPC both support close(), so mark them as such | Nick Burch | 2011-05-06 | 1 | -1/+2 |
* | Fix bug #51143 - Correct NameCommentRecord to properly serialise strings | Nick Burch | 2011-05-04 | 1 | -2/+2 |
* | Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ... | Nick Burch | 2011-05-03 | 1 | -0/+1 |
* | Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream whe... | Nick Burch | 2011-04-21 | 1 | -1/+1 |
* | Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the... | Nick Burch | 2011-04-21 | 1 | -0/+15 |
* | Following discussions on the dev list today, tweak the logic for sizing the H... | Nick Burch | 2011-04-19 | 1 | -3/+10 |
* | removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.java | Yegor Kozlov | 2011-03-31 | 1 | -0/+0 |
* | Support for continued ExtSSTRecords, see Bugzilla 50967 | Yegor Kozlov | 2011-03-27 | 2 | -7/+23 |
* | Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas | Nick Burch | 2011-03-25 | 2 | -22/+28 |
* | Fix a couple of NPOIFS bugs relating to empty files, empty documents and non-... | Nick Burch | 2011-03-25 | 3 | -3/+14 |
* | Fix up constructor to ensure that the filesystem objects are around when we n... | Nick Burch | 2011-03-25 | 1 | -5/+8 |
* | More NPOIFS Constructor updates | Nick Burch | 2011-03-25 | 2 | -4/+23 |
* | Fix generics warnings, and make the NPOIFS and deprecated constructor parts o... | Nick Burch | 2011-03-25 | 2 | -25/+17 |
* | improved DataFormatter, see Bugzilla 50841 | Yegor Kozlov | 2011-03-19 | 3 | -177/+389 |
* | Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an oper... | Nick Burch | 2011-03-18 | 1 | -8/+10 |
* | Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end,... | Nick Burch | 2011-03-18 | 1 | -5/+13 |
* | fixed setting named styles to HSSFCells. see Bugzilla 50912 | Yegor Kozlov | 2011-03-11 | 2 | -4/+58 |
* | fixed RecordFormatException when reading unicode strings with photenic data, ... | Yegor Kozlov | 2011-03-11 | 2 | -1/+120 |
* | Two more differences between the LZW in HDGF and HMEF: | Nick Burch | 2011-03-05 | 1 | -20/+38 |
* | Fix bug #50718 - More helpful error message when you try to create a CellRefe... | Nick Burch | 2011-03-04 | 1 | -1/+4 |
* | Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontCha... | Nick Burch | 2011-03-04 | 1 | -0/+2 |
* | Fix generics warnings | Nick Burch | 2011-03-04 | 1 | -4/+3 |
* | From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a c... | Nick Burch | 2011-03-04 | 1 | -9/+20 |
* | Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ... | Nick Burch | 2011-03-01 | 1 | -3/+9 |
* | Fix generics warnings | Nick Burch | 2011-02-18 | 1 | -6/+6 |
* | Fix a couple more 1.6isms | Nick Burch | 2011-02-11 | 1 | -1/+2 |
* | Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is re... | Nick Burch | 2011-02-11 | 1 | -1/+1 |
* | Fix bug #50756 - When formatting numbers based on their Cell Style, treat GEN... | Nick Burch | 2011-02-11 | 1 | -1/+1 |
* | fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number o... | Yegor Kozlov | 2011-02-11 | 1 | -3/+18 |
* | fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bug... | Yegor Kozlov | 2011-02-10 | 1 | -8/+28 |
* | Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of ... | Nick Burch | 2011-01-20 | 2 | -31/+50 |
* | added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 | Yegor Kozlov | 2011-01-19 | 3 | -3/+161 |
* | In NPOIFS, close the file we opened in more exception cases | Nick Burch | 2011-01-05 | 1 | -0/+8 |
* | More NPOIFS tests | Nick Burch | 2011-01-01 | 1 | -1/+1 |