I ran into a problem when trying to get percentage values from excel using ExcelReference.getValues(). For 300% it comes back as 3.0 and so on.
Is there any way to distinguish if the value was percentage and formatted to number?
The problem is similar to this one how to convert user input to string in Excel-DNA although it's more formatting problem than calculating formula