737 Commits (bcb898e9778d4b2078f59474a4ee34c9cf82d293)

Author SHA1 Message Date
  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 years ago
  Yegor Kozlov 1df1a286b9 Added implementation for SUMIFS(), see Bugzilla 52462 12 years ago
  Nick Burch 9d68c28c69 POIXMLPropertiesTextExtractor support for extracting custom OOXML properties as text 12 years ago
  Nick Burch 57c4509faa Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix some indenting) 12 years ago
  Nick Burch ee24b94d80 Fix bug #52446 - Handle files which have been truncated by a few bytes in NPropertyTable 12 years ago
  Nick Burch e0198826c3 Patch from Steve Vysny from bug #52438 - Update CellDateFormatter to handle times without seconds 12 years ago
  Nick Burch 05bfb7c0c9 Bug #52389 - Handle ?/? format fractions as well as #/# ones, and tighten the criteria for triggering fraction formatting matching 12 years ago
  Yegor Kozlov 8c4165d75d patch from Bugzilla 52200: updated XWPF table example code 12 years ago
  Yegor Kozlov a20915f758 Bugzill 52378: Support for Excel's Analysis Tool Pack functions workday and networkdays 12 years ago
  Nick Burch ca28206971 Inspired by bug #52349 - Merge the logic between the TEXT function and DataFormatter 12 years ago
  Nick Burch b3709bbd36 Fix bug #52349 - Correctly support excel style date format strings in the TEXT function 12 years ago
  Nick Burch c156c039c4 Bug #52369 - XSSFExcelExtractor should format numeric cells based on the format strings applied to them 12 years ago
  Nick Burch 7371290ff7 Fix bug #52369 - Event based XSSF parsing should handle formatting of formula values in XSSFSheetXMLHandler 12 years ago
  Yegor Kozlov 1b65bb839a Bugzilla 52348: Avoid exception when creating cell style in a workbook that has an empty xf table 12 years ago
  Yegor Kozlov 587cfe2d2f Bugzilla 52219: fixed XSSFSimpleShape to set rich text attributes from XSSFRichTextString 12 years ago
  Yegor Kozlov 97a447bef4 applied patch from Bugzilla 52314: SheetUtil.getColumnWidth could be more flexible 12 years ago
  Yegor Kozlov 0189b53f7e current version is 3.8-beta6 now 12 years ago
  Yegor Kozlov 89916468a5 Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file 12 years ago
  Yegor Kozlov ad6cfe5ca1 Bugzilla 46288: fixed refcount of Fill pictures in HSLF 12 years ago
  Yegor Kozlov 3009b07746 Bugzilla 51961: support compression of temp files in SXSSF 12 years ago
  Yegor Kozlov fc4c8d077e Bugzilla 52268 - support cloning sheets with drawings in XSSF 12 years ago
  Nick Burch 6ea60a0623 Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, with test (and fixing indents) 12 years ago
  Nick Burch 36f27c7385 Patch from Marcel May from bug #51875 - More XSSF formula new-line support 12 years ago
  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 years ago
  Nick Burch 65fb35e5a0 Add a POIFS Helper FilteringDirectoryNode, which wraps a DirectoryEntry and allows certain parts to be ignored 12 years ago
  Yegor Kozlov ef049ea258 Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLF 12 years ago
  Yegor Kozlov dcc11f4043 Bugzilla 51803: fixed HSLF TextExtractor to extract content from master slide 12 years ago
  Nick Burch fab3636895 Patch from bug #52190 - null check on XWPF setFontFamily 12 years ago
  Yegor Kozlov 8a841f2380 Bugzilla 52062: ensure that temporary files in SXSSF are deleted 12 years ago
  Sergey Vladimirov 16ff31e5ad Fix 47958 - ArrayIndexOutOfBoundsException from PicturesTable.getAllPictures() during Escher tree walk 12 years ago
  Sergey Vladimirov 2ac2e79652 fix 51944 - PAPFormattedDiskPage.getPAPX - IndexOutOfBounds 12 years ago
  Sergey Vladimirov bf3550b406 fix 52032 - HWPF - ArrayIndexOutofBoundsException with no stack trace (broken after revision 1178063) 12 years ago
  Yegor Kozlov 2490ebd2ff initial support for rendering pptx slides into images with a PPTX2PNG command-line utility 12 years ago
  Nick Burch 8b95448e83 Add implementation of RATE from patch in bug #52050 12 years ago
  Nick Burch 9e37ab56eb Patch from bug #51566 - HSLF fix for finishing parsing the picture stream on the first non-valid type 12 years ago
  Nick Burch 267754ddf8 Apply patch from bug #51974 - Avoid HWPF issue when identifying the picture type 12 years ago
  Nick Burch 573cf1a6fe Apply patch from bug #52035 - Fix signed issue with very large word 6 files 12 years ago
  Nick Burch a234740a3b Fix bug #51949 - Avoid NPE on double close of ZipFileZipEntrySource 12 years ago
  Nick Burch b9e791ac99 Fix bug #51950 - XWPF may not always have footnotes in a document 12 years ago
  Nick Burch a45b2cd33f Fix bug #51963 - Correct AreaReference handling of references containing a sheet name which includes a comma 12 years ago
  Nick Burch 9395942e91 Fix bug #51955 - XSSFReader supplied StylesTables need to have the theme data available 12 years ago
  Yegor Kozlov 7c80fb24ea Bugzilla #51716 - Removed incorrect assert in SXSSFSheet#getSXSSFSheet 12 years ago
  Sergey Vladimirov 026f46dbcc always pad properties to 4 bytes 12 years ago
  Sergey Vladimirov e975236ab1 picture loading completely rewritten, bugs 51902 and 51890 fixed 12 years ago
  Nick Burch ca6ff46842 Allow the passing of a File object to WorkbookFactory.create, which permits lower memory processing than the InputStream version 12 years ago
  Nick Burch d2dd89ea6a Fix bug #51873 - update HSMF to ignore Outlook 2002 Olk10SideProp entries, which don't behave like normal chunks 12 years ago
  Nick Burch 07e31b1879 Fix bug #51850 - support creating comments in XSSF on an earlier slide when later ones already have them 12 years ago
  Nick Burch d12375b4c0 Update the XSLF slide master text extraction to be optional, as HSLF already is, plus fix some indents 12 years ago
  Nick Burch 799bc99b3e Fix bug #51804 - Include Master Slide text in XSLF text extraction 12 years ago
  Nick Burch dfa4805ce7 New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts 12 years ago