Using Openxlsx package and read.xlsx function. It reads the data but converts numbers into scientific form.
The number is 132178278. It gets converted to 132178278E8.
Tried using the read.xlsx function from xlsx package. But it takes too long to read the file when compared to using openxlsx.
Before attempting this, first set:
After reading the Workbook in openxlsx and storing it in a dataframe, just convert the column with scientific notation to Numeric, as it may be treating it as a Character.