715 Commits (36f27c7385b67da5f1261c952982d8d09999068f)

Author SHA1 Message Date
  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
  Maxim Valyanskiy fcb41adacd HSLF: support for uncompressed OLE embeddings 12 years ago
  Nick Burch 29f7fe9eb2 Fix bug #51832 - handle XLS files where the WRITEPROTECT record preceeds the FILEPASS one, rather than following as normal 12 years ago
  Nick Burch 202be296f6 Apply patch from bug #51809 - correct GTE handling in COUNTIF 12 years ago
  Sergey Vladimirov 00e43b57ce HWPF Bookmarks tables are correctly updated on text updates. Add HWPF API to update range text and delete bookmarks. 12 years ago
  Yegor Kozlov 936bf2f9b3 fixed bug 51670: avoid LeftoverDataException when reading .xls files with invalid LabelRecord 12 years ago
  Yegor Kozlov 3ca4e3bd2d avoid exceptions when using POI in Tika, see BUgs 51771 and 51770 12 years ago
  Yegor Kozlov 686f2ca6d0 updated status.xml to reflect changes from Bug 51196 12 years ago
  Nick Burch 5ea324076a Patch from bug #51785 - Allow XSSF setForceFormulaRecalculation to work with the minimal ooxml-schemas jar 12 years ago
  Sergey Vladimirov a45d61c740 fix Bug 51772 - IllegalArgumentException Parsing MS Word 97 - 2003; 12 years ago
  Nick Burch b8c1a91b4b Fix typo 12 years ago
  Nick Burch 9e5ce7c248 Update XSLFPowerPointExtractor to include Comment Authors along with comment text 12 years ago
  Yegor Kozlov aecca9fd65 release of 3.8-beta4 has been made, updated web site 13 years ago
  Yegor Kozlov fe2a215244 trunk is 3.8-beta5 now 13 years ago
  Sergey Vladimirov d4b53503bf fix 51678 -- Extracting text from Bug51524.zip is slow 13 years ago
  Sergey Vladimirov 88c68602c4 fix 51671 - HWPFDocument.write based on NPOIFSFileSystem throws a NullPointerException 13 years ago
  Yegor Kozlov b77189c0a6 updated status.xml to properly reflect last changes in XSLF 13 years ago
  Yegor Kozlov b26674fef5 support for tables and hyperlinks in XSLF 13 years ago
  Nick Burch 5cbd261957 Patch from Antoni Mylka from bug #51535 - correct signed vs unsigned short reading in NDocumentInputStream 13 years ago
  Yegor Kozlov 453e72046d Patch 51634 - support SXSSF streaming from templates 13 years ago
  Yegor Kozlov ccad96e6d9 initial support for XSLF usermodel API 13 years ago
  Yegor Kozlov eb89ca3685 51187 - fixed OPCPackage to correctly handle self references 13 years ago
  Yegor Kozlov 987b7cf9b1 Bug 51635 - Improved performance of XSSFSheet#write 13 years ago