ITADN

Unknown column types are silently not written

#84Closedbilldenney 创建于 2025-03-31
B
billdenneycommented
In this example, `writexl` does not appear to know how to handle a list column, so nothing is written and no warning or error is given. Would it be reasonable to give a warning so people know that their output is not the same as their input data? ``` writexl::write_xlsx(x = tibble(x = list("A", 1)), path = "foo.xlsx") ``` Results in the following file with no data in cells A2 or A3 and no warning. ![Image](https://github.com/user-attachments/assets/3feb1d1e-6464-43d1-9fa7-b8189020b8d4)
关闭于 2025-04-06 1 条评论