I want to give excel data for wires type parameters

The Excel.ReadFromFile was an older version of Dynamo.
You may use this node here.
Things to note with Excel nodes are that the information direction is different from how Dynamo reads and lists its information so you may need to use Transpose and DropItems where it matters.
Your spreadsheet must be setup in a different way too for an easier read by Dynamo.
Hope that helps.