#include #include "cell_impl.hpp" #include "comment_impl.hpp" namespace xlnt { namespace detail { cell::type type_; worksheet_impl *parent_; column_t column_; row_t row_; std::string value_string_; long double value_numeric_; std::string formula_; bool has_hyperlink_; relationship hyperlink_; bool is_merged_; bool is_date_; std::size_t xf_index_; std::unique_ptr