5 次代码提交 (acdf2ec9815fd01d9a9b9db3752fc70dd3914059)

作者 SHA1 备注 提交日期
  Dominik Stadler acdf2ec981 Bug 62272: Include alpha/transparency value when setting a color-value for a font 1年前
  PJ Fanning ceb6caa1d5 javadoc 1年前
  Andreas Beeker 7eaca60a1a activate javadoc lint and fix errors 3 年前
  Andreas Beeker bb5d321b79 fix javadocs - remove @author tags (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) 3 年前
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 年前
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 年前
  Andreas Beeker c5f6dfa68e Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional) 3 年前
  PJ Fanning ea59cc2bc9 reduce use of deprecated code in XSSFFont 3 年前
  PJ Fanning 8d54ec7cc7 remove more deprecated code 3 年前
  Andreas Beeker 074d68fedf Sonar fixes 4 年前
  Dominik Stadler 1e8cba79ce Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT 4 年前
  Dominik Stadler 31eb7f9b06 Fix some IDE warnings, Sonar fixes and some missing closing of resources in unit-tests 4 年前
  Dominik Stadler b416d97de5 Bug 60845: Apply patch and adjust tests 5 年前
  Dominik Stadler d942e2042d IDE and JavaDoc fixes, make base test classes abstract 5 年前
  Andreas Beeker 07705635a1 #62108 - ArrayIndexOfBounds exception when getColumnWidth() 5 年前
  Andreas Beeker cdb3de9dc0 #62355 - unsplit packages - 3 - only imports 6 年前
  PJ Fanning 05b0de574c [bug-62018] use ints to index fonts 6 年前
  PJ Fanning 845c7fcdea Bug-61906 add API for working with RichStringText and deprecate API methods that use CTRst 6 年前
  Greg Woolsey f90801d366 Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference 6 年前
  PJ Fanning dffa1ccd9c Remove use of deprecated methods 6 年前
  Dominik Stadler 2dc64ebbcc adjust tests, javadoc, ... 6 年前
  Dominik Stadler 399381da8d Remove unnecessary local variables 6 年前
  PJ Fanning a420b90906 Remove more deprecated code (MissingCellPolicy) 7 年前
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs 7 年前
  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 1a4724c9b1 60184 - invalid OOXML produced when XSSFFont.getFamily() called with no families defined 7 年前
  Javen O'Neal 0d929dbc09 bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 8 年前
  Javen O'Neal 2f703ce676 fix several findbugs SF_SWITCH_NO_DEFAULT warnings 8 年前
  Dominik Stadler e69dd93c64 Fix bug 53275: reset indexed color flag when setting a non-indexed color 8 年前
  Nick Burch e7886797e8 #58220 - Improve the javadocs for XSSFFont and Font getFontHeight methods 8 年前
  Nick Burch 856c0c7250 Pull out indexes from the switch statement to constants, and fix warnings 8 年前
  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 ca96c8a73a Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset 13 年前
  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 d8f85ad2eb Fix bug #49273 - Correct handling for Font Character Sets with indicies greater than 127 14 年前
  Yegor Kozlov 787da03838 added an annotation '@Internal' to mark program elements intended for POI internal use only, marked all public accessors to OOXML xmlbeans as @Internal 14 年前
  Nick Burch 926f35d047 Big import tidyup using eclipse "Organise Imports" - avoid wildcard imports, and get the ordering of imports to be consistent 14 年前
  Josh Micich a2cd9a942e Fixed compiler warnings - unnecessary else 15 年前
  Yegor Kozlov e47dd63c80 more refactoring of common ss tests 15 年前
  Yegor Kozlov f143809549 javadocs cleanup 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 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 年前
  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 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 年前
  Yegor Kozlov 54f56d99ba applied patches provided by Gisella Bronzetti in bugs #45918, #45917 and #45920 15 年前
  Yegor Kozlov b0033606e4 XSSFFont improvements from patch #45874 15 年前
  Yegor Kozlov eed31d47c1 1. initial support for rich text in xssf" 15 年前
  Yegor Kozlov 6d1b247b69 more ooxml progress from SourseSense developers 15 年前
  Nick Burch 821aad8c70 As discussed on dev@poi, move XSSFRelation out to its own class 16 年前