MCPcopy
hub / github.com/exceljs/exceljs / addBackgroundImage

Method addBackgroundImage

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

* Using the image id from `Workbook.addImage`, set the background to the worksheet

(imageId: number)

Source from the content-addressed store, hash-verified

1330 * Using the image id from `Workbook.addImage`, set the background to the worksheet
1331 */
1332 addBackgroundImage(imageId: number): void;
1333
1334 getBackgroundImageId(): string;
1335

Calls

no outgoing calls

Tested by

no test coverage detected