-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
how to freeze the first line? #1371
Comments
Seems like #263 contains the needed changes, but is still pending. |
@SheetJSDev , any chance this feature will be merged anytime soon? |
In the interest of trying to reach a v1.0.0, we are focusing on data. Embellishments like freezing rows and columns are definitely of interest, but not before the milestone. In the interim, we do offer this as part of our Pro offering |
Hi @SheetJSDev I would like to know if SheetJS has the feature to freeze the columns while we do an excel export? I have gone through the documentation but didn't find anything specific to column freezing. It would be helpful if you can give some clarity on this. |
how to freeze the first line like i do in python
worksheet.freeze_panes(1, 1) # # Freeze the first row and column
The text was updated successfully, but these errors were encountered: