Ok so I’d like to write ‘Gennaio’ into my cell of OOCalc (open office calc) application.
Problem is that OO translates the cell content, every time I’d like to write the month name in Camel Case and result is always ‘gennaio’. So how can I write it with the first letter upper case?
So I’ve found a solution on internet: write a string into OOCalc by using as first letter this char: ‘ (single quote). All text content will be taken as string.
A solution yes, but not quite easy to find.