MS Officeto XML
-
:confused:Hi all, I am working on a project that requires to convert MS Office docs (.doc and .xls) to XML. I have to write a component to handle such functionality. The component has to be in C# but even VB or VB.net would do. The problem! Where can I learn about the .doc and .xls formats? I nead to somehow scan the docs and convert them in XML. Is anyone aware of any components that do such thing? Is anyone aware of any information that might help me? NOTE: I don't want an application that converts .doc to XML. I need a component to inegrate it with my ASP.NET application. |---------------| | theJazzyBrain | |---------------|
-
:confused:Hi all, I am working on a project that requires to convert MS Office docs (.doc and .xls) to XML. I have to write a component to handle such functionality. The component has to be in C# but even VB or VB.net would do. The problem! Where can I learn about the .doc and .xls formats? I nead to somehow scan the docs and convert them in XML. Is anyone aware of any components that do such thing? Is anyone aware of any information that might help me? NOTE: I don't want an application that converts .doc to XML. I need a component to inegrate it with my ASP.NET application. |---------------| | theJazzyBrain | |---------------|
-
From my known, the format of doc is not public, otherwise many other Office products would be compliant with MS Office documents well and then rob its market. I'm amumu, and you?
Hi there, I don't think that MS is making money from the file format. I have seen applications that convert .doc and .xls to XML. The problem is that I don't want an application, I need a component to integrate it with my ASP.NET application. I want to write the component myselfe but I have no idea where to start from... I tried to read a .doc file with the StreamReader object but I get a lot of wierd stuf. I need some information on how to do this... Thanx for your reply though!:) |---------------| | theJazzyBrain | |---------------|
-
Hi there, I don't think that MS is making money from the file format. I have seen applications that convert .doc and .xls to XML. The problem is that I don't want an application, I need a component to integrate it with my ASP.NET application. I want to write the component myselfe but I have no idea where to start from... I tried to read a .doc file with the StreamReader object but I get a lot of wierd stuf. I need some information on how to do this... Thanx for your reply though!:) |---------------| | theJazzyBrain | |---------------|