UiPath Documentation
activities
latest
false
Atividades de produtividade
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Insert Image Workbook

Properties and configuration for the Insert Image Workbook activity, which inserts an image into an Excel workbook at a specified cell anchor with optional pixel offset and scaling.

UiPath.Excel.Activities.InsertImage

Description

Inserts an image into a workbook sheet, anchored at a cell. The top-left corner of the image is placed at the anchor cell, offset by the values you set in Image left and Image top.

Observação:

The only supported Workbook format is .xlsx.

The following image formats are supported:

  • PNG
  • JPEG
  • Gif
  • BMP
  • TIFF
  • WebP
  • PCX

Compatibilidade do projeto

Windows | Multiplataforma

Configuração

  • Arquivo - O caminho completo da pasta de trabalho do recurso. Para alternar para um caminho local, selecione o ícone de mais e, em seguida, Usar arquivo local. O campo atual muda para File (caminho local), onde você pode fornecer o caminho completo da pasta de trabalho.
  • Image file - The resource file of the image to insert. To switch to a local path, select the plus icon, and then Use Local File. The current field changes to Image (local path), where you can provide the full path of the image.
  • SheetName - The sheet to insert the image into. If the sheet does not exist, it is created automatically. The default value is Sheet1.
  • Cell - The anchor cell for the top-left corner of the image. The default value is A1.

Usar pasta de trabalho

  • Pasta de trabalho — A pasta de trabalho existente que será usada.

Entrada

  • Image left - The horizontal offset from the anchor cell, in pixels. The value must be 0 or greater. The default value is 0.
  • Image top - The vertical offset from the anchor cell, in pixels. The value must be 0 or greater. The default value is 0.
  • Image width - The width of the image, in pixels. The value must be 0 or greater.
  • Image height - The height of the image, in pixels. The value must be 0 or greater.

The Image width and Image height values determine how the image is scaled:

Image widthImage heightResultado
IndefinidoIndefinidoThe image keeps its original dimensions.
DEFINIRIndefinidoThe height scales proportionally, preserving the aspect ratio.
IndefinidoDEFINIRThe width scales proportionally, preserving the aspect ratio.
DEFINIRDEFINIRThe image uses the exact dimensions you set. The aspect ratio is not preserved.
Observação:

The image is anchored to the cell that you specify in Cell, which limits how you can position it:

  • Image left and Image top are capped at the width and height of the anchor cell, so an offset larger than the cell places the image at the cell's edge instead.
  • If you resize the anchor cell, the image moves with it, but keeps its own dimensions.

The activity does not support anchoring an image between two cells, or placing an image at a fixed position that is independent of any cell.

Opções

  • Senha - A senha da pasta de trabalho, se necessário.
  • Description
  • Compatibilidade do projeto
  • Configuração
  • Usar pasta de trabalho
  • Entrada
  • Opções

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades