4084 Commits (cd57789b7f45258c831f0a6188564dc66a1618d9)
 

Author SHA1 Message Date
  Nick Burch cd57789b7f Fix bug #50786 - Fix XSSFColor to fetch the RGB values of old-style indexed colours 13 years ago
  Nick Burch 7b08adece8 Fix generics warnings 13 years ago
  Nick Burch 1b354bc434 Fix bug #50299 with patch from Andrei - Fix XSSFColor fetching of white and black background themes 13 years ago
  Nick Burch abf0d84ead Add a disabled unit test for bug #50784. We need to add support for XSSF Colours to pull details from their parent theme where there is one 13 years ago
  Nick Burch 51653729ce Fix bug #50795 - Avoid NPE from xmlbeans when moving XSSF Comments from one cell to another 13 years ago
  Nick Burch b585dd59a6 Fix a couple more 1.6isms 13 years ago
  Nick Burch 95269a6ad4 Fix a 1.6ism 13 years ago
  Nick Burch 71d3ec25d8 Fix bug #46664 - When creating HSSF Print Areas, ensure the named range is reference based not value based 13 years ago
  Nick Burch 3928762193 Fix bug #50756 - When formatting numbers based on their Cell Style, treat GENERAL the same as the more typical General 13 years ago
  Yegor Kozlov 20062200df fixed HSSFWorkbook.createCellStyle to throw exception if the maximum number of cell styles was exceeded 13 years ago
  Yegor Kozlov 27092f09ff fixed a regression caused by not escaped dollar sumbols, see r1061288 and Bugzilla 49928 13 years ago
  Nick Burch 81620ddd18 Fix bug #50539 - Better fix for html-style br tags (invalid XML) inside XSSF documents 13 years ago
  Maxim Valyanskiy b4d748f242 hwpf: ignore invalid style reference 13 years ago
  Maxim Valyanskiy fa9b2060ee hwpf: ignore null-reference to parent stylesheet (bug#50688) 13 years ago
  Maxim Valyanskiy d86df59b57 hwpf: ignore incorrect ListFormatOverride reference that causes IndexOutOfBoundException 13 years ago
  Nick Burch fa799dd7e2 Remove un-used imports 13 years ago
  Nick Burch aad9e6907d Fix bug #49928 for HSSF too - refactor HSSFDataFormat to allow overriding of built in formats, and tweak the format unit tests to do the same check for HSSF and XSSF. Also corrects some builtin formats for new HSSFWorkbooks which were slightly off 13 years ago
  Yegor Kozlov ddf6cf7fec added implementations for CLEAN(), CHAR() and ADDRESS(), see Bugzilla 50607 13 years ago
  Yegor Kozlov 3bd05156fd remove System.out.println() from the test code 13 years ago
  Yegor Kozlov f3ac23c2c6 User Defined Function Documentation/Example, see Bugzilla 50587 13 years ago
  Nick Burch c07c194b5e Update the HMEF page with the latest status of the code 13 years ago
  Nick Burch ddc737457b Start on TNEF RTF attribute decompression, but not quite finished yet 13 years ago
  Nick Burch e1b8144c18 Add support for custom MAPI Properties (0x8000 and above, plus unknown lower ones) 13 years ago
  Nick Burch ee734212a9 HMEF dumping and properties tweaks 13 years ago
  Nick Burch 182eac4abc Start to decode the MAPI Properties in the TNEF stream for HMEF 13 years ago
  Maxim Valyanskiy a400ebea98 hwpf: fix ArrayIndexOutOfBoundsException in Range.getCharacterRun() (TIKA-577) 13 years ago
  Nick Burch d9056a1a5d MAPIProperty is a better fit name for HSMF, so change the name before it gets too widely used 13 years ago
  Nick Burch 8e5bc2a5cc Copy the MAPI type information over completely to HSMF 13 years ago
  Nick Burch c09b4f4351 More converting of HSMF code to use strongly type attributes 13 years ago
  Nick Burch c9f9b54434 Add a HSMF dev tool for listing the chunks with their types and names 13 years ago
  Nick Burch d702bca35f Start converting HSMF code to use the new strongly type MAPIAttribute class for lookups, and add a dev class for listing the defined attributes 13 years ago
  Nick Burch 256827a293 Create a new HSMF MAPI Attributes class to hold the attribute list in a strongly typed way, based on the MSDN published properties list 13 years ago
  Nick Burch 63f490ba72 In NPOIFS, close the file we opened in more exception cases 13 years ago
  Nick Burch bf3222399a Add NPOIFS section to the documentation 13 years ago
  Nick Burch fe6c408450 More NPOIFS tests 13 years ago
  Nick Burch a7a35871db Tweak HSLF and HWPF to work well with NPOIFS, and add unit tests for this 13 years ago
  Nick Burch ae43d980c5 Add unit test for using HSSF with both POIFS and NPOIFS 13 years ago
  Nick Burch 8d1adcac91 Fix generics warnings, and add another constructor 13 years ago
  Nick Burch 0057449df4 Tweak NPOIFS constructors so that if you have a FileChannel, you can pass it in, but that the File based one will tidy up after itself in the event of errors 13 years ago
  Nick Burch f02e062521 NPOIFS needs an explicit close, as it has to keep the File / buffer around to read from. Adds a close method 13 years ago
  Nick Burch d004673137 Refactor DocumentInputStream so that it can transparently handle both old style and new style POIFS Documents 13 years ago
  Nick Burch 3a0d6d3f8e Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use it in POIDocument. Also fix indent in the latter 13 years ago
  Nick Burch f22e831a0f Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy up the POIDocument constructor to not need both passing in 13 years ago
  Nick Burch bf27275eb2 More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression on big files, and adds a POIFS unit test for XBAT containing files (previously there wasn't one) 13 years ago
  Nick Burch ada898d0cf More NPOIFS XBAT updates 13 years ago
  Nick Burch 628081356e Fix the name of the RootProperty, as it never changes 13 years ago
  Nick Burch d6578850ab XBAT logic in NPOIFS was incorrect - it's a chain of doubly indirect, not singly indirect BATs. Start to correct 13 years ago
  Nick Burch c50b305281 Implement a NPOIFS document reader, and add tests which use it 13 years ago
  Nick Burch bfcc46192c Allow POIFSLister to switch between the two different POIFS implementations when listing 13 years ago
  Nick Burch 8d19052b6a Add NPOIFS high level Document implementation 13 years ago