1909 Commits (4ad4d76241eae44386e52c3a23ca1b7ca28d1458)

Author SHA1 Message Date
  PJ Fanning 4ad4d76241 [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes #99 6 years ago
  Greg Woolsey 02719ac4ba Fix for bug #62130. Turns out there were cases when a workbook with multiple edit/save cycles on the same instance would save stale cell data, resulting in incorrect copies. 6 years ago
  Greg Woolsey 617013a376 The table auto-filter range should not include table footer rows, while the table range does. POI was using the same for both regardless of footers. 6 years ago
  PJ Fanning 05b0de574c [bug-62018] use ints to index fonts 6 years ago
  PJ Fanning e80f53af6e [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94 6 years ago
  Dominik Stadler 1523a433e6 Fix some IntelliJ warnings in XDGF area 6 years ago
  Alain Béarez b964cffa2c [bug-57369] support for major and minor unit on XDDFChart axes 6 years ago
  Mark Murphy 6e67073692 #55953 Added methods to position a table 6 years ago
  Mark Murphy 8284c501c3 Added missing table border types to XWPF 6 years ago
  Andreas Beeker 9968e86b14 #62096 - Add support for tabstops 6 years ago
  Andreas Beeker 5f71c80131 FindBugs fixes 6 years ago
  Mark Murphy 0e3e8c795a Add ability to set get and remove outer borders for tables 6 years ago
  Dominik Stadler 21e5140462 Various smaller adjustments: Remove filename in test, remove unused parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests 6 years ago
  PJ Fanning a911347aae fix further typo in exception message 6 years ago
  Dominik Stadler 5030a1273e Fix small typo, closes PR #97 on Github. 6 years ago
  PJ Fanning 0cd2fdc86a fix findbug issues introduced recently 6 years ago
  PJ Fanning 15e1aa8b8b fix use of forbidden apis in row shift code 6 years ago
  PJ Fanning aae614424e use spaces for indents in some files 6 years ago
  PJ Fanning 45fe4d12c5 [bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker. This closes #95 6 years ago
  PJ Fanning 445ca472e1 [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81 6 years ago
  PJ Fanning 42ffb63210 some changes to allow shared string table to be subclassed 6 years ago
  PJ Fanning 47a21a80d4 [github-90] change default DSIG algorithm to SHA256. Thanks to Jörn Franke. This closes #90 6 years ago
  PJ Fanning ef952a3ca0 bouncycastle 1.59 6 years ago
  PJ Fanning ddf90fa341 [bug-62038] handle null font size in XSLFTextRun copy 6 years ago
  Alain Béarez f4a5c3289d code cleaning according to code review recommendations (closes #93) 6 years ago
  PJ Fanning e415b852f8 [Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-Word File. Thanks to Sandeep Tiwari. This closes #91 6 years ago
  Alain Béarez 53b99ecd17 introduce XDDFShapeProperties as user model API (closes #72 from GitHub) 6 years ago
  PJ Fanning a13c9fa2ce [github-86] expose language for Text Runs. Thanks to Geoff Baskwill. This closes #86 6 years ago
  Dominik Stadler 268d3371c6 Deprecate methods with typos and provide new ones. 6 years ago
  Dominik Stadler c9846c3eaa Bug 61937: Add more javadoc 6 years ago
  Dominik Stadler 5923cb895e Bug 61543: do not fail with "part already exists" when tables are created/removed 6 years ago
  Dominik Stadler 6da0ec1845 Bug 61648: Test Sheet.setArrayFormula for SXSSF 6 years ago
  Dominik Stadler dc621da629 Update some tests and IntelliJ warnings 6 years ago
  PJ Fanning f4ba8f0fcb Bug-61947 remove deprecated method 6 years ago
  Andreas Beeker 704b41ab9a #61797 - Embed Excel / Ole objects into powerpoint 6 years ago
  Andreas Beeker 248aa420f8 #61942 - Refactor PackagePartName handling and add getUnusedPartIndex method 6 years ago
  Andreas Beeker be3e6f34c7 #61940 - Replace ClassID statics with enum 6 years ago
  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
  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 62c8296c70 Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use try-with-resources, update/enhance JavaDoc somewhat 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
  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