I'm curious what they mean about "support" to be honest. I downloaded OO2.0, and it will import them, but it REM's out each line of code. Un-reming (is that a word) leaves you with a useless macro. I even tried a simple macro and couldn't get it to work:

[vba]Dim cl as Range
For Each cl In Selection
cl.Value = "Hi"
Next cl[/vba]

I think it would be great to see, but I'm not holding my breath on it.