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

Method sheet

src/3rdparty/QXlsx/source/xlsxworkbook.cpp:392–398  ·  view source on GitHub ↗

! * Returns the sheet object at index \a sheetIndex. */

Source from the content-addressed store, hash-verified

390 * Returns the sheet object at index \a sheetIndex.
391 */
392AbstractSheet *Workbook::sheet(int index) const
393{
394 Q_D(const Workbook);
395 if (index < 0 || index >= d->sheets.size())
396 return nullptr;
397 return d->sheets.at(index).data();
398}
399
400SharedStrings *Workbook::sharedStrings() const
401{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected