Question: Can I write multiple formats in one column?
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 条评论