Hi
Mine is web application built in C#.net
Can aspose cell be used for saving data from datagrid to word doc
Hi
Mine is web application built in C#.net
Can aspose cell be used for saving data from datagrid to word doc
Hi
Can somebody help on this please
Hi there,
Thanks for your inquiry. Please note that Aspose.Words for .NET is a class library that enables your applications to perform a great range of document processing tasks. Aspose.Words supports DOC, DOCX, RTF, HTML, OpenDocument, PDF, XPS, EPUB and other formats. With Aspose.Words you can generate, modify, convert, render and print documents without utilizing Microsoft Word®. For more information, please go through the documentation below:
If you want to export DataGrid
data into MS Word document, I suggest you please get the data source of DataGrid
e.g DataTable
and use Aspose.Words to create MS Word table by iterating though each row of DataTable
. Please read the following article on how to create a simple table using DocumentBuilder
.
Hope this answers your query. Please let us know if you have any more queries.
thanks for your response
but this doesn't answer my full query.
My requirement is to convert datagrid data into :
1) word
2)PDF
3) Excel
which of your tool/dll fulfills this
can somebody respond please
Hi there,
Thanks for your inquiry. Please note that Aspose.Words mimics the same behavior as MS Word do. Aspose.Words does not convert DataGrid into MS Word documents. However, you can read contents of DataGrid by .NET code and write those contents into MS Word document by using Aspose.Words. Please use the DocumentBuilder to write the contents into MS Word document.
Please manually create your expected Word document using Microsoft Word and attach it here for our reference. We will investigate, how you want your final Word output be generated like. We will then provide you more information on this along with code.
I am moving this forum thread to Aspose.Total forum. My colleagues from Aspose.Cells and Aspose.Pdf team will reply you shortly.
Hi,
Hi Gautam,