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

Method readDataFromFile

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

Source from the content-addressed store, hash-verified

93}
94
95void XLSXFilter::readDataFromFile(const QString& fileName, AbstractDataSource* dataSource, ImportMode importMode) {
96 d->readDataFromFile(fileName, dataSource, importMode);
97}
98void XLSXFilter::write(const QString& fileName, AbstractDataSource* dataSource) {
99 d->write(fileName, dataSource);
100}

Callers

nothing calls this directly

Calls 2

selectSheetMethod · 0.80
firstColumnMethod · 0.45

Tested by

no test coverage detected