You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
调用接口函数luckysheet.setCellFormat(0, 4, "bg", "#00ff00");设置单元格颜色时出错,该单元格无数据
报错Uncaught TypeError: Cannot set property 'bg' of null at Object.setCellFormat (api.js:349) at <anonymous>:1:12
The text was updated successfully, but these errors were encountered:
调用接口函数
luckysheet.setCellFormat(0, 4, "bg", "#00ff00");
设置单元格颜色时出错,该单元格无数据报错
Uncaught TypeError: Cannot set property 'bg' of null at Object.setCellFormat (api.js:349) at <anonymous>:1:12
The text was updated successfully, but these errors were encountered: