7 Commity (f4bb4560edd288e6916d222b76caa8c9aa97baf7)

Autor SHA1 Wiadomość Data
  PJ Fanning f4bb4560ed code tidy up 2 lat temu
  Dominik Stadler 9e867ad539 Adjust trimming sheetnames > 31 chars 2 lat temu
  PJ Fanning b5071b96da minor text issues 2 lat temu
  PJ Fanning 13ac67d18d update javadoc 2 lat temu
  PJ Fanning 3890b7013b convert tabs to spaces 3 lat temu
  Andreas Beeker 32c2de2325 Fix Javadocs 3 lat temu
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 lat temu
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 lat temu
  PJ Fanning 29642eedb1 [github-204] Fix typo in javadoc. Thanks to Yerassyl Sagynov. This closes #204 3 lat temu
  Andreas Beeker f8040e5f8c #64036 - Replace reflection calls in factories for Java 9+ 3 lat temu
  PJ Fanning b12e13a041 remove some deprecated Font methods from Workbook 3 lat temu
  PJ Fanning 38e58f1ead remove some deprecated Name methods from Workbook 3 lat temu
  Dominik Stadler c383144c39 Adjust comments and IDE warnings, duplicate code reduction 5 lat temu
  PJ Fanning 05b0de574c [bug-62018] use ints to index fonts 6 lat temu
  PJ Fanning 66d83f98d7 remove some deprecated code slated for removal in 3.18 6 lat temu
  PJ Fanning 52d3ea57f4 javadoc: replace invalid self enclosing elements 6 lat temu
  PJ Fanning 95d9bec68b Remove more deprecated code (especially from Spreadsheet Cell classes) 6 lat temu
  PJ Fanning b68b916d08 Remove some deprecated *SSF APIs 6 lat temu
  Javen O'Neal 586343e71b bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum 7 lat temu
  Andreas Beeker 9c2820add6 #60586 - Support embedding OLE1.0 package in XSSF / SS Common 7 lat temu
  Andreas Beeker 1690ec2d19 merge trunk to branch 7 lat temu
  Dominik Stadler 4b21aca823 Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fix some other compiler warnings 7 lat temu
  Dominik Stadler e6a2d46800 Compiler/IDE warnings, unnecessary keywords, 7 lat temu
  Andreas Beeker 885deafb94 merge down trunk 7 lat temu
  David North aa17ae0b1e Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 7 lat temu
  Dominik Stadler 8a506399cd Bug 59634: Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object 7 lat temu
  Javen O'Neal f982913bb1 bug 59718: deprecate get/setBoldweight. Use get/setBold 8 lat temu
  Dominik Stadler 8fccd72f9d Bug 56930: Add Workbook.getNames() to allow to query for names that appear multiple times 8 lat temu
  Andreas Beeker 5f71c5241c #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() 8 lat temu
  Javen O'Neal fca4f0d0cb bug 58879: add SpreadsheetVersion to Workbook interface 8 lat temu
  Javen O'Neal cac40dd101 bug 58775: use short for data format index, int for cell style index 8 lat temu
  Nick Burch 64c5d60d33 Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over Sheets 8 lat temu
  Dominik Stadler 909882c980 Update javadoc for bug 56129 8 lat temu
  Dominik Stadler b6c74c8c8e Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close(), ... 8 lat temu
  Nick Burch ca59b7c8af Partial HSSF support for adding new external workbook formula references for #57184 9 lat temu
  Nick Burch 72054fb08d Partial fix for #56537 - Have Workbook offer a close() method, which in turn closes the NPOIFS or OPC resource from which it was loaded 10 lat temu
  Yegor Kozlov 02678b3073 Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns 11 lat temu
  Yegor Kozlov 217dbe5502 fixed javadoc warnings 12 lat temu
  Yegor Kozlov a3cad58fa8 added Workbook.getForceFormulaRecalculation as requested in Bug 51422 13 lat temu
  Yegor Kozlov 2186074689 Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 13 lat temu
  Yegor Kozlov 8c7449a0bf Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters 13 lat temu
  Yegor Kozlov db89d09ca3 improved work with UDFs and Analysis Toolpack functions, ATP functions are enabled by default and user can create / evaluate them just like built-in functions, both HSSF andf XSSF are supported 13 lat temu
  Yegor Kozlov 409b9af380 improved API for hiding sheets, see Bugzilla 49878 13 lat temu
  Nick Burch c8f8a1d8a0 Tweak the generics definition on workbook so that method signatures on hssf and xssf won't need to change 14 lat temu
  Nick Burch 0779f79cc7 Fix a few generics warnings 14 lat temu
  Josh Micich 30dcd66257 Improvements to patch 47809 (support for UDFs) 14 lat temu
  Yegor Kozlov 759683dcc0 improved work with user-defined functions, see Bugzilla 47809 14 lat temu
  Josh Micich 68dcbbfa15 added Workbook.getName(String) method. Fixed javadoc on related methods 15 lat temu
  Yegor Kozlov 0c1095db76 moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 15 lat temu
  Yegor Kozlov 9adb9cc6d3 improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespace, removed duplicate tests, refactored code to throw same exceptions, etc 15 lat temu