You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All, Im trying to export an excel,using the openxml sdk, but when I protect the sheet and try to make the cells or rows editable which was not created programmatically..
To fix this we found solution, that there is a workaround by removing the sheet protection and adding the datavalidation for the readonly fields.. using the Datavalidation class, but here also a problem, because when I copy paste or drag and drop the rows from the existing validation it copies the old validations as well, which I dont want.. Can someone explain or help on this issue.
Is there any way to correct or fix this problem in the library.
for the issues:
Sheet protection for the cell range or only for the rows which I create programmatically.
Option to allow trigger an event when I copy paste the rows.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, Im trying to export an excel,using the openxml sdk, but when I protect the sheet and try to make the cells or rows editable which was not created programmatically..
To fix this we found solution, that there is a workaround by removing the sheet protection and adding the datavalidation for the readonly fields.. using the Datavalidation class, but here also a problem, because when I copy paste or drag and drop the rows from the existing validation it copies the old validations as well, which I dont want.. Can someone explain or help on this issue.
Is there any way to correct or fix this problem in the library.
for the issues:
Beta Was this translation helpful? Give feedback.
All reactions