I have a requirement where I have to read data from Excel and write it to another excel.
In my excel I have one column as below screeshot.
When I read it Using powershell using the below command
$WorkSheet.Cells.Item(12,47).Value2
The value 0.9% is read as 0.00931.Is it possible that I can read the value as 0.9%