All notable changes to OpenExcelLite.Net48 will be documented in this file.
- 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