Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi
My requirement is to read data from word and write it into excel file.

suppose in word information is like this
sno:1
sname:abc
scity:xyz
spno:123456789
in excel it will export like this
-------------------------------------------
sno | sname | scity | spno
-------------------------------------------
1 |abc |xyz |123456789
-------------------------------------------

Is it possible using dotnet, or Macro, or SSIS ?

Thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 25-May-11 3:00am    
Sorry for you, a dirty problem. Who on Earth put it on you? Not enough spec I would say.
--SA
MrNilesh 2-Jun-11 5:10am    
requirement is to export word data to excel.

1 solution

For that first of all U can take ur text data in dataset or datatable
and then u can transfer ur dataset to Excel.
see this links

Fill a DataSet from delimited text files[^]

http://madskristensen.net/post/Export-a-DataTable-to-Excel-in-ASPNET.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900