2249 Commits (88f9cf3ddba808b3c51f334d07f8656e4a7dd192)

Author SHA1 Message Date
  Dominik Stadler e6a2d46800 Compiler/IDE warnings, unnecessary keywords, 7 years ago
  Javen O'Neal 244c3a65ed bug 59983: add failing unit test demonstrating formula shifting is apply twice to shared formulas; patch from Luca Martini 7 years ago
  Javen O'Neal 50c59c09c9 bug 60153: move flushSheets out to its own method 7 years ago
  Javen O'Neal 705938741b javadoc 7 years ago
  Javen O'Neal 8b0f8ab57e bug 59853: exclude BaseTestXSSFPivotTable from ooxml-lite 7 years ago
  Javen O'Neal a287a5a05a bug 59853: support PivotTables with named structured references; patch from Greg Woolsey 7 years ago
  Andreas Beeker 2e50133e88 merge trunk to branch 7 years ago
  Javen O'Neal 36d73d88fe bug 59705: consolidate bounds checking of column index into a helper method 7 years ago
  Javen O'Neal 7cfaa16489 sheet names are case insensitive 7 years ago
  Javen O'Neal c9f8d51f5c declare methods throw runtime exceptions for IDE hints 7 years ago
  Javen O'Neal c3586917af bug 60128: remove forbidden-api Exception.printStackTrace() 7 years ago
  Javen O'Neal a50efd2d51 javadocs 7 years ago
  Javen O'Neal ee27829d79 bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available until Java 7 7 years ago
  Javen O'Neal 1a210230dc make logger final 7 years ago
  Javen O'Neal d3fb773843 bug 60128: close opened resources to avoid leaks; add exception as cause where available for more context for raised exceptions. 7 years ago
  Javen O'Neal 475f7ee866 give more helpful exceptions rather than returning null when zip file cannot be opened 7 years ago
  Javen O'Neal db1fd20584 bug 60128: close open file descriptors when exceptions are thrown from OPCPackage.open 7 years ago
  Nick Burch 84c8f60992 Unit test for bug #60128, showing that calling close on a broken package cleans up file or stream 7 years ago
  Javen O'Neal de6c83cb47 move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code 7 years ago
  Javen O'Neal a394090969 move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and HSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) up to BaseFormulaEvaluator class to reduce duplicated code 7 years ago
  Javen O'Neal d5e450f353 bug 59791: add deprecation and removal annotations 7 years ago
  Javen O'Neal 1ff463ffb6 bug 59791: add deprecation and removal annotations 7 years ago
  Javen O'Neal 571439f210 bug 58190: add @since annotations to SlideShow.addPicture and findPicture 7 years ago
  Javen O'Neal 64f1a5b33f bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 7 years ago
  Javen O'Neal 00413822b2 bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short and add getBorder[Top|Bottom|Left|Right|Diagonal]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier 7 years ago
  Javen O'Neal f09c49e7ef bug 59833: add @Removal annotation to deprecated methods 7 years ago
  Javen O'Neal 6f40901d64 bug 59873: add @Removal annotations for deprecated CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values 7 years ago
  Javen O'Neal 8c548ad3b7 bug 59907: add @Removal annotations to deprecated ClientAnchor#setAnchorType(int) 7 years ago
  Javen O'Neal 07f19e305d bug 59907: restore ClientAnchor#setAnchorType(int) that was removed in POI 3.14 beta 1 and broke backwards compatibility without a 2 release deprecation notice 7 years ago
  Javen O'Neal 5d97d4c0e2 change CellValue#getCellType() to return an int instead of an enum for backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. 7 years ago
  Javen O'Neal a68e958a55 bug 52425: Error adding Comments into cloned Sheets; patch from Daniel 7 years ago
  Javen O'Neal 02d2336ed2 bug 58191: Support merge cells within a table row; patch from Mark Olesen 7 years ago
  Javen O'Neal 6f36fed29f bug 59958: Add cells on the fly to the evaluation sheet cache on cache miss; patch from Tomasz Stanczak 7 years ago
  Javen O'Neal 89bbf8c390 bug 60102: throw IOException when writing a closed document 7 years ago
  Andreas Beeker fdddabe430 merge trunk to branch 7 years ago
  Javen O'Neal 9e74eb3e83 +svn:eol-style=native 7 years ago
  Javen O'Neal 0167a32f7f bug 60005: fix NPE in XSLFTextParagraph.getDefaultFontSize() 7 years ago
  Andreas Beeker 885deafb94 merge down trunk 8 years ago
  Andreas Beeker e84c6152dd Preparations for hssf_cryptoapi: 8 years ago
  Nick Burch a57e5b7b93 Switch XSSF onto BaseFormulaEvaluator, reducing code duplication and fixing XSSFFormulaEvaluator.evaluateAll() to mirror HSSF and use any setup referenced workbooks (stackoverflow #38706562) 8 years ago
  Javen O'Neal 5217c22a98 bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelper 8 years ago
  Javen O'Neal f8a40e8822 bug 59922: make XSSFPasswordHelper internal because it works on XmlObject objects, which are generally an internal implementation detail of POI-OOXML 8 years ago
  Javen O'Neal 2a591f12a0 whitespace; +svn:eol-style=native 8 years ago
  David North 22623b78bc Fix zero-padding and handling of empty passwords (meaning protection on, but no password to remove it) for XSSF workbook protection. 8 years ago
  Dominik Stadler 673bf4779b IDE warnings and fix a few places where we do not close resources in tests 8 years ago
  Nick Burch e18a65b6df Javadoc fix 8 years ago
  David North aa17ae0b1e Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 8 years ago
  Dominik Stadler 07b249db81 Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as well 8 years ago
  Dominik Stadler 8a506399cd Bug 59634: Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object 8 years ago
  Dominik Stadler 8924e1260b Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... 8 years ago