70 Commits (674d6ac2c9d4a5267b748b24d45a140881e68d7d)

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