Forum Discussion
- kponnanOccasional Contributordef workbooks = xls.Workbooks.Open( "myfile.xls" )
def sheet = workbooks.ActiveSheet
a1 = sheet.Range('A1')
log.info( " a1 = " + a1.value )
That is all I have ... hope this helps. - kponnanOccasional ContributorNOTE: In order to use the previous code I think you need to install Scriptom first. I have v1.2.
Instructions for Scriptom may be found at:
htth://groovy.codehaus.org/Scriptom+1.2 - V_V_SubrahmanyaNew ContributorHi Kponnan,
I am also facing the same problem.I have Soapui and i downloaded Scriptom 1.2.Can you tell me how to integrate Scriptom with soapui so that i can create Excel objects and access Excel.
Thanks in Advance.
Regards,
Shiva.