'Excel workbook ignore some cells in version control
I have an excel workbook which has the Office 365 default version control. The workbook is saved on sharepoint, so that multiple people can edit it at the same time.
However, some cells in this workbook are designed to change based on where the user's clicks with the cursor. Let's call them dynamic cells. Theses dynamic cells contains a result that should only interest the owner of the cursor, and not the other users. This is problematic when multiple user try to see the result on a same dynamic cell, because the result will be correct only for the last person which has click on the workbook.
I don't want to version control these dynamic cells.
Is there a way to do it ?
For a basic git analogy to resume the problem, I'd like to add some excel cells to the .gitignore
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
