View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Zitun Zitun is offline
external usenet poster
 
Posts: 2
Default How to transform an Excel XMLdocument in Excel 2000

Hi,

I generated an Excel XML file that can be opened by Office XP, Office 2003
and Office 2007.
I would like to transform this file to allow my client to open it in Office
2000.
I can already do it manually by using the "Microsoft Open XML Converter" and
then the "Microsoft Office Excel Viewer 2003" and then save the document in
XLS.

But I want to manage this task automatically/programmatically in C# 2.0

Hope someone can help me,

Regards.

Zitun