I have an Excel spreadsheet with a custom property "Errors" that is linked to a cell within the spreadsheet. When I bring up the Custom Properties tab, I can't change the number associated with "Errors", but I can select the source cell.
If I use the Apache POI to try to set the property to zero (or any number for that mater) from a Java Application, what will happen?
