Working with Excel pictures
Contents
[
Hide
]
Working with pictures on an Excel file
This guide explains how to work with pictures (also called images) in Excel worksheets through the Aspose.Cells Cloud REST API. It covers the main picture‑related operations—retrieving, adding, updating, and deleting—and points you to detailed examples for each task.
Prerequisites: an Aspose.Cells Cloud account, a valid API key, and the appropriate SDK installed for your chosen language.
- How to get a specific format picture from an Excel worksheet. – Retrieve a single picture in the requested format (PNG, JPEG, etc.) from a worksheet.
- How to get all pictures information from an Excel worksheet. – List metadata for every picture contained in a worksheet.
- How to add a picture for an Excel worksheet. – Insert a new picture into a worksheet, specifying its position and size.
- How to update a specific picture from an Excel worksheet. – Modify the properties (e.g., dimensions, placement) of an existing picture.
- How to delete all pictures from an Excel worksheet. – Remove every picture object from a worksheet in a single call.
- How to delete a picture from an Excel worksheet. – Delete a single picture identified by its index.