OpenXML spreadsheet created in .NET won't open in iPad

后端 未结 5 2032
梦毁少年i
梦毁少年i 2020-12-16 05:59

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

5条回答
  •  借酒劲吻你
    2020-12-16 06:27

    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"

提交回复
热议问题