This SPFx list view command allows users to zip the selected files from SharePoint document library and upload into the document library.
| Solution | Author(s) |
|---|---|
| listViewCmd | Clrscr |
To use this command set, follow these steps:
- Clone this repository.
- Navigate to the solution folder.
- Replace placeholders
{tenant},{sitename},{documentlibrary}inserve.jsonandListViewCmdCommandSet.tswith your SharePoint Online paths. - Open a command-line interface and execute:
- npm install
- npm run serve
- Navigate to the Document Library using the debug URL provided in the terminal.
| Version | Date | Comments |
|---|---|---|
| 1.0 | June 26, 2024 | Initial release |
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.