Closed
Description
Ref: #48577
I think subclasses of ExcelWriter (e.g. XlsxWriter) should not be allowed to add any public attributes so that the attributes accessible by users are independent of the engine being used. This appears to currently be the case, and to ensure it remains that way, I think we should add tests for each subclass that would fail if any additional public attributes are added.