I am trying to copy a column data from an excel sheet to the clipboard and paste the same data onto a work space. I have used the “Read column” function to read the respective column from excel and I saved the content to a reference variable with type “IEnumerable Object”(as it is only accepting this type).
I am unable to find a way using which I can convert this IEnumerable Object type to Data table or String so that I can paste the same in the desired work space??
Thanks for the solution @aksh1yadav.
Is there any possibility to get the IEnumerable type into data table also??
The data getting from the excel is of IEnumerable type which I am not able to write into a data table. My problem is I need to fetch the entire column data and paste it on an SAP module.
Can it be done by any chance??