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