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
b5693d49e6
commit
585a0b528f
|
@ -168,7 +168,7 @@ public:
|
|||
comment_text.clear();
|
||||
comment_text.add_run(formatted_run);
|
||||
sheet1.get_cell("A2").comment(xlnt::comment(comment_text, "Microsoft Office User"));
|
||||
/*
|
||||
|
||||
auto sheet2 = wb.create_sheet();
|
||||
sheet2.get_cell("A1").set_value("Sheet2!A1");
|
||||
formatted_run.set_string("Sheet2 comment");
|
||||
|
@ -181,7 +181,7 @@ public:
|
|||
comment_text.clear();
|
||||
comment_text.add_run(formatted_run);
|
||||
sheet2.get_cell("A2").comment(xlnt::comment(comment_text, "Microsoft Office User"));
|
||||
*/
|
||||
|
||||
wb.save("debug.xlsx");
|
||||
// wb.load("debug.xlsx");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user