Add or Delete Worksheet Background Image – Aspose.Cells Cloud API
Contents
[
Hide
]
Working with background on an Excel worksheet
Overview: A worksheet background is an image that appears behind the cells of a worksheet, useful for branding or visual cues. Aspose.Cells Cloud API lets you add or delete this background image programmatically.
Prerequisites:
-
Valid Aspose.Cells Cloud access token (OAuth 2.0).
-
An Excel workbook stored in the cloud.
-
An image file (PNG, JPEG, BMP) for the background.
-
Add background – Set a background image on a worksheet. See the detailed guide How to set background on an Excel worksheet.
-
Delete background – Remove an existing background image from a worksheet. See the detailed guide How to delete background on an Excel worksheet.