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

Method previewForCurrentDataRegion

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

Source from the content-addressed store, hash-verified

106#endif
107
108QVector<QStringList> XLSXFilter::previewForCurrentDataRegion(int lines, bool* okToMatrix) {
109#ifdef HAVE_QXLSX
110 return d->previewForDataRegion(d->currentSheet, d->currentRange, okToMatrix, lines);
111#else
112 Q_UNUSED(lines)
113 Q_UNUSED(okToMatrix)
114 return {};
115#endif
116}
117
118void XLSXFilter::setSheetToAppendTo(const QString& sheetName) {
119 d->sheetToAppendSpreadsheetTo = sheetName;

Callers

nothing calls this directly

Calls 1

previewForDataRegionMethod · 0.80

Tested by

no test coverage detected