3697 Commits (e38be4e0a7c56df7ae7ccddb0586e3e92d9ccd1d)
 

Author SHA1 Message Date
  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
  Mark Beardsley 50cde157ec Improved usage message. 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
  Mark Beardsley 473648bdce Converts Excel to CSV using usermodel. 14 years ago
  Nick Burch bbc0e5d6ec One more missing license 14 years ago
  Nick Burch 415b89af7c Remove old .cvsignore files 14 years ago
  Nick Burch 18df90b37e Add missing license header to older xml files 14 years ago
  Nick Burch 36fea13f71 Add missing license headers 14 years ago
  Nick Burch 746f3241ec Remove readme about java 1.4 vs 1.5, as we've ditched java 1.4 support 14 years ago
  Nick Burch 350df80600 Lots more documentation on how we read in POIFS files and process the sectors/blocks and FATs. Also add a test that shows that bug #46391 is invalid 14 years ago
  Maxim Valyanskiy e53e3a376e bugfix: ClassCastException it PicturesTable.getAllPictures(): 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
  Yegor Kozlov a0925a6320 fixed compilation errors in recently added examples 14 years ago
  Mark Beardsley db42d3359b Correct package statement 14 years ago
  Mark Beardsley 0d09d93de6 Ported to SS model. 14 years ago
  Mark Beardsley c8c4bfba67 Comments modified re re-sizing behaviour 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
  Maxim Valyanskiy d596debbe5 XSLFCommonSlideData: extract text data from group shape 14 years ago
  Nick Burch 47c7d08456 Add a disabled test for bug #44501, which still remains, plus fix a generics warning 14 years ago
  Nick Burch 069207f64e Fix generics warnings, and fix up tests to handle the extra bit of text being extracted now 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 e9a497a0de Improve error message, and fix generics warnings 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 675b6ad976 The ReadOnlySharedStringsTable is re-usable for other event based things, so copy out to it's own class 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
  Yegor Kozlov 6db9c4f0e2 added mvn-install Ant target equivalent to 'mvn install' in maven-driven projects 14 years ago
  Maxim Valyanskiy 3f0d9084f8 PowerPoint OLEShape: extract last version of embedded ole object 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
  Nick Burch 054f1bc289 Implement the ExtRst part of a UnicodeString 14 years ago
  Nick Burch d7470746e1 If there's no more data but there ought to be for unicode strings, in a partly corrupt file, give a warning and substitute in empty strings 14 years ago
  Nick Burch 9780245c08 Add more documentation, and make the constructor public for testing use 14 years ago
  Nick Burch 398b457631 Improve unhandled continue record message by saying what it follows 14 years ago
  Nick Burch 90c599b4bb Fix a couple of warnings 14 years ago
  Nick Burch 017ac3523a New debugging class, useful for when figuring out how to split on continue records, where continue records lie etc 14 years ago
  Nick Burch 796f95c0b4 Tidy up some of the IntMapper/UnicodeString bits with generics 14 years ago
  Nick Burch 62dc99b25f records.UnicodeString isn't actually a Record, just a common part that exists in many other records. As such, move it to records.common, which is where all the other record components live 14 years ago
  Maxim Valyanskiy a998b7764f bug#48068: RecordFormatException: The content of an excel record cannot exceed 8224 bytes 14 years ago
  Yegor Kozlov 5bb2570155 avoid creating unnecessary temp files, tighten up usage of temp files in unit tests 14 years ago
  Maxim Valyanskiy 2956525db2 revert previous commit 14 years ago
  Maxim Valyanskiy 4e3c970131 ExtractorFactory: save OOXML stream into temporary file before text extraction - this reduces memory usage and allows temporary file cleanup 14 years ago