mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
debug gcc exception
This commit is contained in:
parent
ec42f3c3ac
commit
7162f265c1
|
@ -159,9 +159,10 @@ public:
|
|||
auto sheet1 = wb.get_active_sheet();
|
||||
|
||||
sheet1.get_cell("A1").set_value("Sheet1!A1");
|
||||
formatted_run.set_string("Sheet1 comment");
|
||||
comment_text.add_run(formatted_run);
|
||||
sheet1.get_cell("A1").comment(xlnt::comment(comment_text, "Microsoft Office User"));
|
||||
// formatted_run.set_string("Sheet1 comment");
|
||||
// comment_text.add_run(formatted_run);
|
||||
// sheet1.get_cell("A1").comment(xlnt::comment(comment_text, "Microsoft Office User"));
|
||||
sheet1.get_cell("A1").comment("Sheet1 comment");
|
||||
/*
|
||||
sheet1.get_cell("A2").set_value("Sheet1!A2");
|
||||
formatted_run.set_string("Sheet1 comment2");
|
||||
|
|
Loading…
Reference in New Issue
Block a user