Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数据整行为空也导出了数据结构,建议去掉 #40

Open
icnws opened this issue Mar 8, 2021 · 3 comments
Open

数据整行为空也导出了数据结构,建议去掉 #40

icnws opened this issue Mar 8, 2021 · 3 comments

Comments

@icnws
Copy link

icnws commented Mar 8, 2021

比如实际数据只有5条,实际导出的数组长度可能是500,剩下495条都是空数据,有字段,但是值都是默认值

@exe19890522
Copy link

excel表格导出数据之前把光标点在A1这个单元格里面,如无必要不要去点击数据之外的单元格,如果担心的话,就把数据之外的行列都统一删掉5个,对excel而言是没变化的。但是这样操作之后就可以清掉一些空数据的行列,导出的数据就不会有这个问题了

@ZeroUltra
Copy link

excel表格导出数据之前把光标点在A1这个单元格里面,如无必要不要去点击数据之外的单元格,如果担心的话,就把数据之外的行列都统一删掉5个,对excel而言是没变化的。但是这样操作之后就可以清掉一些空数据的行列,导出的数据就不会有这个问题了

但是他说的是行 比如我写了三行,为了划分,我空一行 再写三行,中间这空的一行不想导出啊😘

@neil3d
Copy link
Owner

neil3d commented Oct 7, 2021

比如实际数据只有5条,实际导出的数组长度可能是500,剩下495条都是空数据,有字段,但是值都是默认值

这个可能是由于 Excel 识别数据区域产生的问题。。。
后续考虑在代码中添加是否“”整行“”为空的判断

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants