Skip to content

Releases: fileformat-cells/FileFormat.Cells-for-.NET

v25.1.0

21 Jan 05:17
16ab6fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.12.0...v25.1.0

v24.12.0

30 Dec 07:15
82364f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.11.0...v24.12.0

v24.11.0

22 Nov 07:46
3c8e10d
Compare
Choose a tag to compare

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

16 Oct 10:55
64dfeb6
Compare
Choose a tag to compare

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

12 Sep 10:38
6670390
Compare
Choose a tag to compare

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

19 Aug 05:47
ca10604
Compare
Choose a tag to compare

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

11 Jul 10:39
8c9f270
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.5.0...v24.7.0

v24.5.0

10 May 06:16
b2c2c67
Compare
Choose a tag to compare

What's Changed

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

15 Apr 07:31
f08135d
Compare
Choose a tag to compare

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

22 Feb 06:24
c15e783
Compare
Choose a tag to compare

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