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

I have XL2000 and couldn't find an easy way to do it.

Eventually, I downloaded Open Office and now use that to open the XML
file, and then save it as .xls.

Hope this helps.

Pete

On Jan 19, 9:01*am, Zitun wrote:
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