Convert excel to OWC Spreadsheet

G

Glen C

Hi, All:

I am trying to convert excel applications to OWC
spreadsheet so that I can use them on web. I have
problems converting functions like pasteSpecial and Sort,
because OWC does not seem to have pasteSpecial function.
The sort function have fewer parameters.

Dos anybody has experience in this?

Thanks.

Glen
 
A

Alvin Bruney

Basically, you can call your existing functions from events so you wouldn't
necessarily need to rewrite them. Or you can use external functions as well.
I'd suggest you take all your functions put them in a vbs file and call them
from event handlerss. That will save you a rewrite if you are looking for
something quick but stable. There are other options available to you
depending on what you want to do and how you want to do it.
 
G

Glen C

It seems that the code has to be changed a little bit
even if we put them in vbs file. Because all Range,
Cells in Excel have to be prefix with the name of
spreadsheet control in OWC. Am I right?

Then they are functions such as PasteSpecial that are not
exist in OWC has to be removed.

I may not understand your point. Do you have some
samples?

Thanks for your reply.
Glen
 
A

Alvin Bruney

Yes, that's what i meant but it would be a little touch here and there as
opposed to a full scale rewrite.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top