17 Commits (e38be4e0a7c56df7ae7ccddb0586e3e92d9ccd1d)

Author SHA1 Message Date
  Yegor Kozlov e38be4e0a7 Avoid writing malformed CDATA blocks in sharedStrings.xml, see Bugzill 48936 14 years ago
  Yegor Kozlov 12a00cc2f3 memory usage optimization in XSSF - avoid creating parentless xml beans 14 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  Yegor Kozlov db877653b7 more cleanup and refactoring of the ooxml code:1. removed deprecated methods from xssf and interfaces 15 years ago
  Yegor Kozlov 90afc5eb5c more code cleanup and refactoring: (a) removed references to ooxml schemas from XSSF enums, they should not depend on ooxml-schemas.jar 15 years ago
  Yegor Kozlov f160dd1e7b more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizing is supported; implemented initial support for shape groups. Common HSSF-XSSF drawing interfaces are still TODO. 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
  Yegor Kozlov eed31d47c1 1. initial support for rich text in xssf" 15 years ago
  Josh Micich 3ed09846f9 Minor fixes to get junits working after r695832. Updates to align with new sample.xlsx, and moved SharedStringSource out of usermodel API. 15 years ago
  Yegor Kozlov 9ef957f768 Preserve rich text across read-write of SharedStringsTable, also improved performance and removed obsolete ole2-specific stuff 15 years ago
  Nick Burch 821aad8c70 As discussed on dev@poi, move XSSFRelation out to its own class 16 years ago
  Nick Burch cc94eade96 Add XSSF eventusermodel support 16 years ago
  Nick Burch cdd40f2479 Get it to the point that existing .xslx files can be loaded+saved, and opened by excel without warning, and new files can be loaded but with a warning 16 years ago
  Nick Burch 9adfbc6eac Tidy up the xssf models stuff, by pushing more of the logic onto XSSFWorkbook 16 years ago
  Nick Burch b2af50dc81 Start to tidy up the model loading, to reduce duplicated code, and make it cleaner 16 years ago
  Nick Burch ef20df0bd1 Move the SharedStringsTable to a more generic package, and make a start on the styles table 16 years ago
  Ugo Cei 5e43dae404 Some OOXML implementation and interface code, just some basic Row and Cell-level functionality. 16 years ago