mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
remove accidental inclusion of some debug code
This commit is contained in:
parent
e355ab8936
commit
e16d381b11
|
@ -30,14 +30,6 @@ public:
|
||||||
wb_guess_types.set_guess_types(true);
|
wb_guess_types.set_guess_types(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_debug()
|
|
||||||
{
|
|
||||||
xlnt::workbook wb;
|
|
||||||
wb.load("/Users/thomas/Development/xlnt/samples/formatting.xlsx");
|
|
||||||
wb.save("/Users/thomas/Development/xlnt/samples/formatting-rt.xlsx");
|
|
||||||
wb.save("/Users/thomas/Development/xlnt/samples/formatting-rt.zip");
|
|
||||||
}
|
|
||||||
|
|
||||||
void test_infer_numeric()
|
void test_infer_numeric()
|
||||||
{
|
{
|
||||||
auto ws = wb_guess_types.create_sheet();
|
auto ws = wb_guess_types.create_sheet();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user