mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
disable stdout in serialization test
This commit is contained in:
parent
b0b43f6d8e
commit
b7677d0783
|
@ -480,7 +480,7 @@ public:
|
|||
while (reader.has_cell())
|
||||
{
|
||||
const auto cell = reader.read_cell();
|
||||
std::cout << cell.reference().to_string() << " " << cell.to_string() << std::endl;
|
||||
//std::cout << cell.reference().to_string() << " " << cell.to_string() << std::endl;
|
||||
}
|
||||
|
||||
const auto ws = reader.end_worksheet();
|
||||
|
|
Loading…
Reference in New Issue
Block a user