Skip to content

Bug in inline std::ostream& operator<<(std::ostream& os, const XLCellValue& value) ? #166

@ofenloch

Description

@ofenloch

This test fails

        XLDocument doc;
        doc.create(fileName);

        auto wks = doc.workbook().worksheet("Sheet1");
        wks.cell("A1").value() = "Hello OpenXLSX!";

        std::stringstream sstream2;
        sstream2 << wks.cell("A1").value();
        // This fails:
        REQUIRE(sstream2.str() == "Hello OpenXLSX!");

Is this a bug or am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingresolvedThis issue has been resolved.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions