Repaired Records : Cell information from worksheet created from scratch

前端 未结 7 1564
醉话见心
醉话见心 2021-01-31 08:58

I\'m receiving an error when opening my OpenXML created spreadsheet. The error is as follows.

Repaired Records: Cell information from /xl/worksheets/sheet.xml p         


        
7条回答
  •  悲哀的现实
    2021-01-31 09:19

    In my case, the SSRS place holder properties had custom number.

    Fix:

    1. GO to all the fields one by one in SSRS designer.
    2. See if there are any alpha numeric values coming from backend. ( cross compare your data set with all the cells in the SSRS report.
    3. double click on the field -> go to 'Number' tab
    4. Click on the default -> ok

    Thanks Umakanth Nelige

提交回复
热议问题