Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add methods for hidden rows, hidden columns, and freezing the f… #20

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

fahadadeel
Copy link
Collaborator

Summary

This PR introduces three new methods to enhance the functionality of the FileFormat.Cells library:

  1. GetHiddenColumns:

    • Retrieves a list of columns that are hidden in the current worksheet.
  2. GetHiddenRows:

    • Retrieves a list of rows that are hidden in the current worksheet.
  3. FreezeFirstRowPane:

    • Provides a utility to freeze the first row of the worksheet, helping users keep headers in view when scrolling through large datasets.

New Methods

GetHiddenColumns

List<int> hiddenColumns = worksheet.GetHiddenColumns();

…irst row

- Implemented `GetHiddenColumns` to retrieve hidden columns in a worksheet.
- Added `GetHiddenRows` to retrieve hidden rows in a worksheet.
- Introduced `FreezeFirstRowPane` to allow freezing the first row of the worksheet for better data handling.
@fahadadeel fahadadeel merged commit 6670390 into fileformat-cells:main Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant