21 Commits (54d462a3f6fda9493eca34f4cfa9af7a965c60b0)

Author SHA1 Message Date
  Andreas Beeker 54d462a3f6 Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalStateException 10 years ago
  Yegor Kozlov a5375147a1 Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents 12 years ago
  Yegor Kozlov 3392d09375 Bugzilla 51196: Initial support for Spreadsheet Chart API 13 years ago
  Nick Burch 553885aad3 Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features 13 years ago
  Nick Burch 8a06e7d60c Fix bug #51061 - Correct target URI for new XSSF Tables 13 years ago
  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. 13 years ago
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 years ago
  Yegor Kozlov 21d7a81d3c improved work with cell comments in XSSF, also added support for cell comments to SS interfaces 14 years ago
  Nick Burch 926f35d047 Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 years ago
  Yegor Kozlov 00b59a229a improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 14 years ago
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else 15 years ago
  Yegor Kozlov 1aafa11722 Support for extraction of footnotes from docx files, see Bugzilla 45556 15 years ago
  Yegor Kozlov 35906116ed support for custom XML mappings in XSSF, see Bugzilla 47520 15 years ago
  Yegor Kozlov 6259f37e11 added suport for Calculation Chain in XSSF, remove reference from calculation chain when a formula is deleted (see bugzilla 46535) 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  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 15 years ago
  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 15 years ago
  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, 15 years ago
  Josh Micich 8a9de74b7b Clean-up of generics in XSSFRelation 15 years ago
  Yegor Kozlov 75b8b893e5 misc ooxml improvements:" 15 years ago
  Nick Burch 821aad8c70 As discussed on dev@poi, move XSSFRelation out to its own class 16 years ago