3714 Commits (e79cc21802e5204a508d177aa3ff5d1331101b46)
 

Author SHA1 Message Date
  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
  Yegor Kozlov 6fd6e4ba84 Fixed tests failing in non-english locales, see Bugzilla 49191 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
  Nick Burch e0ae7b1177 Add DISABLED test which shows the latest problem relating to bug #49139 14 years ago
  Nick Burch 311e03f1e7 Enable the tests for bug #49139, now that we have a sample test file to go with it 14 years ago
  Nick Burch 041e54063b New release in the doap file 14 years ago
  Maxim Valyanskiy f2fbd74860 skip incorrect MMSRecord in xls 14 years ago
  Nick Burch 752dae496d Tweak depends lines relating to compile-ooxml-xsds, so that the schema files are correctly downloaded if missing 14 years ago
  Nick Burch 7f12b6ff53 Resolve bug #49139 - don't assume that the block size is always 512 bytes. Instead of hard coding this value in, pass around the new POIFSBigBlockSize object that holds the size and various helper subsizes. Should now be possible to open 4k block files without error. 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
  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