Writing Excel on MAC OS X

D

Daniel Liebig

Hi all,

i'm currently working on an application that exports data and formulars
as excel sheets. I'm using the WIN32OLE object (library? module?) for
that.

i am also currently thinking of changing to a Mac for development, but
even then the application will still run on a windows server for
production.

Does anyone know, if / how it's possible to write excel sheets on Mac OS
X (Tiger / Leopard)?
Can it still be done with WIN32OLE or do i need another technic (read
something about parseexcel)
Would i need MS Office for Mac or does it run with i.e. open / neo
office?

While googeling, i found this line
"It may be that microsoft office on the Mac does use COM objects. If
so, you should be able to use win32ole."
So, does anybode know if ms office on mac does use COM objects?

Thanks a lot for any help!

regards
D.
 
H

hengist podd

Daniel said:
So, does anybode know if ms office on mac does use COM objects?

Nope, COM is more or less non-existent on OS X. You can control Mac
Office applications via AppleScript or any other language that speaks
Apple events, but that's all as published APIs go. (Previous versions of
Mac Office also supported VBA, but that went away in Office 2008.) There
is a low-level Automation API, which I believe is what REALbasic uses to
interact with Office apps, but it isn't publically documented AFAIK. The
Mac and Win Office codebases are largely independent anyway, so even
with a cross-platform API you couldn't be certain that code written for
one will run on the other without trying it for yourself.

Given that you need to deploy your solution on a Windows server, you'll
really have to stick with Windows for developing it too. Though if it's
any help, don't forget that modern Intel Macs can also run Windows using
either Leopard's dual-boot support or third-party virtualisation
programs.

HTH

has
 
B

Bob Gustafson

Why not try NeoOffice/OpenOffice on both the Mac and your Windows
production server.

Since they are free it would be cheap to try.

You might also find a common API that would give you what you need.

If you have problems, there is an active community that could help with
hints and tweeks. You then leverage the open source aspect.

Bob G
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top