Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 703 Bytes

File metadata and controls

24 lines (20 loc) · 703 Bytes

Changelog

All notable changes to OpenExcelLite.Net48 will be documented in this file.


[1.0.0] – 2025-02-01

Added

  • First stable release of OpenExcelLite.Net48
  • Multi-sheet workbook support
  • AddSheet(), AddRow(), AddRows(), AddEmptyRows()
  • HyperlinkCell support
  • Auto column width calculation
  • Header styling (bold + background)
  • Freeze panes (FreezePanes(row, col))
  • Shared String Table implementation
  • Date and numeric cell handling (OADate support)
  • In-memory export using ToArray()
  • Save to file using SaveToFile(path)
  • Fully compatible with .NET Framework 4.8 / 4.8.1
  • xUnit test suite included
  • Full sample demo following OpenExcelLite 1.3.0 style