Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
133
void XLSXFilter::setColumnNamesAsFirstRow(const bool b) {
134
d->columnNamesAsFirstRow = b;
135
}
136
137
void XLSXFilter::setDataExportStartPos(const QString& dataStartPos) {
138
#ifdef HAVE_QXLSX
Callers
1
exportToXLSX
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected