I have a excelsheet in which row 3 and column E3 has information as below:
row1 row2 row3
"H3" "System Name" linuxtestserver
how can I edit that excel sheet with script and replace linuxtestserver with other server name with out opening it?
I have tried sed command it dosent seems to work on excel file
sed 's/linuxtestserver/susetestserver/g' test.xls