c# - Excel Object Model, will Value2 be culture specific? -
c# - Excel Object Model, will Value2 be culture specific? -
on pc have english language version (us) excel 2013 changed part germany, set value "550,66231278" cell in excel when read cell.value2, see in visual studio "550.66231278"
so wonder if value2 in civilization format or civilization specific say, if install federal republic of germany version of excel, value2 "550,66231278"?
thanks
msdn says:
the difference between property , value property value2 property doesn’t utilize currency , date info types. can homecoming values formatted these info types floating-point numbers using double info type.
so probable value displayed in cultureneutral fashion during debugging or usage in app. seek change culture , perchance uiculture in app.
c# excel range culture
Comments
Post a Comment