Unplanned
Last Updated: 21 Sep 2018 13:02 by ADMIN
ADMIN
Anna
Created on: 21 Sep 2018 12:51
Category: SpreadProcessing
Type: Bug Report
2
SpreadProcessing: When inserting cells the data loss check should not take data validatin, format, etc into account
When inserting cells a check is performed for data loss. This check should take into account the value property, but should not take into account properties like cell value format and data validation. 

Workaround: clear the values at the end of the worksheet before inserting cells.
worksheet.Cells[1048575, 0, 1048575, 16383].ClearDataValidationRule();
0 comments