1Excel::Template::ElemenUts:e:rImCaognet(r3i)buted Perl DEoxccuemle:n:tTaetmipolnate::Element::Image(3)
2
3
4
6 Excel::Template::Element::Image - Excel::Template::Element::Image
7
9 To insert an image into the worksheet
10
12 IMAGE
13
15 ELEMENT
16
18 This will consume one column in the current row.
19
21 None
22
24 <image path="/Some/Full/Path" />
25 <image path="/Some/Full/Path" offset="2,5" />
26 <image path="/Some/Full/Path" scale="2,0.4" />
27 <image path="/Some/Full/Path" offset="4,0" scale="0,2" />
28
29 Please see "" in Spreadsheet::WriteExcel for more information about the
30 offset and scaling options as well as any other restrictions that might
31 be in place. This node does NOT perform any sort of validation upon
32 your parameters. You are assumed to know what you are doing.
33
34 Note that the offset and scaling values are "X,Y". You must provide
35 both values, even if the Y value is 0. If you provide a 0 value for
36 either scaling option, "" in Spreadsheet::WriteExcel will default that
37 to 1.
38
40 Rob Kinyon (rob.kinyon@gmail.com)
41
43 Nothing
44
45
46
47perl v5.36.0 2023-01-20Excel::Template::Element::Image(3)