摘要: 通过C语言简单实现对excel的读取与写入 1 #include<stdio.h> 2 void writeExcel() 3 { 4 char chy[4]={ 'x' ,'a' ,'h','w' } ; 5 int data[4]={ 1 , 3 , 6 ,9 }; 6 int i ; 7 FI 阅读全文
posted @ 2020-06-30 18:30 洋聪love 阅读(601) 评论(0) 推荐(0) 编辑