I am trying to read the excel.xls format in hypermesh, it is not showing the values in the excel
if the excel is converted into csv it can read values.
can any one tell me whether the excel.xls format can be read in hypermesh?
set excel [open 'Input_Sheet.xls' r]
set fileData [read -nonewline $excel]
close $excel