mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
remove accidental commit of temporary test
This commit is contained in:
parent
135af6e6c9
commit
b8e7931b10
|
@ -30,19 +30,6 @@ public:
|
||||||
return wb;
|
return wb;
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_temp()
|
|
||||||
{
|
|
||||||
xlnt::workbook wb;
|
|
||||||
wb.load("/Users/thomas/Desktop/Workbook1.xlsx");
|
|
||||||
//xlnt::worksheet ws = wb.get_active_sheet();
|
|
||||||
//ws.get_cell("A1").set_value(5);
|
|
||||||
//ws.get_cell("B2").set_value("string data");
|
|
||||||
//ws.get_cell("C3").set_formula("=RAND()");
|
|
||||||
//ws.merge_cells("C3:C4");
|
|
||||||
//ws.freeze_panes("B2");
|
|
||||||
wb.save("/Users/thomas/Desktop/Workbook1-rt.xlsx");
|
|
||||||
}
|
|
||||||
|
|
||||||
void test_read_standard_workbook()
|
void test_read_standard_workbook()
|
||||||
{
|
{
|
||||||
TS_ASSERT_DIFFERS(standard_workbook(), nullptr);
|
TS_ASSERT_DIFFERS(standard_workbook(), nullptr);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user