The file appears to be made up of several blocks of data.
file_name = 'https://www.mathworks.com/matlabcentral/answers/uploaded_files/982945/TestCase.xlsx';
cell_sheet = readcell(file_name)
cell_sheet = 35×8 cell array
{'<TV>TestCase1:1'} {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing }
{'Time' } {'Inlet_Volatge_Sensor_Diag'} {'Inlet_Volatge_Sensor_volt'} {'Charging_Started_Latch'} {'Normal_Charging_Shutdown1'} {'VCharg_Act1' } {'CCS_EV_Inlet_voltage'} {'Sensor Validity'}
{'single' } {'boolean' } {'uint8' } {'boolean' } {'boolean' } {'fixdt(1,32,16)'} {'fixdt(1,32,16)' } {'uint8' }
{[ 0]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[ 1]}
{[ 1]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[ 1]}
{[ 2]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[ 1]}
{[ 3]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[ 1]}
{[ 4]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[ 1]}
{1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing }
{'<TV>TestCase1:2'} {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing } {1×1 missing }
{'Time' } {'Inlet_Volatge_Sensor_Diag'} {'Inlet_Volatge_Sensor_volt'} {'Charging_Started_Latch'} {'Normal_Charging_Shutdown1'} {'VCharg_Act1' } {'CCS_EV_Inlet_voltage'} {'Sensor Validity'}
{'single' } {'boolean' } {'uint8' } {'boolean' } {'boolean' } {'fixdt(1,32,16)'} {'fixdt(1,32,16)' } {'uint8' }
{[ 0]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 1]} {[ 1]}
{[ 1]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 1]} {[ 1]}
{[ 2]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 1]} {[ 1]}
{[ 3]} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[ 0]} {[ 1]} {[ 1]}
What do you want to do with it?