summaryrefslogtreecommitdiff
path: root/comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'comment.go')
-rw-r--r--comment.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/comment.go b/comment.go
index 1ef3877..c897943 100644
--- a/comment.go
+++ b/comment.go
@@ -253,6 +253,7 @@ func (f *File) addComment(commentsXML, cell string, formatSet *formatComment) {
}
}
defaultFont := f.GetDefaultFont()
+ bold := ""
cmt := xlsxComment{
Ref: cell,
AuthorID: 0,
@@ -260,7 +261,7 @@ func (f *File) addComment(commentsXML, cell string, formatSet *formatComment) {
R: []xlsxR{
{
RPr: &xlsxRPr{
- B: " ",
+ B: &bold,
Sz: &attrValFloat{Val: float64Ptr(9)},
Color: &xlsxColor{
Indexed: 81,