利用已有库对excel进行读和写

利用已有库对excel进行读和写

读excel的内容:libxls库

C: https://github.com/evanmiller/libxls  或 http://libxls.sourceforge.net/

参考博客:https://www.cnblogs.com/sancong/p/6439614.html

C++: https://github.com/tidyverse/readxl

往excel写内容:libexcel库

C:https://github.com/devinsmith/libexcel

posted @ 2018-12-20 16:50 小时候挺菜 阅读( ...) 评论( ...) 编辑 收藏

猜你喜欢

转载自blog.csdn.net/z735640642/article/details/86166606