44 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
  Javen O'Neal 98c6f2ba1f bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException: Comparison method violates its general contract! (bug 61630, comment 17, attachment 35468). Found during manual testing. 6 years ago
  Javen O'Neal 5eaf1d582d bug 61630: further XSSFExportToXML performance improvements from Daniel (bug 61630 comment 15, attachment 35450) 6 years ago
  Javen O'Neal 91fbf5db4f bug 61630: revert r1813240, which failed the integration test with org.apache.poi.stress.XSSFFileHandler on test-data/spreadsheet/59025.xlsx 6 years ago
  Javen O'Neal 4e782652dc bug 61630: further XSSFExportToXML performance improvements from Daniel (comment 9, bug 61630 attachment 35450) 6 years ago
  Javen O'Neal 9a27ae194f bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for the patch. 6 years ago
  Javen O'Neal 3a7e3846d5 fix compile error 6 years ago
  Javen O'Neal fb854a6f34 cleanup for r1812475: avoid NPEs from string.isEmpty() 6 years ago
  Javen O'Neal b8de369f2c prefer literal.equals(variable) over variable.equals(literal) 6 years ago
  Javen O'Neal 117f08049b string.equals("") -> string.isEmpty() or "".equals(string) 6 years ago
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
  PJ Fanning e3ddb77bc1 update getCellType to return CellType enum instead of int 6 years ago
  Dominik Stadler 0cfa1ede4c Remove unnecessary type arguments (Java 8) 6 years ago
  PJ Fanning 012ab1a9ad [Bug-61281] fix issue with export of table columns - Thanks to Daniel for the patch 7 years ago
  PJ Fanning 6de159d232 [Bug-61281] guard against index out of bounds in XSSFExportToXml column mapping 7 years ago
  Dominik Stadler 7cc4c90b70 Bug 59026: Add two null-checks to make exporting XLSX to XML work 7 years ago
  Andreas Beeker 885deafb94 merge down trunk 7 years ago
  Dominik Stadler 673bf4779b IDE warnings and fix a few places where we do not close resources in tests 8 years ago
  Javen O'Neal 5582593ad1 bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility 8 years ago
  Javen O'Neal fb8c79d96c bug 59791: convert Cell Type to an enum 8 years ago
  Dominik Stadler 734cd9d484 Code cleanup via IntelliJ: Remove unnecessary semicolon 8 years ago
  Andreas Beeker b15b18bae7 replace Throwable.printStackTrace() with POILogger calls - Todo: other printStrackTrace(...) calls 8 years ago
  Andreas Beeker 1a0365739f forbidden apis fixes - a few DateFormat clean ups ... 8 years ago
  Andreas Beeker a3d2eb57ff Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 8 years ago
  Andreas Beeker 56051c3e44 merge with trunk 9 years ago
  Dominik Stadler de7cedad2b Bug 56730: Fix exporting XML if schema contains ref-elements 9 years ago
  Uwe Schindler 4c9a4c3616 More cleanups for bug #56814 and some more external entity leaks of #56164 10 years ago
  Nick Burch 6dd3e805e7 Updated patch from Marc from #55927 - handle date formulas too 10 years ago
  Nick Burch 3c3e164a50 Rather than having lots of classes all create their own XML DocumentBuilderFactory instance, push that logic to a helper which sets all the right defaults 10 years ago
  Dominik Stadler cc51d8eeb6 Bug 56169: Fix NPE during export to XML with xs:all 10 years ago
  Dominik Stadler 43b4e3f378 Bug 55923: Fix compare/sorting of nodes in exported XML 10 years ago
  Dominik Stadler 77bcfcb41c Bug 55924: Avoid errors during exporting XML if there are numeric cells without value, also verify in tests that XML can always be parsed 10 years ago
  Dominik Stadler 9b16c77233 Bug 55926: Handle numeric formula values when exporting to XML 10 years ago
  Dominik Stadler ddaab16081 Bug 55927: Handle date types when exporting to XML 10 years ago
  Andreas Beeker c950d95a65 javadoc house-keeping 10 years ago
  Dominik Stadler 2fdc436d8e Refactor XSSFExportToXml a bit, split code into more methods 10 years ago
  Dominik Stadler 9484ef6f17 Bug 55850: fix NullPointerException during extraction from XSSF 10 years ago
  Nick Burch 553885aad3 Rename/Move xssf.model.Table to xssf.usermodel.XSSFTable as it now has usermodel-like features 13 years ago
  Yegor Kozlov a099116059 tweaked validation of xml to keep Gump quiet 13 years ago
  Yegor Kozlov 1f49e93b24 don't depend on constants from javax.xml.XMLConstants from JRE, stay compatible with geronimo-stax 13 years ago
  Ugo Cei 9a51ddc536 Removed @author tag. 14 years ago
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
  Yegor Kozlov 8f4139a9a6 reduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint 14 years ago
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 years ago
  Paolo Mottadelli a281e49b94 Custom XML import features; tests and implementation 15 years ago
  Yegor Kozlov 35906116ed support for custom XML mappings in XSSF, see Bugzilla 47520 15 years ago