mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
10 lines
169 B
C++
10 lines
169 B
C++
#include <xlnt/serialization/comment_serializer.hpp>
|
|
|
|
namespace xlnt {
|
|
|
|
comment_serializer::comment_serializer(worksheet sheet) : sheet_(sheet)
|
|
{
|
|
}
|
|
|
|
} // namespace xlnt
|