Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ addWorkbook
Method
addWorkbook
src/3rdparty/QXlsx/source/xlsxcontenttypes.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void ContentTypes::addWorkbook()
55
{
56
addOverride(QStringLiteral(
"/xl/workbook.xml"
), m_document_prefix + QLatin1String(
"spreadsheetml.sheet.main+xml"
));
57
}
58
59
void ContentTypes::addWorksheetName(const QString &name)
60
{
Callers
1
savePackage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected