2397 Commits (c63434df63697adf242805f7a0bde52d767907d2)
 

Author SHA1 Message Date
  Yegor Kozlov c63434df63 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF code, will be refactored in future.2. fixed bug #45974: XSSFCell.getCellStyle can return null3. more code cleanup and reaftoring, removed usages of obsolete XSSFCell.getCellNum() in favor of XSSFCell.getColumnIndex(), also more javadoc in core classes 15 years ago
  Yegor Kozlov 6d185ee425 cleanup of POIXMLDocument constructors and related sub-classes 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 6e94780280 applied patch #46003 by Gisella Bronzetti 15 years ago
  Yegor Kozlov b03f77865d applied patches #46004 and #46006 submitted by Gisella Bronzetti 15 years ago
  Yegor Kozlov d70887d566 should have been included in r705638 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 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 bff1825f78 applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup object 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
  Josh Micich 91d6061c07 Merged revisions 703092 via svnmerge from 15 years ago
  Josh Micich b3959ec237 Merged revisions 703063 via svnmerge from 15 years ago
  Josh Micich eb12a8716f Merged revisions 701756,702231 via svnmerge from 15 years ago
  Josh Micich f55bd82eef Merged revisions 700479,700493,700916,701302,701569,701598,701747 via svnmerge from 15 years ago
  Yegor Kozlov a9f18bad9d applied patch #45492 submitted by Gisella Bronzetti,also performed major cleanup of StylesTable and its components, the goal was to ensure that StylesTable works as a cache of styling components, not just a regular store of fill patterns and cell styles. 15 years ago
  Yegor Kozlov 54f56d99ba applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920 15 years ago
  Yegor Kozlov 190f1cc40a iterator over sheet data in XSSFReader returns sheets in logical order, i.e. as they are defined in workbook.xml (was in physical order, as they were stored in the relationship table) 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 7c40d2c9b0 Merged revisions 700280,700304,700327,700356 via svnmerge from 15 years ago
  Josh Micich 8befcb660a Merged revisions 700005,700203-700204 via svnmerge from 15 years ago
  Josh Micich 8bfd149414 Merged revisions 699178,699487,699489,699761 via svnmerge from 15 years ago
  Josh Micich 7c8d6be5bc Cleaned up test code 15 years ago
  Josh Micich 8a9de74b7b Clean-up of generics in XSSFRelation 15 years ago
  Josh Micich 9874fdf90c Applied patch 45899 - XSSFWorkbook getActiveSheetIndex / setActiveSheet 15 years ago
  Josh Micich 93e1ccd36b Applied patch 45898 - fixed XSSFCellFill getFillBackgroundColor and getFillForegroundColor to not throw NPE if fill has not been set. Some other code clean up. 15 years ago
  Yegor Kozlov 0bb6110bd1 applied patches #45894 and #45892, also major cleanup of XSSFSheet and related classes 15 years ago
  Yegor Kozlov 75b8b893e5 misc ooxml improvements:" 15 years ago
  Yegor Kozlov 2c8ea83f9d patch #45881 from Sourcesense: implemented cell fills and borders, added examples 15 years ago
  Yegor Kozlov b0033606e4 XSSFFont improvements from patch #45874 15 years ago
  Josh Micich 57f8cb379d Merged revisions 698047 via svnmerge from 15 years ago
  Josh Micich 08b87dee0f Merged revisions 698039 via svnmerge from 15 years ago
  Nick Burch 3901d88e01 Merged revisions 697562,697580,697584,697589,697595,697599 via svnmerge from 15 years ago
  Nick Burch 301a628efb Merged revisions 697559 via svnmerge from 15 years ago
  Josh Micich 6323c282db removing svn:mergeinfo property on SharedStringSource which was set during r697548 15 years ago
  Nick Burch 5bdd4f0cbc Merged revisions 697520 via svnmerge from 15 years ago
  Nick Burch 90eb619e34 Get version numbering consistent 15 years ago
  Nick Burch 1b87842734 Update for 3.5 beta 4 being the next version 15 years ago
  Josh Micich f6926898a1 Merged revisions 697145 via svnmerge from 16 years ago
  Yegor Kozlov 10e2804058 formula improvements from josh 16 years ago
  Josh Micich 02b99aeedd Merged revisions 696860,696898 via svnmerge from 16 years ago
  Josh Micich e78a288ddf Merged revisions 696813 via svnmerge from 16 years ago
  Josh Micich 4769ade087 Merged revisions 696622-696623,696627 via svnmerge from 16 years ago
  Josh Micich 235eb62f53 Merged revisions 696501 via svnmerge from 16 years ago
  Yegor Kozlov 33fc701580 removed extra line that caused compilation error 16 years ago
  Yegor Kozlov eed31d47c1 1. initial support for rich text in xssf" 16 years ago
  Josh Micich 9a127374b3 merged 696109,696111 from trunk - (Added junit for bug 45732) 16 years ago
  Josh Micich a8e8ae739a should have been submitted with 696475 - merged 696075,696084 from trunk - (Fix for bug 45805 - 16-bit signed/unsigned problems in HSSFSheet.getColWidth() etc) 16 years ago
  Nick Burch c5d3b612fb Fix jdk14 compile issue 16 years ago
  Josh Micich b3f56e20b2 merged 696075,696084 from trunk - (Fix for bug 45805 - 16-bit signed/unsigned problems in HSSFSheet.getColWidth() etc) 16 years ago
  Josh Micich fe820eed5c merged 696038 from trunk - (Fix for bug 45780 - update area refs during HSSFSheet.shiftRows()) 16 years ago