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

Method toString

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

Source from the content-addressed store, hash-verified

727 }
728
729 toString() {
730 return this.value.toString();
731 }
732}
733
734class FormulaValue {

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected