I'm trying to display date in the format dd/MM/yyyy in an excel file with the Spreadsheet Gear library, but the system and office looks like running an english localization.
I've already try to use the Cell.NumberFormat property and directly setting the DateTime object to the Cell.Value property, without success...
Do you have any idea on how to control the excel formating of a DateTime ?
Grtz