397 Commits (a1208452206129a9b23921b822688e57be3cad75)

Author SHA1 Message Date
  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 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 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
  Yegor Kozlov 07d15660b9 updated the Downloads page to reflect the latest release of POI-3.6 14 years ago
  Josh Micich a9929f37ee Bugzilla 48343 - added implementation of SUBTOTAL function (patch from Paul Tomlin) 14 years ago
  Yegor Kozlov 5984c5d57c updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml 14 years ago
  Yegor Kozlov 5d9a1169cd fixed XSSFSheet autoSizeColumn() to tolerate empty RichTextString, see Bugzilla 48332 14 years ago
  Josh Micich 54d27d0cc6 Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field 14 years ago
  Yegor Kozlov b4da1cab04 fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
  Yegor Kozlov 12a00cc2f3 memory usage optimization in XSSF - avoid creating parentless xml beans 14 years ago
  Yegor Kozlov 21d7a81d3c improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 14 years ago
  Nick Burch 8428670c2c Add support for creating SummaryInformation and DocumentSummaryInformation properties on POIDocuments that don't have them, via POIDocument.createInformationProperties() 14 years ago
  Nick Burch 76ae29d587 Fix bug #48180 - short chart records skipping some unused fields 14 years ago
  Nick Burch 5cf512174e Patch from Jeremy Michelson (with slight tweaks) - bug #48274 - fix erronious wrapping of byte colours in HSSFPalette.findSimilarColor 14 years ago
  Nick Burch ab15ad1b66 Fix from Petr for bug #24601 - fix fetching of error codes from XSSF formula cells 14 years ago
  Yegor Kozlov 1490ef1c8a fixed javadoc for HSSFSheet.setColumnWidth and XSSFSheet setColumnWidth 14 years ago