Invalid Excel Binding object

為{幸葍}努か 提交于 2021-02-08 03:06:58

问题


What is the proper way to delete an invalid binding in ExcelJS?

If a binding exists on a Excel table and the table is deleted the binding becomes invalid. One can load the bindings again (on a button click for example) and the invalid binding will be loaded:

context.workbook.bindings.load('id'); ...

However, any attempt to do anything with the binding (delete it) causes an InvalidBinding exception. There appears to be no way to tell if a binding is valid or not (it only has id and type properties).

So the question is, once an invalid binding occurs how does one get rid of it so that subsequent loads of the bindings only load valid one's?

Cheers,

Dave

来源:https://stackoverflow.com/questions/45586251/invalid-excel-binding-object

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!