[Webtest] Error with propertyTable
Sébastien Mathy
webtest@lists.canoo.com
Fri, 22 Oct 2004 15:58:12 +0200
Dierk Koenig a écrit :
> Hi Sebastien,
>
> There is no need for having Excel installed to use
> propertytable. It doesn't use any ole stuff but the
> poi libs that work directly on the file format.
>
> But there may be a conflict with reading the file
> when its currently open with openoffice(?).
> If you applied any changes with openoffice to the
> file you may want to test with a fresh download -
> just to see where the error is...
>
If I download Test.xls -> OK
echoAll:
[echo] guest Mittie Dierk Koenig
[echo] vip Marc Marc Hoffmann
[echo] admin Martin Martin Huber
I open it with openoffice -> OK
I do a little modification (add a 's' to koenig sorry ;-))
and save -> fail
echoAll:
[echo] guest Mittie ${user.first} ${user.last}
[echo] vip Marc ${user.first} ${user.last}
[echo] admin Martin ${user.first} ${user.last}
I close openoffice -> fail
So it seems to have a problem when joining tables modified by openoffice.
Thanks
--
Sebastien Mathy