-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Ability to remove or set Sheet Dimension <dimension> element #1463
Labels
enhancement
New feature or request
Comments
Thanks for your issue. I will adding this feature support in the future. |
Excellent. Do you want me to work on a pull request? |
Contributions are welcome. I'll certainly accept the pull request if anybody did that. |
10 tasks
10 tasks
xuri
pushed a commit
to JDavidVR/excelize
that referenced
this issue
Jul 11, 2023
…etSheetDimension` (qax-os#1467)
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
…etSheetDimension` (qax-os#1467)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<dimension ref="A1:C4"></dimension>
when saving a workbook<dimension>
element (which is fine); however,<dimension>
element will become incorrect as you make changes using Excelize<dimension>
element (if present) to determine theUsedRange
of the sheet when importing rows.I suggest adding a new method to allow the user to:
<dimension>
element entirely if not needed<dimension>
element if neededExample:
func (f *File) SetSheetDimension(dimension string) error
dimension
is an empty string, then remove the<dimension>
element entirelydimension
is not an empty string then set the<dimension>
elementReferences to
<dimension>
element in this package and others:The text was updated successfully, but these errors were encountered: