I have just posted the 2.0.2 version of the ASND Export Facility. This version fixes a number of really, silly bugs. I wish I had more time to do testing the right way, but such is life when you are writing code for free.
There is one bug that is currently unresolved that I would love some help on. The crux of the problem is this: When doing sorting a collection by multiple fields, the secondary sorts are opposite what they should be. For example, if I want to sort the results by Person in ascending order and then by Date in descending order, the results are return with Person in ascending order and Date in ascending order. This did not happen when I was using a Bubble Sort, so I must have screwed up something in the Merge Sort code. If you have experience with these things and want to take a crack at solving the problem, by all means download the latest release and take a look at my spaghetti code.