922 Commits (74ff0ab72f629cdf16a9fcc1bb694dc2b39c1da0)

Author SHA1 Message Date
  Nick Burch 9f7190f05e Fix bug #49160 - Ensure that CTDigSigBlob is included in poi-ooxml jar 14 years ago
  Nick Burch 216ecd1407 Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when the XSD is silly and maps them to CTEmpty 14 years ago
  Nick Burch d8f85ad2eb Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 14 years ago
  Nick Burch 87891450ba Apply patches from Peter Kutak from bugs 49334 and 49242 - HSSFChart improvements by tracking more records 14 years ago
  Nick Burch 2d81bf66b1 More license headers 14 years ago
  Yegor Kozlov 9f0cd544cf Improved performance of XSSFSheet.write, avoid unnecessary re-ordering of CTRow beans if they are already ordered 14 years ago
  Yegor Kozlov e79cc21802 avoid NPE when finding cell comments, Bugzilla 48846 14 years ago
  Yegor Kozlov 2670820514 Ensure that CTPhoneticPr is included in poi-ooxml jar, see Bugzilla 49325 14 years ago
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 years ago
  Yegor Kozlov afe2ad7d38 support for data validation for OOXML, see Bugzilla 49244 14 years ago
  Yegor Kozlov 9017094231 Enhanced SViewer to support most border types, cell formats, and conditional formatting. Added ToHtml example that converts a spreadsheet into HTML, See Bugzilla #49066 14 years ago
  Nick Burch a120845220 Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags 14 years ago
  Nick Burch 7a0aa13885 Apply patch from Trejkaz from bug #49050 - Improve performance of AbstractEscherHolderRecord when there are lots of Continue Records 14 years ago
  Nick Burch 476a526e26 Fix bug #49194 - Correct text size limit for OOXML .xlsx files 14 years ago
  Nick Burch 84b713a477 Fix bug #49254 - Fix CellUtils.setFont to use the correct type internally 14 years ago
  Nick Burch 423194bd27 Hopefully finish fixing bug #49139 - track down another subtle hard coding of 512, and switch to using the big block size variable 14 years ago
  Yegor Kozlov e38be4e0a7 Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 14 years ago
  Yegor Kozlov 5a80808a73 Added implementation for TEXT() and TRUNC(), see Bugzilla 49025 and 49026 14 years ago
  Yegor Kozlov a4dfc23a0b Properly close internal InputStream in ExtractorFactory#createExtractor(File), see Bugzilla 49147 14 years ago
  Yegor Kozlov c0ffa07902 Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 14 years ago
  Yegor Kozlov e75b83a2e8 Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added accessors to CoreProperties.Keywords. See Bugzilla 49146 and 49153 14 years ago
  Yegor Kozlov c8d66033f0 propagate parent to parent-aware records decoded from Escher, also ensure that TextShape and EscherTextboxWrapper hold the same cached sets of records, see Bugzilla 48916 14 years ago
  Nick Burch c01a095d32 Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 and B5 14 years ago
  Nick Burch a95e0cd7d7 Fix an issue with the HSMF tests working on some machines but not others - Make poifs.filesystem.DirectoryNode preserve the original ordering of its files, which HSMF needs to be able 14 years ago
  Yegor Kozlov 213b7d035b Support evaluation of indirect defined names in INDIRECT 14 years ago
  Nick Burch 161a341e6c Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detection, and handle short strings better, hopefully solving the Negative length of ChunkHeader issue 14 years ago
  Nick Burch 421505b715 Add patch from Jukka from bug #48617 + test - Optionally allow the overriding of the Locale used by DataFormatter to control how the default number and date formats should look 14 years ago
  Nick Burch 63dc16b762 New event based xssf text extractor (XSSFEventBasedExcelExtractor) 14 years ago
  Nick Burch 4c1c3a3ae3 Most of support suggested by Phil Varner on the list - ExtractorFactory can now be told to prefer Event Based extractors (current Excel only) on a per-thread or overall basis 14 years ago
  Yegor Kozlov 5da681c81f avoid failures in XLSX2CSV when shared string table is missing, see Bugzilla 48544 14 years ago
  Yegor Kozlov 8540edb04a properly close all IO streams created in OPCPackage, see Bugzilla 48571 14 years ago
  Yegor Kozlov ac1490264c always copy all declared inner classes and interfaces when generating poi-ooxml-schemas, see Bugzilla 48572 14 years ago
  Nick Burch fab3c433ef Add a note about the UnicodeString move from a few days ago 14 years ago
  Nick Burch 7b3a58589d Add changelog note 14 years ago
  Yegor Kozlov 691795a115 Avoid creating temporary files when opening OPC packages from input stream 14 years ago
  Nick Burch b9621dfb14 Tweak the iterator section to avoid casts as we have generics, and then ditch the hssf duplicate bit (everyone should be pointed at the ss.usermodel version) 14 years ago
  Nick Burch 2a4805f938 Improved how HSMF handles multiple recipients 14 years ago
  Nick Burch 63387c5c31 Add PublisherTextExtractor support to ExtractorFactory 14 years ago
  Nick Burch cd5573765c Add status message for recent change from maxcom 14 years ago
  Nick Burch 9c6aa08e4f Do a manual sync, as per the common skins README, to avoid a build warning 14 years ago
  Nick Burch f37c8f303a Add embeded (attachment) support to the outlook text extractor 14 years ago
  Nick Burch 07551a0925 Rename the outlook extractor to be more consistent with other extractors 14 years ago
  Nick Burch c01272208e Add a text extractor to HSMF for simpler extraction of text from .msg files 14 years ago
  Nick Burch 3a85e0969e Docs tweaks 14 years ago
  Nick Burch 25bd56f569 Initialise the link type of HSSFHyperLink, so that getType() on it works 14 years ago
  Yegor Kozlov f186843733 improved performance of DateUtil.isCellDateFormatted(), see Bugzilla 48425 14 years ago
  Yegor Kozlov 95642c0bfd fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 14 years ago
  Yegor Kozlov 28c5b0fd2b improved javadoc on Picture.resize() 14 years ago
  Yegor Kozlov 7a8bcc7b09 fixed PageSettingsBlock to allow multiple HeaderFooterRecord records, see Bugzilla 48026 14 years ago
  Yegor Kozlov 72bc91ade5 fixed ExternalNameRecord to properly distinguish DDE data from OLE data in the record body, see Bugzilla 48339 14 years ago