#include <xlnt/serialization/comment_serializer.hpp>
namespace xlnt {
comment_serializer::comment_serializer(worksheet sheet) : sheet_(sheet)
{
}
} // namespace xlnt