Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何根据 spreadJs 中的单元格位置进行点击(事件)。好的,我知道要更改某些 Css 属性并获取单元格值。但是,我需要动态触发点击功能....说像 jquery 中的“sheet.getCell(5,5).click()”之类的东西,但我无法做到这一点并卡住了。如果有任何解决方案或建议,请提前感谢。
您可以在工作表级别绑定 Click 事件,并在事件参数中获取标识所需单元格的行和列
CellClick 事件
希望这可以帮助。