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

Page Layout: Support hiding GridLines for exports #26

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

Conversation

Elijah-Oppenheim
Copy link

Hello! I wanted to add support for disabling gridlines when generating XLSX files. This isn't something SheetJs provides as part of the community edition (SheetJS#1945). I made the changes myself and wanted to see if you'd want to include them in this project.

Using this commit: SheetJS#927 as a reference point. I expanded the options to support disabling gridlines for exports. Initially, I was going to add this as a custom prop in the WritingOptions/SheetOptions, but ultimately wanted to remain aligned with the openxml schema and opted for another WBView boolean.
(https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.sheetview?view=openxml-2.8.1)

Let me know if you have any feedback!

@Elijah-Oppenheim Elijah-Oppenheim marked this pull request as ready for review September 4, 2023 19:35
@Elijah-Oppenheim
Copy link
Author

Hey @gitbrent I wanted to know if you saw this. Please let me know if this is something you would like to be merged into the project, otherwise I will close this pull request.

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.

None yet

1 participant