4120 Commits (5805f3b66001219a382427f995b323fcba40d700)
 

Author SHA1 Message Date
  Nick Burch 5805f3b660 Add a unit test for bug #50833 13 years ago
  Nick Burch cb54849561 Add unit test showing that bug #50867 works fine 13 years ago
  Nick Burch 3a867c9583 Add unit test showing that bug #48877 no longer applies 13 years ago
  Nick Burch 3cd79ea026 Fix bug #50718 - More helpful error message when you try to create a CellReference with #REF! 13 years ago
  Nick Burch 972b316e1b Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware 13 years ago
  Nick Burch 5185ad3b5a Hopefully fix bug #50846 - Improve how XSSFColor inherits from Themes, by pushing the logic out of XSSFCellStyle and into ThemesTable + make it easier to call 13 years ago
  Nick Burch 3d5c4eed5c Fix documentation typo 13 years ago
  Nick Burch ca96c8a73a Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset 13 years ago
  Nick Burch bcf0cf3b32 Fix generics warnings 13 years ago
  Nick Burch d7cc7e582b From bug #50786 - Speed up calls to HSSFColor.getIndexHash() by returning a cached, unmodifiable Map. HSSFColor.getModifiableIndexHash() provides access to the old (slow but modifiable) functionality 13 years ago
  Nick Burch ce77707b83 Add documentation for the HMEF (TNEF/winmail.dat) support so far. 13 years ago
  Yegor Kozlov e9f5fbd58d set version.id to 3.8-beta2 13 years ago
  Yegor Kozlov 65989672af ant target to create patches 13 years ago
  Yegor Kozlov 6269ee2312 Change related formulas and named ranges when XSSFWorkbook.setSheetName is called, see Bugzilla 47100 13 years ago
  Nick Burch adcf637292 Setting the locale doesn't seem to set the timezone, so do that explicitly to ensure the tests behave for everyone 13 years ago
  Nick Burch b8a97d2b3f Fix a couple of license headers, and tweak the rat settings so it runs clean 13 years ago
  Nick Burch 70bf113c21 Tweak the attribute getter names on Attachments, and add MAPI+TNEF Attribute unit tests 13 years ago
  Nick Burch f235709c33 Add a TNEF extractor class, which can be run from the command line to extract out the message body and attachments 13 years ago
  Nick Burch 9ae939c6f7 Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF and MAPI attributes, and use this to allow easier access to common file parts. Then use this in the attachment unit tests. 13 years ago
  Nick Burch fd77fc1d74 Switch HMEF attributes to a factory scheme for creation, then add subtypes for cleaner code. Also adds a few more tests 13 years ago
  Nick Burch ff0cd1cc2e Refactor the TNEF Attributes to better match the MAPI ones, and move both into their own package 13 years ago
  Nick Burch 72c070adca Tweak XSSFPrintSetup to make it a little clearer what happens, and add a round-trip unit test for it 13 years ago
  Yegor Kozlov 826e5c0868 mention ExcelAnt in status.xml 13 years ago
  Nick Burch 698d22967c Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows that the LZW isn't quite right yet (so tests disabled) 13 years ago
  Yegor Kozlov a099116059 tweaked validation of xml to keep Gump quiet 13 years ago
  Nick Burch 7672d22266 Fix bug #32903 - Correct XBAT chaining explanation in /poifs/fileformat.html 13 years ago
  Nick Burch 5cf593d1c7 Fix bug #50829 - Support for getting the tables associated with a XSSFSheet 13 years ago
  Nick Burch 6ef52df6dd More on XSSFColor and ARGB vs RGB for bug #50299 - provide methods to let you get at either 3 byte RGB, or 4 byte ARGB, whichever you prefer for your needs. 13 years ago
  Nick Burch 7feda0a1df Switch Picture processing in HSLFSlideShow to be lazy-loading, to speed things up if you're only interested in text stuff 13 years ago
  Nick Burch 854a7f49e9 Update the HSSF/XSSF comments documentation to include some more steps that are needed to have the comments always show up properly 13 years ago
  Yegor Kozlov cb712c3d61 merged with excelant branch 13 years ago
  Yegor Kozlov 4c5d1a1aa8 Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_spec, see Bugzilla 50581 13 years ago
  Yegor Kozlov 2a6b01d5a1 test Ant file with ExcelAnt targets 13 years ago
  Yegor Kozlov b6aaf36b5c initial import of ExcelAnt tasks, see Bugzilla 50610 13 years ago
  Nick Burch 7cb74c7778 Add a unit test that shows bug #48079 no longer applies, and we can resize columns when there are more than 32767 rows 13 years ago
  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 fd9aefc708 created a branch for adoption of excelant 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