Get the images contained in an excel book.

1 excel.Workbook.getAllPictures

<excel.Workbook.getAllPictures>
    <wb /> +
</excel.Workbook.getAllPictures>
Example

Get the images contained in an excel book.

Copy
<xsql-script>
	<body>
		<excel.Workbook.getAllPictures>
		    <excel.Workbook>
		        <file name='C:\tmp\Book1.xls' type='absolute' />
		    </excel.Workbook>
		</excel.Workbook.getAllPictures>
	</body>
</xsql-script>