1. 设置列宽为0
2. toJSON
3. fromJSON
不能再调整列宽, setColumnWidth() 也无效
- <p>let tmpJSON=null;</p><p>let sheet=spread.getActiveSheet();</p><p>sheet.setColumnWidth(0,0);</p><p>tmpJSON=st.toJSON();</p><p>setTimeout(function(){</p><p> sheet.fromJSON(tmpJSON);</p><p>},1000)</p>
复制代码
|
|