I am trying to open excel from the command line as:
start excel.exe fileName
I want to specify the cell format to be text before the file is loaded (so numbers are not rounded and displayed as it is). I looked up the options to run excel from cmd and could not find an option to specify a cell format.
Any solutions ?