debug gcc exception

This commit is contained in:
Thomas Fussell 2016-11-27 18:11:32 +01:00
parent 267bd4b096
commit 03762be3a1

View File

@ -182,8 +182,9 @@ public:
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");
wb.save("debug.xlsx");
wb.load("data/18_basic_comments.xlsx");
// wb.load("debug.xlsx");
// TS_ASSERT(workbook_matches_file(wb, xlnt::path("data/18_basic_comments.xlsx")));
}