I just re-read the original post, and while a doesn't apply here, b
certainly does.
--
- Nicholas Paldino [.NET/C# MVP]
-
mvp@spam.guard.caspershouse.com
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.comwrote in
message news:%23NqqRSivGHA.2260@TK2MSFTNGP03.phx.gbl...
Quote:
This isn't going to work, since:
>
a) not all Excel 2003 files are saved as xml
b) even if it was saved as XML, you don't know how to write the files back
to a native excel format
>
>
--
- Nicholas Paldino [.NET/C# MVP]
-
mvp@spam.guard.caspershouse.com
>
"chanmm" <chanmmn@hotmail.comwrote in message
news:OcrxdohvGHA.5088@TK2MSFTNGP06.phx.gbl...
Quote:
>Try DOM:
>
http://msdn2.microsoft.com/en-us/lib...ldocument.aspx
>>
>But it should be easier if you are doing it in VBA than C# if you do not
>have VSTO.
>>
>chanmm
>>
>"Juliano.net" <juliano.net@gmail.comwrote in message
>news:1155333424.680942.144360@m79g2000cwm.googleg roups.com...
Quote:
>>How can I read an Excel 2003 XML Spreadsheet and save it as an Excel 97
>>file?
>>>
>>
>>
>
>