In thinking more about this, I have some more info for you. Obviously, we are using ActiveX to talk to Excel with the Excel Report tool. unsigned int is NOT an ActiveX data type, therefore it is impossible to send an unsigned int to Excel. Our report tool should be reporting this as an error to you and trying to convert it to an int (if the uint is not out of int range) which we will fix. Even after the fix though, you won't really be passing unsigned int values to Excel since it isn't a supported data type in ActiveX.
I would just convert your values to int before sending them to Excel, since that is the only option anyway and is what we would be doing in the Excel Report tool.
Good luck,
Chris Matthews
National Instruments