add attribute to cell
How would one add a tag or other attribute to a cell?
For example, if the cell at (2,3) is blank, I want to add an attribute
called "tag" or "info" that says "thisFieldWasBlank"
Later, when I go to cell (2,3) I can check the attribute in some manner
obj.cellGetAttribute("tag")
For example, if the cell at (2,3) is blank, I want to add an attribute
called "tag" or "info" that says "thisFieldWasBlank"
Later, when I go to cell (2,3) I can check the attribute in some manner
obj.cellGetAttribute("tag")
eric juvet
August 9,