70 Revize (674d6ac2c9d4a5267b748b24d45a140881e68d7d)

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