in reply to Re^3: excel format problem
in thread excel format problem

Actually, this seems to have worked:
$hex_data = "0x".$hex_data;
That forces an 0x on the values that I print to Excel. That seems to be working.