C++读取excel文件
c++读写excel 有lib库 LibXL
https://docs.microsoft.com/zh-cn/office/open-xml/understanding-the-open-xml-file-formats
推个c#库给你。
https://docs.microsoft.com/zh-cn/office/open-xml/structure-of-a-spreadsheetml-document
https://www.cnblogs.com/renjiashuo/p/7545784.html
参考一下