summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix NPOIFS creation of an empty filesystem, with create/write/read testNick Burch2011-05-123-19/+63
* Finish NPOIFS support for writing to mini streams where the big block stream ...Nick Burch2011-05-124-7/+164
* The NPOIFS mini stream blocks need to be writable, correct that and add some ...Nick Burch2011-05-122-7/+132
* Project branding update - add trademark notice to page footersNick Burch2011-05-1226-3/+76
* update documentation on encryption supportMaxim Valyanskiy2011-05-101-2/+2
* bug#51165: Add support for OOXML Agile EncryptionMaxim Valyanskiy2011-05-1012-143/+789
* As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato...Nick Burch2011-05-096-40/+91
* More testing around bug #48877Nick Burch2011-05-061-6/+31
* Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly...Nick Burch2011-05-063-52/+116
* Re-enable the XWPF test for adding paragraphs, and fix it up to work properlyNick Burch2011-05-063-15/+49
* Fix bug #51153 - Correct sizing of LbsDataSubRecord with unused padding fieldsNick Burch2011-05-062-1/+2
* NPOIFS and OPC both support close(), so mark them as suchNick Burch2011-05-062-2/+4
* initial documentation on encrypted file supportMaxim Valyanskiy2011-05-051-0/+1
* Fix bug #51143 - Correct NameCommentRecord to properly serialise stringsNick Burch2011-05-044-2/+14
* Fix bug #51112 - Correct XWPFTable tracking of new rowsNick Burch2011-05-033-0/+3
* Fix bug #51113 - Correct XWPFParagraph tracking of inserted runsNick Burch2011-05-033-1/+8
* Fix bug #51111 - Correct XWPFParagraph tracking of new runsNick Burch2011-05-033-1/+14
* Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ...Nick Burch2011-05-033-0/+14
* Add a unit test for the formula evaluation caching/updating, which ensures th...Nick Burch2011-05-011-0/+38
* Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream whe...Nick Burch2011-04-212-1/+2
* Fix bug #50956 - Correct XSSF cell style cloning between workbooksNick Burch2011-04-214-0/+35
* Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the...Nick Burch2011-04-213-0/+53
* hwpf: ignore invalid style referenceMaxim Valyanskiy2011-04-211-1/+6
* Following discussions on the dev list today, tweak the logic for sizing the H...Nick Burch2011-04-192-3/+11
* Add support for adding a picture to a XSSFRunNick Burch2011-04-154-25/+167
* Add unit test for bug #51037, which seems to be working fineNick Burch2011-04-141-0/+77
* Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermo...Nick Burch2011-04-1410-36/+31
* Fix bug #51061 - Correct target URI for new XSSF TablesNick Burch2011-04-144-3/+40
* XSSF: reduce memory usage by specifing default namespace for string keys in S...Maxim Valyanskiy2011-04-141-6/+15
* updated status of current release to 3.8-beta2Yegor Kozlov2011-04-113-22/+23
* Add a disabled test for bug #46662, which seems to be a SharedStringsTable / ...Nick Burch2011-04-101-0/+21
* Initial support for XSSF Charts. Provides easy access to the underlying CTCha...Nick Burch2011-04-086-5/+247
* Correct the fetching of Drawings from a XSSFChartSheetNick Burch2011-04-082-11/+74
* Fix inconsistent indentNick Burch2011-04-081-31/+31
* More test for bug #49381 / #50884 - xssf freeze panesNick Burch2011-04-083-4/+37
* Bit more testing for 51024Nick Burch2011-04-081-0/+7
* Add unit test showing that bug #51024 is incorrectNick Burch2011-04-081-0/+30
* Add support for adding a table to a XSSFSheetNick Burch2011-04-084-8/+79
* 3.8 beta2 has been releasedNick Burch2011-04-082-2/+2
* Update the stax dependency documentationNick Burch2011-04-041-2/+8
* Tweak 7 bit guessing codeNick Burch2011-04-011-25/+24
* Improve HSMF MAPIMessage access to the HTML and RTF versions of the message b...Nick Burch2011-04-014-9/+61
* Add new method to HSMF of MAPIMessage.has7BitEncodingStrings() to make it eas...Nick Burch2011-04-013-0/+45
* Update OutlookTextExtractor to request 7 bit encoding guessingNick Burch2011-04-014-19/+62
* Improve HSMF encoding guessing for 7 bit fields, and allow HSMF access to the...Nick Burch2011-04-016-29/+115
* removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.javaYegor Kozlov2011-03-311-0/+0
* Implement the load method on MemoryPackagePartNick Burch2011-03-302-1/+18
* Support for continued ExtSSTRecords, see Bugzilla 50967Yegor Kozlov2011-03-274-7/+889
* fixed TestBugs.test48968 failing on machines with non-UTC timezoneYegor Kozlov2011-03-271-40/+16
* Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulasNick Burch2011-03-256-22/+171