760 커밋 (e94b5e52f1969378e5b55659c2ebc15a047f6457)

작성자 SHA1 메시지 날짜
  Yegor Kozlov e94b5e52f1 Bugzilla 52599 - avoid duplicate text when rendering slides in HSLF 12 년 전
  Yegor Kozlov 299fbffd75 Bugzilla 52598 - respect slide background when rendering slides in HSLF 12 년 전
  Yegor Kozlov 63bb61c820 Bugzilla 51731 - fixed painting shape outlines in HSLF 12 년 전
  Yegor Kozlov bd09f71043 Bugzilla 52701: fixed seting vertical alignment for XSLFTableCell 12 년 전
  Yegor Kozlov b0b28bf53c fixed importing pictures having associated custom tags, see Bugzilla 52687 12 년 전
  Yegor Kozlov 946733c773 allow runtime registration of functions in FormulaEvaluator 12 년 전
  Nick Burch 1209d2fb88 Fix bug #52665 - When reading from a ZipFileZipEntrySource that has already been closed, give IllegalArgumentException rather than NPE 12 년 전
  Nick Burch 4a607e17e1 Fix bug #52664 - MAPIMessage may not always have name chunks when checking for 7 bit encodings 12 년 전
  Yegor Kozlov 78be7da87d Bugzilla 52649: fixed adobe:ns:meta namespace in WordToFoConverter 12 년 전
  Yegor Kozlov b10ba1a85b Bugzilla 52385,52337,52338: avoid trancated array and vector data when reading OLE properties 12 년 전
  Nick Burch 9e1165c24a Apply patch from bug #52662 - CharacterRun NPE fix when fetching symbol fonts, where no fonts are defined 12 년 전
  Yegor Kozlov 073c3e278f Bugzilla 52658: support mergin table cells in XSLF 12 년 전
  Yegor Kozlov 7e7bde2595 validate row and column indexes in SXSSF 12 년 전
  Yegor Kozlov 1d8365e7a3 fixed evaluation of blank cells in COUNTIF, see Bugzilla 51498 12 년 전
  Yegor Kozlov a3a8dcf335 Bugzilla 52576: support changing external file references in HSSFWorkbook 12 년 전
  Yegor Kozlov 8840f717da Bugzilla 52527: avoid exception when matching shared formula records in HSSF 12 년 전
  Yegor Kozlov e40b15ff55 Bugzilla 52568: added methods to set/get an XWPFRun's text color 12 년 전
  Yegor Kozlov d6474fedf9 Bugzilla 52566: added methods to set/get vertical alignment and color in XWPFTableCell 12 년 전
  Yegor Kozlov 9421111547 Bugzilla 525612: added methods to get/set a table row's Can't Split and Repeat Header attributes in XWPF 12 년 전
  Yegor Kozlov fe10b2c7bc Bugzilla 52561: Added methods to set table inside borders and cell margins in XWPF 12 년 전
  Yegor Kozlov dd9c547ea3 Bugzilla 52569: Support DConRefRecord in HSSF 12 년 전
  Yegor Kozlov 8eaddd5fe2 bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 년 전
  Yegor Kozlov 4b1b2f4af2 validate hyperlink address as discussed on poi-user 12 년 전
  Nick Burch bcb898e977 Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Office produced ones do have 2 Core Properties, despite the specification explicitly forbidding this 12 년 전
  Yegor Kozlov 1df1a286b9 Added implementation for SUMIFS(), see Bugzilla 52462 12 년 전
  Nick Burch 9d68c28c69 POIXMLPropertiesTextExtractor support for extracting custom OOXML properties as text 12 년 전
  Nick Burch 57c4509faa Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix some indenting) 12 년 전
  Nick Burch ee24b94d80 Fix bug #52446 - Handle files which have been truncated by a few bytes in NPropertyTable 12 년 전
  Nick Burch e0198826c3 Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle times without seconds 12 년 전
  Nick Burch 05bfb7c0c9 Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the criteria for triggering fraction formatting matching 12 년 전
  Yegor Kozlov 8c4165d75d patch from Bugzilla 52200: updated XWPF table example code 12 년 전
  Yegor Kozlov a20915f758 Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and networkdays 12 년 전
  Nick Burch ca28206971 Inspired by bug #52349 - Merge the logic between the TEXT function and DataFormatter 12 년 전
  Nick Burch b3709bbd36 Fix bug #52349 - Correctly support excel style date format strings in the TEXT function 12 년 전
  Nick Burch c156c039c4 Bug #52369 - XSSFExcelExtractor should format numeric cells based on the format strings applied to them 12 년 전
  Nick Burch 7371290ff7 Fix bug #52369 - Event based XSSF parsing should handle formatting of formula values in XSSFSheetXMLHandler 12 년 전
  Yegor Kozlov 1b65bb839a Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table 12 년 전
  Yegor Kozlov 587cfe2d2f Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString 12 년 전
  Yegor Kozlov 97a447bef4 applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more flexible 12 년 전
  Yegor Kozlov 0189b53f7e current version is 3.8-beta6 now 12 년 전
  Yegor Kozlov 89916468a5 Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file 12 년 전
  Yegor Kozlov ad6cfe5ca1 Bugzilla 46288: fixed refcount of Fill pictures in HSLF 12 년 전
  Yegor Kozlov 3009b07746 Bugzilla 51961: support compression of temp files in SXSSF 12 년 전
  Yegor Kozlov fc4c8d077e Bugzilla 52268 - support cloning sheets with drawings in XSSF 12 년 전
  Nick Burch 6ea60a0623 Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, with test (and fixing indents) 12 년 전
  Nick Burch 36f27c7385 Patch from Marcel May from bug #51875 - More XSSF formula new-line support 12 년 전
  Nick Burch 89517783f1 Convert POIFS EntryUtils.copyNodes(POFS,POIFS) to use FilteringDirectoryNode, so can exclude from copying nodes not just directly under the root 12 년 전
  Nick Burch 65fb35e5a0 Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and allows certain parts to be ignored 12 년 전
  Yegor Kozlov ef049ea258 Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLF 12 년 전
  Yegor Kozlov dcc11f4043 Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide 12 년 전