Este conteúdo não está disponível no idioma selecionado.

19.8. Images


Images are nested within columns (for iteration) or inside worksheets (for direct placement using the startColumn/startRow and rowSpan/columnSpan attributes). Span tags are optional, and the image will be inserted without resizing if they are omitted.
Expand
<e:image>
Attributes
  • startColumn — A number value denoting the column in which the image starts. The default is the internal counter. The number value is 0-based.
  • startRow — A number value denoting the row in which the image starts. The default is the internal counter. The number value is 0-based.
  • columnSpan — A float value denoting the column span of the image. The default uses the default width of the image.
  • rowSpan — A float value denoting the row span of the image. The default uses the default height of the image.
  • URI — A string value denoting the URI to the image.
Child elements
  • none
Facets
  • none
 
<e:workbook> 
  <e:worksheet> 
    <e:image startRow="0" startColumn="0" rowSpan="4" columnSpan="4" 
       URI="http://foo.org/logo.jpg"/> 
  </e:worksheet> 
</e:workbook>
Copy to Clipboard Toggle word wrap
This defines an image in A1:E5 based on the given data.
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2026 Red Hat
Voltar ao topo