-
-
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
SetSheetCol feature #1247
Labels
enhancement
New feature or request
Comments
Thanks for your issue. To add this feature, we need to create the common function to check cell reference and value reflection for |
10 tasks
xuri
pushed a commit
that referenced
this issue
Aug 25, 2022
…olumn values (#1320) Signed-off-by: cdenicola <cooper.denicola@instabase.com> Co-authored-by: cdenicola <cooper.denicola@instabase.com>
rodoard
pushed a commit
to sheetrocks/excelize
that referenced
this issue
Aug 26, 2022
…heet column values (qax-os#1320) Signed-off-by: cdenicola <cooper.denicola@instabase.com> Co-authored-by: cdenicola <cooper.denicola@instabase.com>
Thank you xuri |
xuri
pushed a commit
to carbin-gun/excelize
that referenced
this issue
Oct 9, 2022
…heet column values (qax-os#1320) Signed-off-by: cdenicola <cooper.denicola@instabase.com> Co-authored-by: cdenicola <cooper.denicola@instabase.com>
xuri
pushed a commit
to JDavidVR/excelize
that referenced
this issue
Jul 11, 2023
…heet column values (qax-os#1320) Signed-off-by: cdenicola <cooper.denicola@instabase.com> Co-authored-by: cdenicola <cooper.denicola@instabase.com>
jenbonzhang
pushed a commit
to jenbonzhang/excelize
that referenced
this issue
Oct 22, 2023
…heet column values (qax-os#1320) Signed-off-by: cdenicola <cooper.denicola@instabase.com> Co-authored-by: cdenicola <cooper.denicola@instabase.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How about adding a new method "SetSheetCol"
I do see "func (f *File) SetSheetRow(sheet, axis string, slice interface{}) error {}" in the latest release but I can't find the similar method for Col.
Shall we add a method for setting up sheet col values? It could be really similar as "SetSheetRow"
The text was updated successfully, but these errors were encountered: