How to get the Part objects which are within Importable Spreadsheet in custom ImportFormProcessor?
Hi,
I am writing a custom FormProcessor that extends OOTB ImportFormProcessor and overrides postTransactionProcess() method. This Custom FormProcessor gets called when we click on Import on Import from Spreadsheet wizard

Added below entry in custom-action.xml
<objecttype resourceBundle="com.ptc.windchill.ixb.importer.importerResource" name="ixb" class="com.ptc.windchill.ixb.importer.ImportJob" >
<action checkaccess="true" name="createImportJob" uicomponent="IMPORT_FROM_EXCEL" >
<command method="execute" class="ext.tagheuer.part.formprocessors.customImportFormProcessor" url="/netmarkets/jsp/ixb/importer/import.jsp" windowType="popup"/>
</action>
</action>
</objecttype>

Basically, my initial requirement is to get all the Part details those are within the Importable Spreadsheet.
Is there any API to get all the part details which are within Importable Spreadsheet?
Can someone suggest?
Regards,
SY

