Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Dec 07:13
ecec69a

v 0.1.0

v0.1.0 (2025-12-28)

📝 Overview

  • Class names in the exporter package have been changed for better clarity and consistency. (Check exporter API)
  • Version bumped to 0.1.0.

⚠️ Breaking / Behavior Notes

  • Replace DefaultExcelExporter with SXSSFExporter in imports, code, and documentation.
  • Replace DefaultExcelExporterBuilder with SXSSFExporterBuilder where used.
  • If you extended the old abstract SXSSFExporter, extend AbstractExcelExporter instead.

🔄 Changes

  • Class names in the exporter package have been changed:
    • SXSSFExporterAbstractExcelExporter
    • DefaultExcelExporterSXSSFExporter
    • DefaultExcelExporterBuilderSXSSFExporterBuilder
  • Updated README example, javadocs and tests to use the new exporter class name.
  • build.gradle version bumped to 0.1.0.

🛠️ Minimum Required Java Version

  • Runtime: Java 8+
  • Build/Test toolchain: JDK 21

Full Changelog: v0.0.4...v0.1.0