9095 Commits (3d4acce3a7e82e1e04fd228b5fa5d3b845472145)
 

Author SHA1 Message Date
  Yegor Kozlov 3d4acce3a7 Bug 58106: when a cell with a 'master' shared formula is removed, the next cell in the range becomes the master 6 years ago
  Yegor Kozlov 176b557f0d Bugzilla 61116: Formula evaluation fails when using matrix addition within index function call 6 years ago
  Dominik Stadler 9365c5caa3 Disable test which currently breaks with every little change to the resulting XML 6 years ago
  Dominik Stadler 9c288abff0 Bug 61665: Enhance SSPerformanceTest some more to add a warmup run and allow to run with unsynchronized XmlBeans 6 years ago
  Dominik Stadler 8197a53eca Fix bug 61787, which was introduced by bug 58067: Change how deleted content is detected to not incorrectly see too much text as deleted. 6 years ago
  Dominik Stadler 67683086b5 Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit misleading compared to getFirstCellNum()... 6 years ago
  Dominik Stadler 89e7fbe6cd Bug 61911: Avoid IndexOutOfBounds access when reading pictures 6 years ago
  Dominik Stadler 62c8296c70 Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use try-with-resources, update/enhance JavaDoc somewhat 6 years ago
  Greg Woolsey 6e67de2160 Added a couple missing null checks. 6 years ago
  Greg Woolsey 94bec76385 Implement DMAX and DSUM functions, following the pattern from DMIN. 6 years ago
  PJ Fanning 80e430f295 Remove misleading SXSSF logging 6 years ago
  Yegor Kozlov a96d86bfe8 Bug 61869: updating a cell with shared formula produces an unreadable file 6 years ago
  PJ Fanning 808ec42570 use try with resources 6 years ago
  PJ Fanning 943eb6b6cf use try with resources 6 years ago
  PJ Fanning 537badf156 use StandardCharsets 6 years ago
  PJ Fanning 819eac1f82 use StandardCharsets 6 years ago
  PJ Fanning 2a63c7e75d use non deprecated method for adding string to shared strings table 6 years ago
  Yegor Kozlov 0ad8c53743 Bug 61859: support for evaluating comparison operators in array mode, detect array mode from formula ptgs 6 years ago
  PJ Fanning a401e74ec6 Bug-61906 fix javadoc issue 6 years ago
  PJ Fanning 845c7fcdea Bug-61906 add API for working with RichStringText and deprecate API methods that use CTRst 6 years ago
  PJ Fanning e74e6d749a Bug-61792 simplify sxssf code that writes chars 6 years ago
  Javen O'Neal f79e00625a delete commented out code 6 years ago
  Javen O'Neal 54b0cf8f93 bug 57423: add unit test demonstrating corrupted workbook where CTRow xmlbeans are not in ascending order in the CTWorksheet; unit test adapted from Luca 6 years ago
  Nick Burch 2ed2aa504d #61765 Another HSSF Workbook name found from (unknown) third party software produced files 6 years ago
  Greg Woolsey 50ffe0de32 Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference 6 years ago
  Greg Woolsey f90801d366 Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference 6 years ago
  Andreas Beeker f182b44c62 remove package name to ease the output 6 years ago
  Andreas Beeker 0ddda673b3 #61881 - handle invalid font names 6 years ago
  Greg Woolsey 990b52390f #61841 6 years ago
  Greg Woolsey 1d2c550dbe #61841 fix typo in method name 6 years ago
  Greg Woolsey d55ee57741 Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 years ago
  Greg Woolsey 8f26e2721d Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference 6 years ago
  PJ Fanning 37a349dc19 use try-with-resources in more places 6 years ago
  PJ Fanning 49b7fd5342 use try-with-resources in more places 6 years ago
  Javen O'Neal 3c1ce22865 bug 61840: close workbook to prevent resource leak in unit test 6 years ago
  Javen O'Neal 38becac30c bug 61840: add unit test showing that shiftRows does not produce #REF! formula errors if cells are not shifted above the first row 6 years ago
  Nick Burch 0046b3e9a5 Javadoc fixes 6 years ago
  Nick Burch 125371b901 Bump library version to match Ant defined version 6 years ago
  Alain Béarez 3b8f806850 XDDF usermodel for Charts closes #68 on GitHub 6 years ago
  Andreas Beeker cbfb179254 #61809 - Infinite loop in SectionIDMap.get() and .put() 6 years ago
  PJ Fanning e0c8416726 use try with resources in examples 6 years ago
  PJ Fanning 61cad2865e use try with resources in examples 6 years ago
  Dominik Stadler 625c511503 Don't try to collect junit results for Maven when we only run Sonar-tasks and thus skip unit tests 6 years ago
  Dominik Stadler db15fe7778 Change order of handling shape-types in copy() as FreeFormShape derives from AutoShape and thus would have not been copied correctly currently 6 years ago
  Dominik Stadler e93f78cd13 Ensure that the tempdir exists when we use ImageIO in one of the tests 6 years ago
  PJ Fanning caf7173f4a add TestStringCodepointsIterable 6 years ago
  PJ Fanning 913d6bc086 use codepoint iterator in a few places 6 years ago
  PJ Fanning acc7b356ee add forbidden api checks for non-Locale toLowerCase and toUpperCase 6 years ago
  PJ Fanning 936f29af69 add forbidden api checks for non-Locale toLowerCase and toUpperCase 6 years ago
  PJ Fanning d0ddfa9402 remove more uses of Character.toUpperCase 6 years ago