4935 Commitit (5b291578bcc37418b47c3a9149a87909e1c96c36)
 

Tekijä SHA1 Viesti Päivämäärä
  Nick Burch 5b291578bc Disabled unit tests for bug #48703 12 vuotta sitten
  Yegor Kozlov a3a8dcf335 Bugzilla 52576: support changing external file references in HSSFWorkbook 12 vuotta sitten
  Nick Burch c8e2fe7f5e Unit test from Maciej for bug #51498 12 vuotta sitten
  Yegor Kozlov e5bdcdd835 support caching images in xslf 12 vuotta sitten
  Yegor Kozlov 9ed06b7351 added methods to get/set preset shape geometry in XSLF 12 vuotta sitten
  Yegor Kozlov 8840f717da Bugzilla 52527: avoid exception when matching shared formula records in HSSF 12 vuotta sitten
  Yegor Kozlov 0c9d5c57e6 Bugzilla 52570: misc fixes in XWPFDocument 12 vuotta sitten
  Yegor Kozlov e40b15ff55 Bugzilla 52568: added methods to set/get an XWPFRun's text color 12 vuotta sitten
  Yegor Kozlov d6474fedf9 Bugzilla 52566: added methods to set/get vertical alignment and color in XWPFTableCell 12 vuotta sitten
  Yegor Kozlov 9421111547 Bugzilla 525612: added methods to get/set a table row's Can't Split and Repeat Header attributes in XWPF 12 vuotta sitten
  Yegor Kozlov fe10b2c7bc Bugzilla 52561: Added methods to set table inside borders and cell margins in XWPF 12 vuotta sitten
  Yegor Kozlov dd9c547ea3 Bugzilla 52569: Support DConRefRecord in HSSF 12 vuotta sitten
  Yegor Kozlov 465974f540 improved javadoc on SXSSFWorkbook(XSSFWorkbook wb) 12 vuotta sitten
  Yegor Kozlov 16ea202e52 added HSSFFormulaEvaluator.setIgnoreMissingWorkbooks, see Bugzilla 52575 12 vuotta sitten
  Yegor Kozlov 8eaddd5fe2 bugzilla 52575: added an option to ignore missing workbook references in formula evaluator 12 vuotta sitten
  Yegor Kozlov 71d08123bc improved support for line breaks in XSLF 12 vuotta sitten
  Yegor Kozlov 4b1b2f4af2 validate hyperlink address as discussed on poi-user 12 vuotta sitten
  Nick Burch 3ab1ff0304 Update the license details to reflect current practice, to avoid confusion 12 vuotta sitten
  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 vuotta sitten
  Maxim Valyanskiy 91f163c97a bug#52560 - ArrayIndexOutOfBoundsException: -2 on NPOIFSFileSystem.readBAT 12 vuotta sitten
  Nick Burch d8627fa5e1 Correct license link 12 vuotta sitten
  Yegor Kozlov 97d0beab68 support kerning in XSLF text runs 12 vuotta sitten
  Yegor Kozlov 1df1a286b9 Added implementation for SUMIFS(), see Bugzilla 52462 12 vuotta sitten
  Yegor Kozlov 2de8e37935 more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classes 12 vuotta sitten
  Yegor Kozlov 013ba86bb0 corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as reported in poi-dev 12 vuotta sitten
  Yegor Kozlov 797ff02699 added example how to merge .pptx slides 12 vuotta sitten
  Yegor Kozlov c15348c065 added common interface for containers of shapes in XSLF 12 vuotta sitten
  Nick Burch 5588a1c136 Correct fraction formatting quick return logic 12 vuotta sitten
  Nick Burch 9350ef41d4 Support more OOXML custom properties for text extraction 12 vuotta sitten
  Nick Burch 9d68c28c69 POIXMLPropertiesTextExtractor support for extracting custom OOXML properties as text 12 vuotta sitten
  Nick Burch 57c4509faa Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix some indenting) 12 vuotta sitten
  Nick Burch ee24b94d80 Fix bug #52446 - Handle files which have been truncated by a few bytes in NPropertyTable 12 vuotta sitten
  Nick Burch e0198826c3 Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle times without seconds 12 vuotta sitten
  Yegor Kozlov 463c68c6b3 more progress with merging external slides 12 vuotta sitten
  Nick Burch 7a49fa7ad4 Add disabled tests for custom formats 12 vuotta sitten
  Nick Burch 1160285073 Add AM/PM DataFormatter tests for bug #52389 (already working properly) 12 vuotta sitten
  Nick Burch 05bfb7c0c9 Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the criteria for triggering fraction formatting matching 12 vuotta sitten
  Nick Burch 34760dac11 Fix generics warnings 12 vuotta sitten
  Yegor Kozlov 8c4165d75d patch from Bugzilla 52200: updated XWPF table example code 12 vuotta sitten
  Yegor Kozlov a20915f758 Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and networkdays 12 vuotta sitten
  Nick Burch ca28206971 Inspired by bug #52349 - Merge the logic between the TEXT function and DataFormatter 12 vuotta sitten
  Nick Burch b3709bbd36 Fix bug #52349 - Correctly support excel style date format strings in the TEXT function 12 vuotta sitten
  Nick Burch c156c039c4 Bug #52369 - XSSFExcelExtractor should format numeric cells based on the format strings applied to them 12 vuotta sitten
  Nick Burch 7371290ff7 Fix bug #52369 - Event based XSSF parsing should handle formatting of formula values in XSSFSheetXMLHandler 12 vuotta sitten
  Yegor Kozlov 1b65bb839a Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table 12 vuotta sitten
  Yegor Kozlov f5c1596661 Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString 12 vuotta sitten
  Yegor Kozlov 587cfe2d2f Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString 12 vuotta sitten
  Yegor Kozlov dde2d28102 Addition to Bugzilla 51961: enable compression of temp files when loading existing workbook 12 vuotta sitten
  Yegor Kozlov 97a447bef4 applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more flexible 12 vuotta sitten
  Yegor Kozlov 40e7917560 more xlsf docs and samples 12 vuotta sitten