| 101 | |
| 102 | #ifdef HAVE_QXLSX |
| 103 | QVector<QStringList> XLSXFilter::previewForDataRegion(const QString& sheet, const QString& region, bool* okToMatrix, int lines) { |
| 104 | return d->previewForDataRegion(sheet, region, okToMatrix, lines); |
| 105 | } |
| 106 | #endif |
| 107 | |
| 108 | QVector<QStringList> XLSXFilter::previewForCurrentDataRegion(int lines, bool* okToMatrix) { |
no test coverage detected