If you want to retrieve the value as it appears when viewing it in Excel then you need to use getFormattedValue() instead of getCalculatedValue().
getCalculatedValue() ignores any styling/formatting code the spreadsheet has.
However, this doesn't explain why it is returning a '.' value. That might be a different issue.
-- Christopher Mullins
getCalculatedValue() ignores any styling/formatting code the spreadsheet has.
However, this doesn't explain why it is returning a '.' value. That might be a different issue.
-- Christopher Mullins