MCPcopy
hub / github.com/exceljs/exceljs / toString

Method toString

lib/doc/cell.js:511–513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

509 }
510
511 toString() {
512 return this.model.value.richText.map(t => t.text).join('');
513 }
514
515 get type() {
516 return Cell.Types.RichText;

Callers

nothing calls this directly

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected