-
-
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
How to add strikethrough format for the cell #482
Comments
https://xuri.me/excelize/en/sheet.html#SetSheetRow Remove row err := f.RemoveRow("Sheet1", 3) |
Thank you for your answer, what I want to express is, draw a line on the text, as shown in the picture |
Thanks for your issue, I will add font strike style support later. |
Thank you |
Hi @iwalkerr, I have added font strike style support, you can set like this: f.NewStyle(`{"font":{"strike":true}}`) |
Thank you
| |
walkerr
|
|
邮箱:walkerr@163.com
|
On 09/23/2019 21:51, xuri wrote:
Hi @iwalkerr, I have added font strike style support, you can set like this:
f.NewStyle(`{"font":{"strike":true}}`)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
How to multiple delete line/row in excel |
The original title of this issue was ambiguous, which was related to the strikethrough style of the cell. I have updated the title for this issue. This library does not support batch removing rows or columns currently, please remove rows or columns by the |
Thanks for your feedback. Which version of Excelize are you using? Can you show us a complete, standalone example program or reproducible demo? |
i using v1.4.1, |
Please upgrade to the latest version or using the master branch code if you can, this issue has been fixed. |
ok i will try |
How to delete line in excel, can god give me some guidance?
The text was updated successfully, but these errors were encountered: