7 Commits (7301e841c7acde26553057579449d786014c2807)

Author SHA1 Message Date
  PJ Fanning 7301e841c7 [bug-66211] add test case 1 year ago
  Andreas Beeker ff6984df00 remove and prevent links to stackoverflow 2 years ago
  Dominik Stadler 32311e42c2 Fix Sonar issues and print out some more in test-assertions that do fail sometimes 2 years ago
  PJ Fanning a2dbbd7748 [bug-64732] add support for new line escaping when updating table names - test case 2 years ago
  PJ Fanning 8f1baa1190 [bug-65669] proper handling of apostrophe escaping in table column names 2 years ago
  Andreas Beeker 3c3154ea8c sonar fixes 2 years ago
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 years ago
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 years ago
  Andreas Beeker b0870699e3 Sonar fixes 3 years ago
  Andreas Beeker a7d741fd17 Sonar fixes 3 years ago
  Andreas Beeker a0fa9e19b1 #65026 - Migrate tests to Junit 5 3 years ago
  PJ Fanning ea56d752f4 remove more deprecated code 3 years ago
  PJ Fanning f12a414662 [github-164] Fix Bug in XSSFTable.setCellReferences when table is single cell. Thanks to Travis Russell. This closes #164 4 years ago
  Dominik Stadler 9cde034ab9 Bug 62906 and 63401: Ensure tables have an initial name which does not conflict with 5 years ago
  Dominik Stadler 16779b96e5 Fix IDE warnings 5 years ago
  PJ Fanning 8d9378a867 [bug-63404] add description to assemble target 5 years ago
  PJ Fanning dfbf788201 [bug-62906] ensure table display name is always set 5 years ago
  Dominik Stadler bd8fab1196 Close more file-handles in tests 5 years ago
  Dominik Stadler 235f3e059c Remove unnecesssary semicolons 5 years ago
  PJ Fanning d0af7b3a9a fix typo 5 years ago
  PJ Fanning 0e5c563ccf add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 5 years ago
  PJ Fanning f006c8ee6b add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906 5 years ago
  Greg Woolsey ddef898999 Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) column IDs 5 years ago
  PJ Fanning 4ad4d76241 [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes #99 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Greg Woolsey d68912db25 Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDocs added in r1795648. 6 years ago
  PJ Fanning 5d4a4a7f28 Ensure SpreadsheetVersion is set for AreaReferences 7 years ago
  Nick Burch e9a9259a30 Update the CreateTable example to reduce the use of the raw CT classes 7 years ago
  Nick Burch 9a4caae61e Make it possible to create simple XSSF sheet tables without needing CT classes directly 7 years ago
  Nick Burch 9907b69401 XSSFTable should format numeric/date cells when used as Column Header names as Excel does, see https://stackoverflow.com/questions/44407111/apache-poi-cant-format-filled-cells-as-numeric 7 years ago
  Javen O'Neal 152ca83a2e bug 59796: XSSFTable#getRowCount off-by-one error 8 years ago
  Javen O'Neal 2cb2a5a21d bug 59795: add method to synchronize start and stop cell references with CTTable 8 years ago
  Javen O'Neal d47cd0cf2d bug 57840: add test using a Data Table not anchored at A1 8 years ago
  Javen O'Neal b7bd08760b bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfMappedColumns() to getNumberOfMappedColumn() 8 years ago
  Javen O'Neal 6366074fff bug 57840: add unit test for XSSFTable.findColumnIndex 8 years ago
  Andreas Beeker cbd450124c remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
  David North 38249e4058 Patch to bring CTTableStyleInfo into poi-ooxml-schemas by referencing it from a unit test. 8 years ago
  Andreas Beeker 56051c3e44 merge with trunk 9 years ago
  Andreas Beeker f39e6bea74 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
  Nick Burch 7db6e8557e Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI temp file creation to the TempFile util class, and allow a system wide setting of where Temp files (eg for SXSSF) go, via TempFile / TempFileCreationStrategy 10 years ago
  Nick Burch fdf6244ed3 Patch from Yaniv Kunda from bug #56274 - Fix SXSSF writing of tables when creating from a template 10 years ago