GroupDocs.Assembly
18.1.0
See the version list below for details.
dotnet add package GroupDocs.Assembly --version 18.1.0
NuGet\Install-Package GroupDocs.Assembly -Version 18.1.0
<PackageReference Include="GroupDocs.Assembly" Version="18.1.0" />
paket add GroupDocs.Assembly --version 18.1.0
#r "nuget: GroupDocs.Assembly, 18.1.0"
// Install GroupDocs.Assembly as a Cake Addin #addin nuget:?package=GroupDocs.Assembly&version=18.1.0 // Install GroupDocs.Assembly as a Cake Tool #tool nuget:?package=GroupDocs.Assembly&version=18.1.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
- Email document formats: MSG, EML, EMLX
- Other document formats: MHTML, HTML, TXT, XML
For more details on the library, please visit GroupDocs website at:
https://products.groupdocs.com/assembly/net
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 | Versions 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. |
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 |
---|---|---|
24.6.0 | 537 | 6/23/2024 |
23.8.0 | 22,532 | 8/18/2023 |
22.12.0 | 38,735 | 12/22/2022 |
22.2.0 | 40,208 | 3/5/2022 |
21.9.0 | 23,747 | 9/3/2021 |
21.7.0 | 21,032 | 7/9/2021 |
21.4.0 | 14,179 | 4/30/2021 |
21.3.0 | 28,986 | 3/19/2021 |
21.1.0 | 24,812 | 1/31/2021 |
20.12.0 | 22,238 | 12/28/2020 |
20.11.0 | 20,640 | 11/26/2020 |
20.9.0 | 37,976 | 9/30/2020 |
20.8.0 | 19,875 | 8/25/2020 |
20.6.0 | 74,984 | 6/22/2020 |
20.4.0 | 48,321 | 4/23/2020 |
20.3.0 | 34,512 | 3/17/2020 |
20.1.0 | 35,407 | 1/31/2020 |
19.12.0 | 32,872 | 12/21/2019 |
19.11.0 | 31,904 | 11/18/2019 |
19.10.0 | 2,550 | 10/12/2019 |
19.8.0 | 2,546 | 8/24/2019 |
19.7.0 | 2,511 | 7/16/2019 |
19.5.0 | 2,594 | 5/27/2019 |
19.3.0 | 2,743 | 3/8/2019 |
19.1.0 | 2,791 | 1/29/2019 |
18.12.0 | 2,804 | 12/6/2018 |
18.10.0 | 2,676 | 10/31/2018 |
18.9.0 | 2,820 | 9/11/2018 |
18.7.0 | 3,062 | 7/31/2018 |
18.6.0 | 2,973 | 7/2/2018 |
18.5.0 | 2,967 | 6/1/2018 |
18.2.0 | 3,126 | 3/1/2018 |
18.1.0 | 3,075 | 1/25/2018 |
17.12.0 | 3,018 | 12/26/2017 |
17.11.0 | 3,243 | 11/3/2017 |
17.9.0 | 3,039 | 10/2/2017 |
17.8.0 | 2,964 | 8/12/2017 |
17.5.0 | 2,958 | 5/18/2017 |
17.3.0 | 2,741 | 4/2/2017 |
17.1.0 | 2,894 | 2/2/2017 |
16.12.0 | 2,913 | 12/31/2016 |
3.3.0 | 2,943 | 9/30/2016 |
3.2.0 | 2,981 | 8/29/2016 |
3.1.0 | 2,928 | 7/1/2016 |
3.0.0 | 3,143 | 2/6/2016 |
New features:
- ASSEMBLYNET-58 Support dynamic chart axis title setting for Spreadsheet documents
- ASSEMBLYNET-59 Support dynamic chart axis title setting for Presentation documents
- ASSEMBLYNET-60 Support dynamic chart axis title setting for emails with HTML and RTF bodies