摘要: *.h文件:#ifndef ExcelReader_H#define ExcelReader_H#include <QObject>#include <QAxObject>#include <QList>#include <QString>class ExcelReader;class ExcelSheet{public: ExcelSheet(QAxObject* sheet) { Clear(); if(0 == sheet) return; QAxObject * usedrange = sheet->quer... 阅读全文
posted @ 2012-06-13 12:50 renhang888 阅读(846) 评论(0) 推荐(0) 编辑