MCPcopy Create free account
hub / github.com/KDE/labplot / previewForDataRegion

Method previewForDataRegion

src/backend/datasources/filters/XLSXFilter.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102#ifdef HAVE_QXLSX
103QVector<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
108QVector<QStringList> XLSXFilter::previewForCurrentDataRegion(int lines, bool* okToMatrix) {

Callers 2

Calls 8

readFunction · 0.85
QTimeClass · 0.85
selectSheetMethod · 0.80
setLastErrorMethod · 0.45
isValidMethod · 0.45
dimensionMethod · 0.45
firstColumnMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected