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 イベント
お役に立てれば。