Hi,
One thing to note is that the queue exports only contain the item status (so failed,in progress, success, etc) and then another column for the level of failure (so business or application) If you put any specific reason for the success or failure it is not exported.
So if you want to view the reason in the queue, you can, but exporting as a report is not so useful. The other thing is that the data fields come down as one cell per transaction so you will need to parse this out to other cells first of all. (Entirely possible using mid and a variety of finds)
Thanks