72 커밋 (c844803b660d90b835a1de0dacbd7e369ec30db8)

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