I want to be able to output the numeric values as they are in excel to the java console. (with no decimal places) e.g 1, 2, 3, but i'm getting the following: 1.0, 2.0, 3.0 What do I need to add into my code?I want to be able to output the numeric values