| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already b... | Nick Burch | 2012-02-15 | 1 | -0/+1 |
* | Fix bug #52664 - MAPIMessage may not always have name chunks when checking fo... | Nick Burch | 2012-02-15 | 1 | -0/+1 |
* | Bugzilla 52649: fixed adobe:ns:meta namespace in WordToFoConverter | Yegor Kozlov | 2012-02-15 | 1 | -0/+1 |
* | Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin... | Yegor Kozlov | 2012-02-15 | 1 | -0/+1 |
* | Apply patch from bug #52662 - CharacterRun NPE fix when fetching symbol fonts... | Nick Burch | 2012-02-14 | 1 | -0/+1 |
* | Bugzilla 52658: support mergin table cells in XSLF | Yegor Kozlov | 2012-02-14 | 1 | -0/+1 |
* | validate row and column indexes in SXSSF | Yegor Kozlov | 2012-02-12 | 1 | -0/+1 |
* | fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 | Yegor Kozlov | 2012-02-11 | 1 | -0/+1 |
* | Bugzilla 52576: support changing external file references in HSSFWorkbook | Yegor Kozlov | 2012-02-10 | 1 | -0/+2 |
* | Bugzilla 52527: avoid exception when matching shared formula records in HSSF | Yegor Kozlov | 2012-02-07 | 1 | -0/+1 |
* | Bugzilla 52568: added methods to set/get an XWPFRun's text color | Yegor Kozlov | 2012-02-07 | 1 | -0/+1 |
* | Bugzilla 52566: added methods to set/get vertical alignment and color in XWPF... | Yegor Kozlov | 2012-02-07 | 1 | -0/+1 |
* | Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe... | Yegor Kozlov | 2012-02-07 | 1 | -0/+1 |
* | Bugzilla 52561: Added methods to set table inside borders and cell margins in... | Yegor Kozlov | 2012-02-07 | 1 | -0/+1 |
* | Bugzilla 52569: Support DConRefRecord in HSSF | Yegor Kozlov | 2012-02-07 | 1 | -0/+1 |
* | bugzilla 52575: added an option to ignore missing workbook references in form... | Yegor Kozlov | 2012-02-06 | 1 | -0/+1 |
* | validate hyperlink address as discussed on poi-user | Yegor Kozlov | 2012-02-02 | 1 | -0/+1 |
* | Update the license details to reflect current practice, to avoid confusion | Nick Burch | 2012-02-01 | 1 | -7/+9 |
* | Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Of... | Nick Burch | 2012-01-30 | 1 | -0/+1 |
* | Correct license link | Nick Burch | 2012-01-30 | 1 | -3/+3 |
* | Added implementation for SUMIFS(), see Bugzilla 52462 | Yegor Kozlov | 2012-01-21 | 1 | -0/+1 |
* | added example how to merge .pptx slides | Yegor Kozlov | 2012-01-16 | 1 | -1/+23 |
* | POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ... | Nick Burch | 2012-01-11 | 1 | -0/+1 |
* | Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix som... | Nick Burch | 2012-01-11 | 1 | -0/+1 |
* | Fix bug #52446 - Handle files which have been truncated by a few bytes in NPr... | Nick Burch | 2012-01-11 | 1 | -0/+1 |
* | Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle t... | Nick Burch | 2012-01-09 | 1 | -0/+1 |
* | Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the... | Nick Burch | 2011-12-28 | 1 | -0/+1 |
* | patch from Bugzilla 52200: updated XWPF table example code | Yegor Kozlov | 2011-12-25 | 1 | -0/+1 |
* | Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and n... | Yegor Kozlov | 2011-12-21 | 1 | -0/+1 |
* | Inspired by bug #52349 - Merge the logic between the TEXT function and DataFo... | Nick Burch | 2011-12-20 | 1 | -0/+1 |
* | Fix bug #52349 - Correctly support excel style date format strings in the TEX... | Nick Burch | 2011-12-20 | 1 | -0/+1 |
* | Bug #52369 - XSSFExcelExtractor should format numeric cells based on the form... | Nick Burch | 2011-12-20 | 1 | -0/+1 |
* | Fix bug #52369 - Event based XSSF parsing should handle formatting of formula... | Nick Burch | 2011-12-20 | 1 | -0/+1 |
* | Bugzilla 52348: Avoid exception when creating cell style in a workbook that ... | Yegor Kozlov | 2011-12-19 | 1 | -0/+1 |
* | Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRi... | Yegor Kozlov | 2011-12-19 | 1 | -0/+1 |
* | applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more fle... | Yegor Kozlov | 2011-12-16 | 1 | -0/+1 |
* | xlsf tutorial and cookbook updates | Yegor Kozlov | 2011-12-11 | 1 | -1/+6 |
* | updated downloads page to reflect status of 3.8-beta5 release | Yegor Kozlov | 2011-12-11 | 1 | -20/+20 |
* | current version is 3.8-beta6 now | Yegor Kozlov | 2011-12-10 | 2 | -8/+10 |
* | removed svn:executable bit from project files | Yegor Kozlov | 2011-12-10 | 1 | -0/+0 |
* | Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it d... | Yegor Kozlov | 2011-12-10 | 1 | -0/+1 |
* | Bugzilla 46288: fixed refcount of Fill pictures in HSLF | Yegor Kozlov | 2011-12-09 | 1 | -0/+1 |
* | Bugzilla 51961: support compression of temp files in SXSSF | Yegor Kozlov | 2011-12-09 | 2 | -0/+11 |
* | Bugzilla 52268 - support cloning sheets with drawings in XSSF | Yegor Kozlov | 2011-12-07 | 1 | -0/+1 |
* | Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi... | Nick Burch | 2011-12-06 | 1 | -0/+1 |
* | Patch from Marcel May from bug #51875 - More XSSF formula new-line support | Nick Burch | 2011-12-05 | 1 | -0/+1 |
* | Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode,... | Nick Burch | 2011-11-28 | 1 | -0/+1 |
* | Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and a... | Nick Burch | 2011-11-28 | 1 | -0/+1 |
* | Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLF | Yegor Kozlov | 2011-11-19 | 1 | -0/+1 |
* | Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide | Yegor Kozlov | 2011-11-17 | 1 | -0/+1 |