Posts by Alan Santos • 27 points
3 posts
-
-1
votes3
answers302
viewsQ: Save value after JAVA comma
Hello, I need to take a value after the comma to do some operations, for example 175/10 = 17.5, I need to save this value . 5 as 5. My number will always be divided by 10, can you help me please?…
javaasked Alan Santos 27 -
1
votes1
answer103
viewsQ: Popular Excel with Java object
Hi, I’m having a problem to popular a table the way I need, I want to do something like this. But with my code I can only get people like this. How do I format the same way? I tried to skip the…
-
1
votes1
answer1800
viewsQ: Convert a JSON String to a JAVA Object Array
Hello, I’m not getting the conversion, my string is coming like this. { "empresa1": { "category_id" : "Item 1", "id" : 1, "imagePath" : "imagem", "name" : "empresa 1", "short_desc" : "desc da…