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