4142 Commits (27e3d4ea2608ee45e71e70d3fcfd4ef8cb20d469)
 

Autor SHA1 Nachricht Datum
  Nick Burch 27e3d4ea26 More NPOIFS Constructor updates vor 13 Jahren
  Nick Burch 2920d7ceab Fix generics warnings, and make the NPOIFS and deprecated constructor parts of Publisher clearer and consistent with other parts vor 13 Jahren
  Maxim Valyanskiy 9cd40753d6 XWPFPicture: remove unused POILogger instance vor 13 Jahren
  Maxim Valyanskiy ad6011bf47 XWPFPicture: support for reading picture description vor 13 Jahren
  Maxim Valyanskiy 71b9455d88 XWPF: support for pictures in headers vor 13 Jahren
  Yegor Kozlov d732e60a09 improved DataFormatter, see Bugzilla 50841 vor 13 Jahren
  Nick Burch b07c986c9d Fix bug #49381 - Correct createFreezePane in XSSF, so that the left row/column matches the documentation + HSSF (CellReference is row,column) vor 13 Jahren
  Nick Burch ee6bb48894 Fix bug #49253 - When setting repeating rows and columns for XSSF, don't break the print settings if they were already there vor 13 Jahren
  Nick Burch aff049234a Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an operation vor 13 Jahren
  Nick Burch dd1af3acd9 Fix bug #50846 - XSSFCellBorder needs a theme table too, but as it gets created early switch it to the same model as XSSFFont for getting it later vor 13 Jahren
  Nick Burch 70f869b105 Ensure that BigGridDemo is consistent in the encoding of the XML vor 13 Jahren
  Nick Burch 0055c90bc4 Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end, but handle it not vor 13 Jahren
  Nick Burch d82c5b6336 Update the HMEF status pages vor 13 Jahren
  Nick Burch 08488cf978 Strip trailing padding from HMEF compressed rtf when decoding vor 13 Jahren
  Yegor Kozlov d2d927df6a support for getting HWPFDocument fields, see Bugzilla 50313 vor 13 Jahren
  Yegor Kozlov f9badd78d4 fixed setting named styles to HSSFCells. see Bugzilla 50912 vor 13 Jahren
  Yegor Kozlov dd87e86c44 fixed RecordFormatException when reading unicode strings with photenic data, see Bugzilla 50779 vor 13 Jahren
  Yegor Kozlov 5b8ee9b865 fixed typos vor 13 Jahren
  Yegor Kozlov a0baba932f updated index.xml and download.xml for 3.8 beta1 vor 13 Jahren
  Yegor Kozlov 42d8eb4826 include poi-excelant vor 13 Jahren
  Nick Burch 658ef14c88 Refactor the HMEF contents checks to use a superclass, and stub out the Rtf Message body tests (disabled as there looks to be a padding issue still to solve) vor 13 Jahren
  Nick Burch f05c5454fc Two more differences between the LZW in HDGF and HMEF: vor 13 Jahren
  Nick Burch 5805f3b660 Add a unit test for bug #50833 vor 13 Jahren
  Nick Burch cb54849561 Add unit test showing that bug #50867 works fine vor 13 Jahren
  Nick Burch 3a867c9583 Add unit test showing that bug #48877 no longer applies vor 13 Jahren
  Nick Burch 3cd79ea026 Fix bug #50718 - More helpful error message when you try to create a CellReference with #REF! vor 13 Jahren
  Nick Burch 972b316e1b Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware vor 13 Jahren
  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 vor 13 Jahren
  Nick Burch 3d5c4eed5c Fix documentation typo vor 13 Jahren
  Nick Burch ca96c8a73a Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset vor 13 Jahren
  Nick Burch bcf0cf3b32 Fix generics warnings vor 13 Jahren
  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 vor 13 Jahren
  Nick Burch ce77707b83 Add documentation for the HMEF (TNEF/winmail.dat) support so far. vor 13 Jahren
  Yegor Kozlov e9f5fbd58d set version.id to 3.8-beta2 vor 13 Jahren
  Yegor Kozlov 65989672af ant target to create patches vor 13 Jahren
  Yegor Kozlov 6269ee2312 Change related formulas and named ranges when XSSFWorkbook.setSheetName is called, see Bugzilla 47100 vor 13 Jahren
  Nick Burch adcf637292 Setting the locale doesn't seem to set the timezone, so do that explicitly to ensure the tests behave for everyone vor 13 Jahren
  Nick Burch b8a97d2b3f Fix a couple of license headers, and tweak the rat settings so it runs clean vor 13 Jahren
  Nick Burch 70bf113c21 Tweak the attribute getter names on Attachments, and add MAPI+TNEF Attribute unit tests vor 13 Jahren
  Nick Burch f235709c33 Add a TNEF extractor class, which can be run from the command line to extract out the message body and attachments vor 13 Jahren
  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. vor 13 Jahren
  Nick Burch fd77fc1d74 Switch HMEF attributes to a factory scheme for creation, then add subtypes for cleaner code. Also adds a few more tests vor 13 Jahren
  Nick Burch ff0cd1cc2e Refactor the TNEF Attributes to better match the MAPI ones, and move both into their own package vor 13 Jahren
  Nick Burch 72c070adca Tweak XSSFPrintSetup to make it a little clearer what happens, and add a round-trip unit test for it vor 13 Jahren
  Yegor Kozlov 826e5c0868 mention ExcelAnt in status.xml vor 13 Jahren
  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) vor 13 Jahren
  Yegor Kozlov a099116059 tweaked validation of xml to keep Gump quiet vor 13 Jahren
  Nick Burch 7672d22266 Fix bug #32903 - Correct XBAT chaining explanation in /poifs/fileformat.html vor 13 Jahren
  Nick Burch 5cf593d1c7 Fix bug #50829 - Support for getting the tables associated with a XSSFSheet vor 13 Jahren
  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. vor 13 Jahren