Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove legacy Excel rendering classes and update handling
Removed `RenderExcel` and `RenderExcel2003` classes, along with their methods and functionality, to simplify the codebase and focus on modern Excel formats. Updated `RenderExcel2007DataOnly.cs` by removing obsolete methods and modified `Report.cs` to handle Excel output types using `RenderExcel2007DataOnly` class. This change reduces maintenance overhead and supports a shift towards modern Excel formats.
- Loading branch information