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.