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.
重现
重现错误的步骤:
问题一:
1.第一步操作:打开https://mengshukeji.github.io/LuckyexcelDemo/
2.第二步操作:控制台输入 luckysheet.setCellFormat(1,1,'bg','#ff0000',{order:1})
3.第三步操作:报错Uncaught TypeError: Cannot set property 'bg' of null
at Object.setCellFormat (api.js:349)
at :1:12
描述错误
luckysheet.setCellFormat()问题
重现
重现错误的步骤:
问题一:
1.第一步操作:打开https://mengshukeji.github.io/LuckyexcelDemo/
2.第二步操作:控制台输入
luckysheet.setCellFormat(1,1,'bg','#ff0000',{order:1})
3.第三步操作:报错Uncaught TypeError: Cannot set property 'bg' of null
at Object.setCellFormat (api.js:349)
at :1:12
屏幕截图或演示
问题二:
重现错误的步骤:
1.第一步操作:打开https://mengshukeji.github.io/LuckysheetDemo/
2.第二步操作:控制台输入
luckysheet.setCellFormat(1,1,'bg','#ff0000',{order:1})
3. 出现:处理order 1页,但是当前sheet页未切换成功
屏幕截图或演示
问题三:
重现错误的步骤:
1.第一步操作:打开https://mengshukeji.github.io/LuckysheetDemo/
2.第二步操作:控制台输入
luckysheet.setCellFormat(1,1,'bg','#ff0000',{order:15})
3.指定超出现有sheet数据的order报错,应该做参数兼容
屏幕截图或演示
环境:
-操作系统:Windows
-浏览器 版本号:Edge
-Luckysheet版本:最新
备注
其他说明
The text was updated successfully, but these errors were encountered: