Convert excel 2003 (in xml format) to excel 2000

G

Guest

Hello,

Could someone pls advise as to how can I convert an excel 2003 file (in xml
format) to something that excel 2000 can understand .... using c# or some
utility.

Thanks,
AC.
 
G

Guest

Thanks for the advise. Actually, I need to do this programmatically (using
c#) or by some command line utility (that I can script in a command file),
because I don't have excel on the machines on which I need to do this.

Or maybe you can suggest me of some way of creating excel files
programmatically (using c#), without using actual excel, which can be read by
excel 2000. I know of three ways to do this :-

1. Using .NET Office automation API, but this requires presence of excel on
the machine.
2. Using ODBC, but this doesn't allow formatting of cells e.g. Color, font
size, etc.
3. Creating xml files based on the schema understood by excel 2003, but my
clients have excel 2000.

Your advise and help is greatly appreciated.

Thanks,
ac.
 
G

Guest

Why don't you just get Excel???





ac said:
Thanks for the advise. Actually, I need to do this programmatically (using
c#) or by some command line utility (that I can script in a command file),
because I don't have excel on the machines on which I need to do this.

Or maybe you can suggest me of some way of creating excel files
programmatically (using c#), without using actual excel, which can be read by
excel 2000. I know of three ways to do this :-

1. Using .NET Office automation API, but this requires presence of excel on
the machine.
2. Using ODBC, but this doesn't allow formatting of cells e.g. Color, font
size, etc.
3. Creating xml files based on the schema understood by excel 2003, but my
clients have excel 2000.

Your advise and help is greatly appreciated.

Thanks,
ac.
 
G

Guest

We are in the process of migrating to 2003 but in the meantime we need a
solution for excel 2000. Your help and advise is greatly appreciated.

AC.
 

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