GroupDocs.Assembly 16.12.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package GroupDocs.Assembly --version 16.12.0
NuGet\Install-Package GroupDocs.Assembly -Version 16.12.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GroupDocs.Assembly" Version="16.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GroupDocs.Assembly --version 16.12.0
#r "nuget: GroupDocs.Assembly, 16.12.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GroupDocs.Assembly as a Cake Addin
#addin nuget:?package=GroupDocs.Assembly&version=16.12.0

// Install GroupDocs.Assembly as a Cake Tool
#tool nuget:?package=GroupDocs.Assembly&version=16.12.0

GroupDocs.Assembly for .NET is a class library that enables you to generate documents in popular office file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom CLR types, external documents, and more.
         
Key features:
         
- Support of C# syntax and LINQ extension methods directly in templates (even for ADO.NET data sources)
         
- Support of repeatable and conditional document blocks (loops and conditions)
         
- Support of dynamically generated charts, barcodes, and images

- Support of insertion of outer Word Processing documents and HTML blocks into a document

- Support of updating of Word Processing document fields and calculation of Spreadsheet document formulas
         
- Support of multiple data sources (including of different types) for generation of a single document
         
- Built-in support of data relations
         
- WYSIWYG: A generated document retains the same formatting of its elements as a corresponding template has
         
- Simple API: Generating a document is as simple as creating a DocumentAssembler instance and invoking of one of its AssembleDocument overloads
         
Supported document formats:
         
- Microsoft Word document formats: DOCX, DOCM, DOTX, DOTM, DOC, DOT, RTF, XML  
         
- OpenOffice document formats: ODT, OTT
         
- Microsoft Excel workbook formats: XLSX, XLSM, XLTX, XLTM, XLSB, XLS, XLT, XML

- OpenOffice spreadsheet document formats: ODS
         
- Microsoft PowerPoint presentation formats: PPTX, PPTM, PPSX, PPSM, POTX, POTM, PPT, PPS  

- OpenOffice presentation document formats: ODP
         
For more details on the library, please visit GroupDocs website at:

http://www.groupdocs.com/dot-net/document-assembly-library
         
Note: The library comes up with some limitations in the evaluation mode. In order to test full features of GroupDocs.Assembly for .NET library, please request a free 30-day temporary license.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net35-client is compatible.  net40 was computed.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.8.0 10,436 8/18/2023
22.12.0 33,018 12/22/2022
22.2.0 30,336 3/5/2022
21.9.0 19,604 9/3/2021
21.7.0 18,104 7/9/2021
21.4.0 10,961 4/30/2021
21.3.0 20,897 3/19/2021
21.1.0 17,376 1/31/2021
20.12.0 15,664 12/28/2020
20.11.0 14,199 11/26/2020
20.9.0 26,839 9/30/2020
20.8.0 13,541 8/25/2020
20.6.0 50,887 6/22/2020
20.4.0 33,261 4/23/2020
20.3.0 23,537 3/17/2020
20.1.0 24,195 1/31/2020
19.12.0 21,197 12/21/2019
19.11.0 20,617 11/18/2019
19.10.0 2,309 10/12/2019
19.8.0 2,346 8/24/2019
19.7.0 2,286 7/16/2019
19.5.0 2,381 5/27/2019
19.3.0 2,545 3/8/2019
19.1.0 2,579 1/29/2019
18.12.0 2,570 12/6/2018
18.10.0 2,434 10/31/2018
18.9.0 2,602 9/11/2018
18.7.0 2,782 7/31/2018
18.6.0 2,727 7/2/2018
18.5.0 2,745 6/1/2018
18.2.0 2,874 3/1/2018
18.1.0 2,847 1/25/2018
17.12.0 2,799 12/26/2017
17.11.0 2,996 11/3/2017
17.9.0 2,802 10/2/2017
17.8.0 2,809 8/12/2017
17.5.0 2,754 5/18/2017
17.3.0 2,531 4/2/2017
17.1.0 2,689 2/2/2017
16.12.0 2,729 12/31/2016
3.3.0 2,725 9/30/2016
3.2.0 2,752 8/29/2016
3.1.0 2,726 7/1/2016
3.0.0 2,923 2/6/2016

New features:

- ASSEMBLYNET-20 Support metered licensing
         
- ASSEMBLYNET-23 Provide ability to use Spreadsheets as data sources
         
- ASSEMBLYNET-24 Provide ability to use tables of Word Processing documents as data sources

- ASSEMBLYNET-25 Provide ability to use tables of Presentation documents as data sources

Enhancements:

- ASSEMBLYNET-21 Support fully qualified type names in templates

- ASSEMBLYNET-22 Support indexers while using contextual object member access