dl
dl
io
dl_file_xlsx.h
浏览该文件的文档.
1
12
#pragma once
13
14
#include <string>
15
#include <vector>
16
17
#include "
base/dl_vector2.h
"
19
namespace
dl::FileXlsx
20
{
21
22
31
bool
Read
(std::string_view path_name, std::string_view sheet_name,
Vector2<std::string, size_t>
& ret);
32
33
}
dl::Vector2
2维vector
定义
dl_vector2.h:31
dl_vector2.h
2维vector
dl::FileXlsx
xlsx格式解析
定义
dl_file_xlsx.h:20
dl::FileXlsx::Read
bool Read(std::string_view path_name, std::string_view sheet_name, Vector2< std::string, size_t > &ret)
读取xlsx文件,拆解为每行
制作者
1.13.1