awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
364 stars 79 forks source link

How to specify the type of a column written to a spreadsheet? #479

Open friedue opened 5 years ago

friedue commented 5 years ago

Hi,

I mostly have a question rather than an issue -- I would just like to know if there's a way to define the type of a column when using openxlsx::write.xlsx. For example, I would like to specify that the first column of every sheet should be of type "Text" rather than "General".

(See the original post here.)

Thanks a lot!

Friederike