72 Коміти (74ff0ab72f629cdf16a9fcc1bb694dc2b39c1da0)

Автор SHA1 Повідомлення Дата
  Yegor Kozlov 74ff0ab72f added a failing unit test for bug #49612 14 роки тому
  Nick Burch 567001becf Fix bug #49524 - Support for setting cell text to be vertically rotated, via style.setRotation(0xff) 14 роки тому
  Yegor Kozlov 3726ef1074 do case-insensitive comparison when detecting Content_Types part, tolerate backslashes in part names. see bug 49609 14 роки тому
  Nick Burch 40a14f81d3 Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove series from HSSF Charts 14 роки тому
  Nick Burch aa253ea74a Patch from Andrew Shirley from bug #49185 - Support for HSSFNames where the comment is stored in a NameCommentRecord 14 роки тому
  Maxim Valyanskiy d7c62aae58 HWPF: test auto-saved document 14 роки тому
  Nick Burch 999aecbaa1 Basic text extraction support for old Word 6 and Word 95 documents via some HWPF extensions 14 роки тому
  Nick Burch 6eebda59e0 Add sample .msg file which uses a different codepage 14 роки тому
  Nick Burch f69404de8d Fix bug #49446 - Don't consider 17.16.23 field codes as properly part of the paragraph's text 14 роки тому
  Nick Burch b75c47e1e5 More XSLF tests for the less common extensions, and initial support for .thmx (theme) files - currently just stretches to not breaking... 14 роки тому
  Nick Burch 64cfb8b399 Better handling of Outlook messages in HSMF when there's no recipient email address 14 роки тому
  Nick Burch a864b415a6 Remove spurious svn:executable flags 14 роки тому
  Nick Burch d6d5250933 Test documents from bug #48574 14 роки тому
  Nick Burch 5977a9db00 Fix for bug #48245 - tweak HWPF table cell detection to work across more files 14 роки тому
  Nick Burch 034e5c4a97 Apply, with a few tweaks, the patch from bug #48996 - initial support for External Name References in HSSF formula evaluation 14 роки тому
  Nick Burch 129cf711e1 Add additional RevisionMarkAuthorTable test 14 роки тому
  Nick Burch ca4d710776 Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF ranges 14 роки тому
  Nick Burch 25c5daa312 Add unit test for bug #45970 - shows that we can read Formulas with URL based references in them, but we can't change them properly. Part of the unit test is disabled for now 14 роки тому
  Nick Burch c1c954d14e Fix bug #49386 - avoid NPE when extracting OOXML file properties which are dates 14 роки тому
  Nick Burch 8c85c8c3cf Fix bug #49096 - add clone support to Chart begin and end records, to allow cloning of more Chart containing sheets 14 роки тому
  Yegor Kozlov 8f9937a569 fixed construction of the DIB picture header, see Bugzilla 43161 14 роки тому
  Maxim Valyanskiy e100cb756f Initial support for reading AES-encrypted/write-protected OOXML files 14 роки тому
  Nick Burch 0565100c36 Add missing test file for bug #48779 14 роки тому
  Nick Burch d8dd3f26e4 Add disabled unit test for bug #48539, which is currently still broken 14 роки тому
  Nick Burch 93449602c5 Add unit test to show that the behaviour in bug #48923 is as expected 14 роки тому
  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 роки тому
  Nick Burch d8f85ad2eb Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 14 роки тому
  Yegor Kozlov e79cc21802 avoid NPE when finding cell comments, Bugzilla 48846 14 роки тому
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 роки тому
  Yegor Kozlov afe2ad7d38 support for data validation for OOXML, see Bugzilla 49244 14 роки тому
  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 роки тому
  Nick Burch a120845220 Fix bug #49020 - Workaround Excel outputting invalid XML in button definitions by not closing BR tags 14 роки тому
  Nick Burch 311e03f1e7 Enable the tests for bug #49139, now that we have a sample test file to go with it 14 роки тому
  Yegor Kozlov e38be4e0a7 Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 14 роки тому
  Yegor Kozlov e75b83a2e8 Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added accessors to CoreProperties.Keywords. See Bugzilla 49146 and 49153 14 роки тому
  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 роки тому
  Nick Burch 47c7d08456 Add a disabled test for bug #44501, which still remains, plus fix a generics warning 14 роки тому
  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 роки тому
  Nick Burch 054f1bc289 Implement the ExtRst part of a UnicodeString 14 роки тому
  Nick Burch 2a4805f938 Improved how HSMF handles multiple recipients 14 роки тому
  Maxim Valyanskiy b1c8c26708 XSLF: text extraction from tables 14 роки тому
  Nick Burch 4903ecfca1 Fix some chunk types, fix the directory descent, fix the Msg2txt example, and start on fixing core tests 14 роки тому
  Yegor Kozlov 5c08e67cd0 removed svn:eol-style=native from binary files, uncommented related tests; see Bugzilla 48427 14 роки тому
  Nick Burch 0e9861932a More work on FeatRecord/Shared Features. More is still needed though, it's still WIP 14 роки тому
  Yegor Kozlov 95642c0bfd fixed InterfaceEndRecord to tolerate unexpected record contents, see bug 47251 14 роки тому
  Yegor Kozlov 69b3b9f625 another test for Bugzilla 48026 14 роки тому
  Josh Micich 38cd31ab54 Fixed INDEX function to return reference results properly. 14 роки тому
  Yegor Kozlov 9a492d227e preserve POIFS StorageClsid when re-writing existing workbooks, this property is important for embedded objects, see Bugzilla 47920 14 роки тому
  Yegor Kozlov c4068ea039 added a test covering bookmarks 14 роки тому
  Yegor Kozlov b4da1cab04 fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 роки тому