I am trying to generate a spreadsheet in .NET which will be opened by my manager on his iPad when he\'s out of the office.
The spreadsheet opens fine on a Windows PC
I had the same issue. After filling in the CellReference property on the Cell it starts working for me. In the CellReference you just put the name of the cell like "A1", "B1", ..., "C123"