在C ++ J2ME中读取Excel文件并从中获取数据

时间:2018-03-27 18:25:17

标签: c++ excel

如何在C ++ J2ME中打开 Excel 文件并从中获取数据或将数据存储在其中?
到目前为止,这是我的(微不足道)方法:

#include <fstream>
ifstream inFile;
inFile.open("customer.dat");

1 个答案:

答案 0 :(得分:0)

试试这段代码

Enable embedded Maven repository