后台获取电子表格数据时,会获取到大量空白样式的数据。

const states = view.serialize({ sheets: true, math: true, compactStyles: true })
通过如上方法,获取设计的电子表格数据,但是会获取到非内容区域的单元格,希望能优化获取方法,只获取到有样式或者有数据的单元格区域,而不是所有区域的单元格列表。

Hello songyl

Our team can unfortunately communicate only in English, so to understand the issue, I used a translator and hope that everything was translated correctly.

I tried to reproduce your issue but in my example everything works as expected, and I am able to retrieve the data correctly(there is no list of all cells, only with data).
Please check the example: Code Snippet

Could you please provide more details about the issue you are experiencing?