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

Method setColumnNamesAsFirstRow

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

Source from the content-addressed store, hash-verified

131 d->firstRowAsColumnNames = b;
132}
133void XLSXFilter::setColumnNamesAsFirstRow(const bool b) {
134 d->columnNamesAsFirstRow = b;
135}
136
137void XLSXFilter::setDataExportStartPos(const QString& dataStartPos) {
138#ifdef HAVE_QXLSX

Callers 1

exportToXLSXMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected