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

Allowed empty cells for non-enum array types in Google Spreadsheets. #60

Merged
merged 1 commit into from
May 7, 2018

Conversation

zzxiang
Copy link
Contributor

@zzxiang zzxiang commented May 4, 2018

The generated data classes already have array type fields be initialized as zero length arrays instead of null. Therefore, we can safely ignore an array type cell in a spreadsheet if the cell value is empty.

@kimsama
Copy link
Owner

kimsama commented May 5, 2018

What does non-enum array type exactly mean? Could you show me any example?

Cheers,

@zzxiang
Copy link
Contributor Author

zzxiang commented May 6, 2018

My so-called non-enum array type means an array in which elements are not enums. That means, an int array, a float array, a string array, a double array or a bool array.

@kimsama kimsama merged commit 1e9f379 into kimsama:master May 7, 2018
@zzxiang zzxiang deleted the empty-array branch May 7, 2018 08:28
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

Successfully merging this pull request may close these issues.

2 participants