21 Commits (54d462a3f6fda9493eca34f4cfa9af7a965c60b0)

Autor SHA1 Mensaje Fecha
  Andreas Beeker 54d462a3f6 Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalStateException hace 10 años
  Yegor Kozlov a5375147a1 Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents hace 12 años
  Yegor Kozlov 3392d09375 Bugzilla 51196: Initial support for Spreadsheet Chart API hace 13 años
  Nick Burch 553885aad3 Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features hace 13 años
  Nick Burch 8a06e7d60c Fix bug #51061 - Correct target URI for new XSSF Tables hace 13 años
  Nick Burch d290f515a4 Initial support for XSSF Charts. Provides easy access to the underlying CTChart object via the Sheet Drawing, but no high level interface onto the chart contents as yet. hace 13 años
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes hace 14 años
  Yegor Kozlov 21d7a81d3c improved work with cell comments in XSSF, also added support for cell comments to SS interfaces hace 14 años
  Nick Burch 926f35d047 Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent hace 14 años
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 hace 15 años
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else hace 15 años
  Yegor Kozlov 1aafa11722 Support for extraction of footnotes from docx files, see Bugzilla 45556 hace 15 años
  Yegor Kozlov 35906116ed support for custom XML mappings in XSSF, see Bugzilla 47520 hace 15 años
  Yegor Kozlov 6259f37e11 added suport for Calculation Chain in XSSF, remove reference from calculation chain when a formula is deleted (see bugzilla 46535) hace 15 años
  Yegor Kozlov fce473fada import OpenXML4j codebase hace 15 años
  Yegor Kozlov e308696df9 refactored POIXMLFactory and related classes; simplified XSSFRelation - now it's just a set of definitions of XSSF relations, all read/load stuff is not used anymore and was removed. Also, removed Workbook.getCustomPallete() - it's OLE-specific hace 15 años
  Yegor Kozlov b4e74b306c Initial support for SpreadsheetML drawings,implemented XSSFPicture, added ability to add pictures to workbook, refactored XSSFPictureData to be a subclass of POIXMLDocumentPart. Also refactored misc odds and ends in order to produce xml better compatible with what MS Office produces hace 15 años
  Yegor Kozlov 0c4ee58c9f refactored POIXMLDocument to be a composite of POIXMLDocumentPart, this way XSSFWorkbook is a root of a tree: XSSFSheets are children, XSSFDrawings are children of worksheets, etc, hace 15 años
  Josh Micich 8a9de74b7b Clean-up of generics in XSSFRelation hace 15 años
  Yegor Kozlov 75b8b893e5 misc ooxml improvements:" hace 15 años
  Nick Burch 821aad8c70 As discussed on dev@poi, move XSSFRelation out to its own class hace 16 años