Hi
If I use the excel format #'##0, writing the data to excel doesn't show the correct format (e.g. '20 instead of 20).
Either a bug, or I am missing something
It was so simple: just use #,### on my European notebook did the trick and the tick magically appears. Perhaps, it would be good if this was mentioned in the manual.
Hi If I use the excel format #'##0, writing the data to excel doesn't show the correct format (e.g. '20 instead of 20). Either a bug, or I am missing something
library(openxlsx)
Renger