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

write_row doesn't support nil cells #9

Open
wolfgang371 opened this issue Mar 27, 2023 · 0 comments
Open

write_row doesn't support nil cells #9

wolfgang371 opened this issue Mar 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@wolfgang371
Copy link

When reading .xlsx, e.g. with d1ceward/xlsx-parser, nil cells can be valid results.

However, when writing with this library, this is not possible, see e.g.

def write_row(pos_y : Int32 | Int64, data : Array(Int32 | Int64 | Float64 | String))
@Monpt7 Monpt7 self-assigned this Mar 27, 2023
@Monpt7 Monpt7 added the bug Something isn't working label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants