ITADN

Question: Can I write multiple formats in one column?

#83Closedbilldenney 创建于 2025-03-31
B
billdenneycommented
I'd like to write multiple formats to one column with code like the following, but I get no output (not a big surprise since I would guess I'm not doing it the right way). Is there any way to write multiple formats (e.g. numeric and string) to a single column? ``` writexl::write_xlsx(x = tibble(x = list("A", 1)), path = "foo.xlsx") ```
关闭于 2025-04-06 2 条评论