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

Excel Column Hiding Functionality #199

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thelunarwolf
Copy link

This branch introduces functionality to hide specific columns in an Excel sheet by manipulating the underlying XML structure of the workbook.

Features:

  • Hides columns by setting the hidden attribute in elements.
  • Automatically creates or updates sections as needed.
  • Ensures changes are reflected correctly when the file is opened in Excel.

Usage:

  • Specify the column indexes to hide (zero-based) in the hideCols function.
  • The function dynamically adjusts or adds elements with the hidden attribute and optional width adjustments.
  • Save and reopen the workbook to see the hidden columns reflected in Excel.

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