36 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 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 f4ba8f0fcb Bug-61947 remove deprecated method 6 years ago
  Dominik Stadler b7f7ff71b4 Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  Greg Woolsey 9a0d34dc43 Deleting a sheet did not delete table parts and relations. Deleting a table needs to also delete any queryTable relations and parts. 7 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
  Greg Woolsey e39e96ff2f #61085 support table styles 7 years ago
  Greg Woolsey 674d6ac2c9 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-0310-9956-ffa450edef68 7 years ago
  Andreas Beeker b988f251ad #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument 7 years ago
  Javen O'Neal d7f4b7e36c make cached fields transient 7 years ago
  Javen O'Neal 0dc2e3e765 bug 59804: indicate when features were @Internal-ized 8 years ago
  Javen O'Neal 152ca83a2e bug 59796: XSSFTable#getRowCount off-by-one error 8 years ago
  Javen O'Neal 480703f15b pre for-each iteration over for index iteration 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 1933c81018 fix typo 8 years ago
  Javen O'Neal 79166ad641 bug 57840: initialize the column header cache with 50% empty space 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
  Javen O'Neal 3230151135 whitespace (tabs to spaces) 8 years ago
  Javen O'Neal 1a941fcd69 bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex argument from calls to FormulaParser.parse(String, FormulaParsingWorkbook, FormulaType, int sheetIndex) when rowIndex is irrelevant, clear xmlColumnPr and commonXPath during updateHeaders so that users have a mechanism to clear invalidated cached values 8 years ago
  Javen O'Neal 03faebdf08 bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured references working in XSSFWorkbook formulas 8 years ago
  Andreas Beeker c47f676397 #54916 - POI does not always read all the slides in pptx files 8 years ago
  Andreas Beeker b3ce115ea5 remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 8 years ago
  Javen O'Neal 6c7a9314db rewrite ternary expression as simple Math.min call (yes, the ternary expression as written is equivalent to min, not max, despite the variable being called max. I'll leave that fix up to the original author). 8 years ago
  Javen O'Neal ebc4949b35 whitespace 8 years ago
  Andreas Beeker 01a6730ea7 #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages 8 years ago
  Dominik Stadler e62cac4f71 Use the default XmlOptions for all the invocations of the XmlBeans XML parsing 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 736cd9cf49 For places where an ordered collection is created and used within the context of a single thread, and there are no thread safety concerns, use ArrayList not Vector. See bug #54838 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
  Yegor Kozlov d3170f4e94 sync table headers with worksheet on save 11 years ago
  Nick Burch 553885aad3 Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features 13 years ago
  Nick Burch e9b19a79f7 Add support for adding a table to a XSSFSheet 13 years ago
  Nick Burch 5cf593d1c7 Fix bug #50829 - Support for getting the tables associated with a XSSFSheet 13 years ago
  Nick Burch 58700a1bd1 Fix deprecated warnings 14 years ago
  Yegor Kozlov 81e5d7f4b5 cleaned javadoc warnings 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Yegor Kozlov 35906116ed support for custom XML mappings in XSSF, see Bugzilla 47520 15 years ago