How to get Sharepoint Display Form or library item data in word document (.docx or .doc)

Hi,

I want to export the library item data in to word document. ( Note: NO Visual Studio Coding )

A SINGLE item of library will be creating a single word document, with name taken from two fields.

e.g. if my library contains 5 columns like Title, SequenceID, ProcessName, description, No Of resources

we have to provide a Button (Export To Word).

On Click of button the Single Item Data or Display Form data should get in to Word Document with SequenceID_ProcessName.docx

I have to achieve this by using JavaScript or jquery or ecmascript.

I searched a lot, but am unable to get exact solution what I want.

It would be great help, if any one knows about above solution and share his/her experience

Thanks In Advance,

Sameena Shaikh

August 24th, 2015 1:08pm

Hi Sammena,

Based on your description, you want to export item data from a document library into word.

For this issue, I suggest you use workflow to do it. When executed, the workflow generates the Word document using data from SharePoint, and stores the document into a library.

There is an article for your reference:

https://sharepointprojectbrad.wordpress.com/2013/06/10/create-word-2013-documents-from-sharepoint-2013-list-items/

Thanks,

Wendy

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 9:40am

Hi Wendy,

I have gone through above option already.

But am unable to make through, as we are having multiple content types and near about 700 columns showing on single form, from different libraries.

Thanks,

Sameena Shaikh

September 1st, 2015 3:36am

Hi,

There is a JavaScript called DOCX.js  which converts base64 strings of DOCX files into HTML, and vice versa. You can try to use it to achieve your requirement.

In addition, as you have near about 700 columns, I suggest you find a third party solution to do it.

Thanks,

Wendy

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 9:52pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics