View Single Post
I have written a couple of scripts. The one here will create a Tab Seperated File that can be imported into Excel. It adds a legal style number to each item based on its level. It is a simple task to edit the code so that it outputs CSV but I have found that TSV is more useful. The code includes comments and can be adapted to extract data from other columns. At present these columns have to be accessed by name. I hope to create a version that will extract from all columns by column number at some point. I am also working on my own export to RTF.

If all is well there should be a zip file with two scripts. The Export to RTF will only work with a OOp document that has extra columns, the other one should create a TSV file from any OOp document.

Simon