Get the images contained in an excel book.
1 excel.Workbook.getAllPictures
<excel.Workbook.getAllPictures>
<wb /> +
</excel.Workbook.getAllPictures>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Ewb | Workbook | Workbook which contains the sheet. |
Returns | |
---|---|
Type | Description |
array | List of images which contains the Book, List <HSSFPictureData>. |
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>