we are downloading excel from our java web application. I'm filling the values uploading that excel through our application and retrieving data from excel and inserting those values to the database. While inserting to database, the values having decimal value like 1.23 which is inserted like 1,23. why?
i want…