-
-
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
Text isn't set to bold #1087
Comments
Thanks for your feedback, did you try with master branch code? I have tested and it works well with Apple Numbers 11.2 (7032.0.145), could you show us a complete, standalone example program or reproducible demo? |
Thanks for replying @xuri. I apologize, but could you explain, how can I make sure I am using the master branch code? |
Please upgrade to master branch code by following command: go get -u github/xuri/excelize/v2@master |
After doing this:
and using this code:
the text in the header cells still isn't set to bold. Every other style setting works (for example, setting the border to be black and thick, setting the header fill colour to be grey, etc.). |
Which version of Apple Numbers are you using? Could you try to upgrade to the lasted version? |
I did upgrade to the latest version of Apple Numbers but it still doesn't work. Does using the following command ensure I will use master branch code?
|
I managed to use the version on master of the package (and the headers are now in bold) by adding the following line to my go.mod, then running go mod tidy.
|
I saw that this was previously reported in issue #1059, but I just downloaded the latest version of excelize today and it still doesn't work.
I set the font to green and bold with this:
When I apply the style to the cells, the text is set to green but it is not bold. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: