MCPcopy
hub / github.com/exceljs/exceljs / commit

Method commit

index.d.ts:598–598  ·  view source on GitHub ↗

* Commit a completed row to stream

()

Source from the content-addressed store, hash-verified

596 * Commit a completed row to stream
597 */
598 commit(): void;
599 destroy(): void;
600 addPageBreak(lft?: number, rght?: number): void;
601}

Callers 15

commitMethod · 0.65
commitWorksheetMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
renderMethod · 0.65
test-issue-581.jsFile · 0.65
testBookOutS.jsFile · 0.65
addRowFunction · 0.65
allDoneFunction · 0.65

Implementers 1

Rowlib/doc/row.js

Calls

no outgoing calls

Tested by

no test coverage detected