I have an application that provides a webservice (ws) (java) but I need to transport data to an excel sheet and print, my problem is this, when I get the values of ws depending on the reginal setting of the operating system, different formats Ex: 90.01 or 9001, when it does not bring the point it reads as an integer and I need to have it as decimal. Changing the egional setting is not a valid solution as I can not force the user to do so, so I'm looking for a way to get the correct value (90.01) with VB.
Does anyone have any solutions or tips to help?