MCPcopy
hub / github.com/exceljs/exceljs / text

Method text

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

Source from the content-addressed store, hash-verified

230 }
231
232 get text() {
233 return this._value.toString();
234 }
235
236 get html() {
237 return _.escapeHtml(this.text);

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected