读:
QXlsx::Document xlsx(_filePath);
int intRowStart = xlsx.dimension().firstRow();
int intColStart = xlsx.dimension().firstColumn();
QStringList postHeaderList;
for (int row = intRowStart; row <= xlsx.dimension().rowCount(); row++) {
for (int column = intColStart; column < xlsx.dimension().columnCount(); column++) {
QXlsx::Cell *cell = xlsx.cellAt(xlsx.dimension().firstRow(), j); //获取单元

最低0.47元/天 解锁文章
957

被折叠的 条评论
为什么被折叠?



