Releases: fileformat-cells/FileFormat.Cells-for-.NET
Releases · fileformat-cells/FileFormat.Cells-for-.NET
v25.1.0
What's Changed
- Upgrade Open XML SDK to version 3.2.0 by @fahadadeel in #27
Full Changelog: v24.12.0...v25.1.0
v24.12.0
What's Changed
- Update README.md by @fahadadeel in #23
- Update README.md by @fahadadeel in #24
- Add
SetHyperlink
Method to Support Adding Hyperlinks to Cells by @fahadadeel in #26
Full Changelog: v24.11.0...v24.12.0
v24.11.0
What's Changed
- Add TextAlignment Feature and Auto-Fit Column Width Support by @fahadadeel in #22
Full Changelog: v24.10.0...v24.11.0
v24.10.0
What's Changed
- Add FreezePane Functionality with Properties for Retrieving Freeze Settings by @fahadadeel in #21
Full Changelog: v24.9.0...v24.10.0
v24.9.0
What's Changed
- feat: Add boolean return status to CopySheet and RenameSheet methods by @fahadadeel in #19
- feat: Add methods for hidden rows, hidden columns, and freezing the f… by @fahadadeel in #20
Full Changelog: v24.8.0...v24.9.0
v24.8.0
What's Changed
- Add New Features for GetColumnHeading and GetHiddenSheets Methods by @fahadadeel in #18
Full Changelog: v24.7.0...v24.8.0
v24.7.0
v24.5.0
What's Changed
- Add Enhanced Sheet Management Features by @fahadadeel in #16
Full Changelog: v24.4.0...v24.5.0
[v24.5.0] - 2024-05-10
New Features
-
RenameSheet Method
- Introduced the ability to rename existing sheets within the workbook.
- Ensures synchronization of internal worksheet references after renaming.
-
CopySheet Method
- Added functionality to duplicate sheets within the workbook.
- Clones worksheet content to create new sheets with specified names.
-
ReorderSheets Method
- Enabled changing the position of sheets within the workbook.
- Moves sheets to new specified indexes efficiently.
-
SetSheetVisibility Method
- Implemented the capability to adjust the visibility of sheets (Visible, Hidden, VeryHidden).
- Enhanced with exception handling for robust error management when sheets are not found or invalid visibility values are provided.
Improvements
- Error Handling
- Improved error reporting across new methods, ensuring better handling of invalid operations and states.
Documentation
- Code Comments and API References
- Added detailed inline comments and API references for all new methods to enhance code readability and maintainability.
Testing
- Comprehensive testing of all new methods, covering typical and edge cases.
- Validation to ensure workbook integrity and correct updating of sheet states post-operations.
Notes
- This release enhances the workbook manipulation capabilities, making sheet management more flexible and user-friendly.
v24.4.0
What's Changed
- Add AddComment method to handle cell comments in Worksheets by @fahadadeel in #15
Full Changelog: v24.2.0...v24.4.0
v24.2.0
What's Changed
- Implement Enhanced CopyRange Feature with Workbook and Worksheet Class Modifications by @fahadadeel in #14
Full Changelog: v24.1.0...v24.2.0