Skip to content

This is a SharePoint Framework Extension - List view command set, which exports the SharePoint list to the Microsoft Word document

License

Notifications You must be signed in to change notification settings

SumitKanchan4/SPFx-Export-SPList-To-Word

Repository files navigation

Export SharePoint List to MS Word


GitHub GitHub code size in bytes GitHub issues GitHub release (latest by date)

This is the SharePoint Framework List Command set, which exports the list items to the word document. Export either all the items in the list or choose the ones you want to export and it will export only those items. Export will include the columns that are corresponding to the currently selected view, so create a view with the columns required and hit "EXPORT TO WORD" in the list view command set.

Sharepoint List Export to Word

Features..!!

  • Exports the items list into the MS Word with beautiful formatting
  • Option to export only the selected items
  • Export the items based on the current view fields
  • If the view contains exactly two columns with title "Title" & "Answer", it exports the items into the QnA format
  • No configurtion needed
  • Supports all fields formats

Demo - How it works..??

Demo showing Sharepoint List Export to Word

Exported Word file Sample

Demo showing Sharepoint List Exported Word file Sample

Building the code

git clone the repo
npm install
npm bundle --ship
npm package-solution --ship

Deploy it to the app acataloge and install the app to the site want to active the feature.

Limitation

  • Currently supports only single values of field types no multi values support

TODO

  • Export items based on the view filters
  • Export items based on the view sorting

About

Version Date Author
1.0.0.0 14 Aug 2020 Sumit Kanchan

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

About

This is a SharePoint Framework Extension - List view command set, which exports the SharePoint list to the Microsoft Word document

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published