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

Method read

src/3rdparty/QXlsx/source/xlsxdocument.cpp:622–627  ·  view source on GitHub ↗

! \overload Returns the contents of the cell \a cell. \sa cellAt() */

Source from the content-addressed store, hash-verified

620 \sa cellAt()
621*/
622QVariant Document::read(const CellReference &cell) const
623{
624 if (Worksheet *sheet = currentWorksheet())
625 return sheet->read(cell);
626 return QVariant();
627}
628
629/*!
630 Returns the contents of the cell (\a row, \a col).

Callers 2

readObjectAsStringMethod · 0.45
readAttachmentListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected