| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NPOIFS creation of an empty filesystem, with create/write/read test | Nick Burch | 2011-05-12 | 3 | -19/+63 |
* | Finish NPOIFS support for writing to mini streams where the big block stream ... | Nick Burch | 2011-05-12 | 4 | -7/+164 |
* | The NPOIFS mini stream blocks need to be writable, correct that and add some ... | Nick Burch | 2011-05-12 | 2 | -7/+132 |
* | Project branding update - add trademark notice to page footers | Nick Burch | 2011-05-12 | 26 | -3/+76 |
* | update documentation on encryption support | Maxim Valyanskiy | 2011-05-10 | 1 | -2/+2 |
* | bug#51165: Add support for OOXML Agile Encryption | Maxim Valyanskiy | 2011-05-10 | 12 | -143/+789 |
* | As Java doesn't allow static methods on interfaces, allow HSSFFormulaEvaluato... | Nick Burch | 2011-05-09 | 6 | -40/+91 |
* | More testing around bug #48877 | Nick Burch | 2011-05-06 | 1 | -6/+31 |
* | Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly... | Nick Burch | 2011-05-06 | 3 | -52/+116 |
* | Re-enable the XWPF test for adding paragraphs, and fix it up to work properly | Nick Burch | 2011-05-06 | 3 | -15/+49 |
* | Fix bug #51153 - Correct sizing of LbsDataSubRecord with unused padding fields | Nick Burch | 2011-05-06 | 2 | -1/+2 |
* | NPOIFS and OPC both support close(), so mark them as such | Nick Burch | 2011-05-06 | 2 | -2/+4 |
* | initial documentation on encrypted file support | Maxim Valyanskiy | 2011-05-05 | 1 | -0/+1 |
* | Fix bug #51143 - Correct NameCommentRecord to properly serialise strings | Nick Burch | 2011-05-04 | 4 | -2/+14 |
* | Fix bug #51112 - Correct XWPFTable tracking of new rows | Nick Burch | 2011-05-03 | 3 | -0/+3 |
* | Fix bug #51113 - Correct XWPFParagraph tracking of inserted runs | Nick Burch | 2011-05-03 | 3 | -1/+8 |
* | Fix bug #51111 - Correct XWPFParagraph tracking of new runs | Nick Burch | 2011-05-03 | 3 | -1/+14 |
* | Fix bug #51115 - Handle DataFormatter escaping of "." in the same way as "-" ... | Nick Burch | 2011-05-03 | 3 | -0/+14 |
* | Add a unit test for the formula evaluation caching/updating, which ensures th... | Nick Burch | 2011-05-01 | 1 | -0/+38 |
* | Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream whe... | Nick Burch | 2011-04-21 | 2 | -1/+2 |
* | Fix bug #50956 - Correct XSSF cell style cloning between workbooks | Nick Burch | 2011-04-21 | 4 | -0/+35 |
* | Add get/setForceFormulaRecalculation for XSSF, and promote the methods to the... | Nick Burch | 2011-04-21 | 3 | -0/+53 |
* | hwpf: ignore invalid style reference | Maxim Valyanskiy | 2011-04-21 | 1 | -1/+6 |
* | Following discussions on the dev list today, tweak the logic for sizing the H... | Nick Burch | 2011-04-19 | 2 | -3/+11 |
* | Add support for adding a picture to a XSSFRun | Nick Burch | 2011-04-15 | 4 | -25/+167 |
* | Add unit test for bug #51037, which seems to be working fine | Nick Burch | 2011-04-14 | 1 | -0/+77 |
* | Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermo... | Nick Burch | 2011-04-14 | 10 | -36/+31 |
* | Fix bug #51061 - Correct target URI for new XSSF Tables | Nick Burch | 2011-04-14 | 4 | -3/+40 |
* | XSSF: reduce memory usage by specifing default namespace for string keys in S... | Maxim Valyanskiy | 2011-04-14 | 1 | -6/+15 |
* | updated status of current release to 3.8-beta2 | Yegor Kozlov | 2011-04-11 | 3 | -22/+23 |
* | Add a disabled test for bug #46662, which seems to be a SharedStringsTable / ... | Nick Burch | 2011-04-10 | 1 | -0/+21 |
* | Initial support for XSSF Charts. Provides easy access to the underlying CTCha... | Nick Burch | 2011-04-08 | 6 | -5/+247 |
* | Correct the fetching of Drawings from a XSSFChartSheet | Nick Burch | 2011-04-08 | 2 | -11/+74 |
* | Fix inconsistent indent | Nick Burch | 2011-04-08 | 1 | -31/+31 |
* | More test for bug #49381 / #50884 - xssf freeze panes | Nick Burch | 2011-04-08 | 3 | -4/+37 |
* | Bit more testing for 51024 | Nick Burch | 2011-04-08 | 1 | -0/+7 |
* | Add unit test showing that bug #51024 is incorrect | Nick Burch | 2011-04-08 | 1 | -0/+30 |
* | Add support for adding a table to a XSSFSheet | Nick Burch | 2011-04-08 | 4 | -8/+79 |
* | 3.8 beta2 has been released | Nick Burch | 2011-04-08 | 2 | -2/+2 |
* | Update the stax dependency documentation | Nick Burch | 2011-04-04 | 1 | -2/+8 |
* | Tweak 7 bit guessing code | Nick Burch | 2011-04-01 | 1 | -25/+24 |
* | Improve HSMF MAPIMessage access to the HTML and RTF versions of the message b... | Nick Burch | 2011-04-01 | 4 | -9/+61 |
* | Add new method to HSMF of MAPIMessage.has7BitEncodingStrings() to make it eas... | Nick Burch | 2011-04-01 | 3 | -0/+45 |
* | Update OutlookTextExtractor to request 7 bit encoding guessing | Nick Burch | 2011-04-01 | 4 | -19/+62 |
* | Improve HSMF encoding guessing for 7 bit fields, and allow HSMF access to the... | Nick Burch | 2011-04-01 | 6 | -29/+115 |
* | removed svn:executable from src/java/org/apache/poi/ss/util/SheetUtil.java | Yegor Kozlov | 2011-03-31 | 1 | -0/+0 |
* | Implement the load method on MemoryPackagePart | Nick Burch | 2011-03-30 | 2 | -1/+18 |
* | Support for continued ExtSSTRecords, see Bugzilla 50967 | Yegor Kozlov | 2011-03-27 | 4 | -7/+889 |
* | fixed TestBugs.test48968 failing on machines with non-UTC timezone | Yegor Kozlov | 2011-03-27 | 1 | -40/+16 |
* | Fix bug #48968 - Implement support for HOUR, MINUTE and SECOND formulas | Nick Burch | 2011-03-25 | 6 | -22/+171 |