I cannot test the scripts, just a few comments.
1. macro is default disabled, so that it should be avoided unless really
needed.
2. I don't use xlutil.ijs, and I think using it will not make program more
portable either.
3. instead of setting to <no data> one may clear the cells using
wd 'olemethod me range clearcontents'
4. excel may interpret some text (like 2e3) as number, to force it as text,
it need to set format,
wd 'oleset me range numberformat @'
wd 'oleset me range value *', x
5. I googled found that it is now preferable to use value2 than value
--
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm