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
585a0b528f
commit
267bd4b096
|
@ -183,7 +183,7 @@ public:
|
||||||
sheet2.get_cell("A2").comment(xlnt::comment(comment_text, "Microsoft Office User"));
|
sheet2.get_cell("A2").comment(xlnt::comment(comment_text, "Microsoft Office User"));
|
||||||
|
|
||||||
wb.save("debug.xlsx");
|
wb.save("debug.xlsx");
|
||||||
// wb.load("debug.xlsx");
|
wb.load("debug.xlsx");
|
||||||
|
|
||||||
// TS_ASSERT(workbook_matches_file(wb, xlnt::path("data/18_basic_comments.xlsx")));
|
// TS_ASSERT(workbook_matches_file(wb, xlnt::path("data/18_basic_comments.xlsx")));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user