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

Method write

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

Source from the content-addressed store, hash-verified

96 d->readDataFromFile(fileName, dataSource, importMode);
97}
98void XLSXFilter::write(const QString& fileName, AbstractDataSource* dataSource) {
99 d->write(fileName, dataSource);
100}
101
102#ifdef HAVE_QXLSX
103QVector<QStringList> XLSXFilter::previewForDataRegion(const QString& sheet, const QString& region, bool* okToMatrix, int lines) {

Callers

nothing calls this directly

Calls 15

sheetNamesMethod · 0.80
selectSheetMethod · 0.80
asStringColumnMethod · 0.80
nameMethod · 0.45
containsMethod · 0.45
addSheetMethod · 0.45
isEmptyMethod · 0.45
dimensionMethod · 0.45
isValidMethod · 0.45
rowMethod · 0.45
columnMethod · 0.45
columnCountMethod · 0.45

Tested by

no test coverage detected