70 Commits (674d6ac2c9d4a5267b748b24d45a140881e68d7d)

Author SHA1 Message Date
  Greg Woolsey 674d6ac2c9 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-0310-9956-ffa450edef68 7 years ago
  Andreas Beeker b988f251ad #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
  Tim Allison 644c4fb959 bug 60343, return null if index is out of bounds in StylesTable's getStyleAt(idx) 7 years ago
  Andreas Beeker b8e98ce811 #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberFormatAt(int) 7 years ago
  Javen O'Neal f982913bb1 bug 59718: deprecate get/setBoldweight. Use get/setBold 8 years ago
  Andreas Beeker c47f676397 #54916 - POI does not always read all the slides in pptx files 8 years ago
  Andreas Beeker b3ce115ea5 remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
  Javen O'Neal 90f42c4463 javadoc fix 8 years ago
  Javen O'Neal 2d0c264464 bug 58775: set an upper limit on number of data formats, default 250. 8 years ago
  Javen O'Neal b01c8e342c bug 58778: override a built-in number format, such as using £ instead of $ for currency 8 years ago
  Javen O'Neal 5790fabcc8 bug 58740: javadocs 8 years ago
  Javen O'Neal 35c8e0c5ed bug 58775: consolidate HashMap and array numberFormats data structures to one SortedMap data structure 8 years ago
  Javen O'Neal 979bfb39d3 bug 58775: add Override annotations, Javadocs, and comments 8 years ago
  Javen O'Neal 64997c6507 bug 58740: add @Internal annotations and decrease access level to methods that only exist for unit testing 8 years ago
  Javen O'Neal 7a6683bfa0 bug 58740: return unmodifiable list/map when exposing internal data structures 8 years ago
  Andreas Beeker 01a6730ea7 #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages 8 years ago
  Dominik Stadler e15a3096d5 Eclipse warnings, typos, ... 8 years ago
  Dominik Stadler e62cac4f71 Use the default XmlOptions for all the invocations of the XmlBeans XML parsing 8 years ago
  Dominik Stadler 7c44ce4dab POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix having more than 32k styles in SXSSF workbooks 8 years ago
  Nick Burch f0a360a7bc Allow creating of an empty Themes Table on request 9 years ago
  Nick Burch 6a0cc1587b Ensure consistent ordering when writing out formats following changes in r1677368 9 years ago
  Nick Burch f0fe91614b Fix inconsistent indents 9 years ago
  Nick Burch 638e91a06c Somewhat speed up creating data formats with large counts, and add maximum format/style count checking. #57884 9 years ago
  Nick Burch 10e9daf4eb Switch to explicit includes 9 years ago
  Dominik Stadler 0942712715 Bug 49940: Apply patch to avoid XmlValueDisconnectedException when 10 years ago
  Nick Burch ff1699658c Patch from bug #55650 from Andrej - Avoid AIOOBE if a non-existant Xfs is requested for a styleAvoid AIOOBE if a non-existant Xfs is requested for a style 10 years ago
  Yegor Kozlov e97caa9c1b support for conditional formatting in XSSF including docs and examples 13 years ago
  Nick Burch 11a75497e5 Fix bug #50956 - Correct XSSF cell style cloning between workbooks 13 years ago
  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 13 years ago
  Nick Burch 972b316e1b Fix bug #50784 - XSSFColors return by XSSFFont now have theme information applied to them, as XSSFFont is now ThemesTable aware 13 years ago
  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 13 years ago
  Yegor Kozlov 3eea555e41 revert usages of getXYZList() back to getXYZArray() in XSSF, also misc performance optimizations 13 years ago
  Nick Burch af0085fd32 Fix bug #47582 - XSSFCellStyle support for creating a style in one workbook based on a style from a different one 13 years ago
  Nick Burch cc8c15ca6c Fix bug #49702 - Correct XSSFWorkbook.getNumCellStyles to check the right styles list 14 years ago
  Nick Burch 58700a1bd1 Fix deprecated warnings 14 years ago
  Nick Burch 8bb16bee4b Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour 14 years ago
  Nick Burch daad262fbc Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes 14 years ago
  Yegor Kozlov c7466a9210 fixes and misc refactorings suggested by Intellij 15 years ago
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else 15 years ago
  Josh Micich e918a0cd0d Fixed unused imports compiler warnings (and some others) 15 years ago
  Yegor Kozlov e47dd63c80 more refactoring of common ss tests 15 years ago
  Yegor Kozlov 3bd494cc62 support built-in data formats in XSSFDataFormat 15 years ago
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 years ago
  Yegor Kozlov ea3f604103 more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements 15 years ago
  Yegor Kozlov 958a47a453 1. moved ooxml enums into interfaces-jdk15, they are common and should be in the place as the interfaces 2. removed obsolete and deprecated classes 3. Fixed XSSFWorkbook.cloneSheet. Now it makes a 'true' deep copy of a sheet 4. ooxml has a compile-time dependency on scratchpad, fixed build.xml to reflect that 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 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