Aspose.Tasks
21.1.0
Aspose.Tasks supports MPP, MPT, XML, Primavera XML, XER, XLSX, HTML, PDF, XAML and other formats. With Aspose.Tasks you can generate, modify, convert, render, and print documents without utilizing Microsoft Project®. Aspose.Tasks for .NET is a cross-platform class library that enables your applications to perform a great range of document processing tasks.
See the version list below for details.
Install-Package Aspose.Tasks -Version 21.1.0
dotnet add package Aspose.Tasks --version 21.1.0
<PackageReference Include="Aspose.Tasks" Version="21.1.0" />
paket add Aspose.Tasks --version 21.1.0
#r "nuget: Aspose.Tasks, 21.1.0"
.NET API to Manipulate Project Files
Aspose.Tasks for .NET is a C# library that assists developers in generating, editing, rendering & converting the Project files without needing Microsoft Project®.
Aspose.Tasks for .NET on premise API enables you to work with projects, formulas, calendars, calendar exceptions, tasks, task links, task baselines, project resources, resource assignments, currencies, handling exceptions, reporting services, and project risk analysis (Monte Carlo Simulation).
Project File Processing Features
- Set project schedule type, start date & finish date.
- Modify project standard rate, overtime rate, task type, fixed cost accrual, etc.
- Manage project extended attributes.
- Define the project calendar and weekdays.
- Task baseline scheduling and duration.
- Work with task constraints.
- Apply links among tasks.
- Create task milestones, estimated critical, or effort driven tasks.
- Manage resource cost and variance.
- Assignment cost and budget.
- Encode MPX files.
- Comprehensive project reporting (15+ types of reports).
New Features & Enhancements 
- Added the support for the
TaskSummaryName
field.
Important Note
- If you use Aspose.Tasks for .Net Standard as
dll
reference (not the NuGet version), please updateSystem.Drawing.Common
andSystem.Text.Encoding.CodePages
dependencies.
Please visit Aspose.Tasks for .NET 21.1 Release Notes for the detailed notes.
Read & Write Project Formats
Microsoft Project: MPP, MPT, MPX, XML
Save Projects As
Primavera: P6 XML, PM XER
Microsoft Office: XLSX
Fixed Layout: PDF
Images: JPEG, PNG, BMP, TIFF, SVG
Text: TXT
Others: HTML
Platform Independence
You can use Aspose.Tasks for .NET to build any type of a 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms, WPF, etc. It is possible to use Aspose.Tasks for .NET via COM Interop from ASP, Perl, PHP, and Python. You can also use Aspose.Tasks for .NET to build applications with Mono.
Getting Started with Aspose.Tasks for .NET
Are you ready to give Aspose.Tasks for .NET a try? Simply execute Install-Package Aspose.Tasks
from the Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Tasks for .NET and want to upgrade the version, please execute Update-Package Aspose.Tasks
to get the latest version.
Convert Microsoft Project MPP File to Primavera MPX Format
You can execute the below code snippet to see how Aspose.Tasks API performs against your own samples or check the GitHub Repository for other common usage scenarios.
Project project = new Project(dir + "template.mpp");
// Save project in desired format
project.Save(dir + "output.xml", SaveFileFormat.MPX);
Use C# to Create a Project file, a Task, and a Sub-task within it
Aspose.Tasks for .NET a lot of C# public classes to define and manage project tasks. Following code sample shows how to create a project file in C# and then create a task and a sub-task within that project:
// Create a project instance
Project project = new Project();
// Add task, sub-task and save the project
Task task = project.RootTask.Children.Add("Summary1");
Task subtask = task.Children.Add("Subtask1");
project.Save(dir + "output.xml", SaveFileFormat.XML);
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License
.NET API to Manipulate Project Files
Aspose.Tasks for .NET is a C# library that assists developers in generating, editing, rendering & converting the Project files without needing Microsoft Project®.
Aspose.Tasks for .NET on premise API enables you to work with projects, formulas, calendars, calendar exceptions, tasks, task links, task baselines, project resources, resource assignments, currencies, handling exceptions, reporting services, and project risk analysis (Monte Carlo Simulation).
Project File Processing Features
- Set project schedule type, start date & finish date.
- Modify project standard rate, overtime rate, task type, fixed cost accrual, etc.
- Manage project extended attributes.
- Define the project calendar and weekdays.
- Task baseline scheduling and duration.
- Work with task constraints.
- Apply links among tasks.
- Create task milestones, estimated critical, or effort driven tasks.
- Manage resource cost and variance.
- Assignment cost and budget.
- Encode MPX files.
- Comprehensive project reporting (15+ types of reports).
New Features & Enhancements 
- Added the support for the
TaskSummaryName
field.
Important Note
- If you use Aspose.Tasks for .Net Standard as
dll
reference (not the NuGet version), please updateSystem.Drawing.Common
andSystem.Text.Encoding.CodePages
dependencies.
Please visit Aspose.Tasks for .NET 21.1 Release Notes for the detailed notes.
Read & Write Project Formats
Microsoft Project: MPP, MPT, MPX, XML
Save Projects As
Primavera: P6 XML, PM XER
Microsoft Office: XLSX
Fixed Layout: PDF
Images: JPEG, PNG, BMP, TIFF, SVG
Text: TXT
Others: HTML
Platform Independence
You can use Aspose.Tasks for .NET to build any type of a 32-bit or 64-bit .NET application including ASP.NET, WCF, WinForms, WPF, etc. It is possible to use Aspose.Tasks for .NET via COM Interop from ASP, Perl, PHP, and Python. You can also use Aspose.Tasks for .NET to build applications with Mono.
Getting Started with Aspose.Tasks for .NET
Are you ready to give Aspose.Tasks for .NET a try? Simply execute Install-Package Aspose.Tasks
from the Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Tasks for .NET and want to upgrade the version, please execute Update-Package Aspose.Tasks
to get the latest version.
Convert Microsoft Project MPP File to Primavera MPX Format
You can execute the below code snippet to see how Aspose.Tasks API performs against your own samples or check the GitHub Repository for other common usage scenarios.
Project project = new Project(dir + "template.mpp");
// Save project in desired format
project.Save(dir + "output.xml", SaveFileFormat.MPX);
Use C# to Create a Project file, a Task, and a Sub-task within it
Aspose.Tasks for .NET a lot of C# public classes to define and manage project tasks. Following code sample shows how to create a project file in C# and then create a task and a sub-task within that project:
// Create a project instance
Project project = new Project();
// Add task, sub-task and save the project
Task task = project.RootTask.Children.Add("Summary1");
Task subtask = task.Children.Add("Subtask1");
project.Save(dir + "output.xml", SaveFileFormat.XML);
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License
Release Notes
https://docs.aspose.com/tasks/net/aspose-tasks-for-net-21-1-release-notes/
Dependencies
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.0 Client
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
Used By
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Aspose.Tasks:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications.
|
|
NovaQual.DocumentConversionLib
This contains all the document conversions functionality e.g word to pdf, exce to pdf etc
|
|
Zny.ServiceClient.DemoTest
微服务DEMO测试
|
|
SenseNet.Preview.Aspose.PreviewImageGenerators
Aspose Preview image generator classes for the sensenet platform.
|
|
SenseNet.Preview.Aspose
sensenet Aspose Preview Provider makes it possible to generate and serve preview images using Aspose libraries.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
21.2.0 | 235 | 2/11/2021 |
21.1.0 | 772 | 1/20/2021 |
20.12.0 | 553 | 12/10/2020 |
20.11.0 | 1,239 | 11/5/2020 |
20.10.0 | 941 | 10/9/2020 |
20.9.1 | 726 | 9/22/2020 |
20.9.0 | 467 | 9/7/2020 |
20.8.0 | 6,972 | 8/14/2020 |
20.7.2 | 7,483 | 7/24/2020 |
20.7.1 | 1,474 | 7/15/2020 |
20.7.0 | 373 | 7/3/2020 |
20.6.0 | 7,136 | 6/5/2020 |
20.5.0 | 4,082 | 5/7/2020 |
20.4.0 | 8,535 | 4/3/2020 |
20.3.0 | 2,323 | 3/10/2020 |
20.2.0 | 1,890 | 2/12/2020 |
20.1.0 | 1,597 | 1/13/2020 |
19.12.0 | 10,775 | 12/4/2019 |
19.11.0 | 5,201 | 11/5/2019 |
19.10.0 | 3,481 | 10/3/2019 |
19.9.0 | 6,640 | 9/13/2019 |
19.8.1 | 393 | 9/7/2019 |
19.8.0 | 3,713 | 8/2/2019 |
19.7.0 | 6,736 | 7/13/2019 |
19.6.1 | 1,265 | 6/19/2019 |
19.6.0 | 572 | 6/11/2019 |
19.5.0 | 2,510 | 5/21/2019 |
19.4.0 | 4,003 | 4/2/2019 |
19.3.0 | 803 | 3/3/2019 |
19.2.0 | 1,424 | 2/1/2019 |
19.1.0 | 13,009 | 1/11/2019 |
18.12.0 | 1,231 | 12/9/2018 |
18.11.0 | 1,557 | 11/1/2018 |
18.10.0 | 1,276 | 10/1/2018 |
18.9.0 | 27,013 | 9/4/2018 |
18.8.0 | 2,523 | 8/1/2018 |
18.7.1 | 928 | 7/3/2018 |
18.7.0 | 680 | 7/3/2018 |
18.6.0 | 1,204 | 6/5/2018 |
18.5.0 | 2,335 | 5/10/2018 |
18.4.0 | 1,008 | 3/29/2018 |
18.3.0 | 3,878 | 3/13/2018 |
18.2.0 | 1,412 | 2/10/2018 |
17.12.0 | 4,361 | 12/6/2017 |
17.11.0 | 1,176 | 11/1/2017 |
17.9.0 | 1,601 | 9/30/2017 |
17.8.0 | 2,369 | 8/31/2017 |
17.7.0 | 5,850 | 7/31/2017 |
17.6.0 | 3,205 | 6/29/2017 |
17.5.0 | 1,020 | 5/31/2017 |
17.3.0 | 1,297 | 3/31/2017 |
17.1.0 | 1,738 | 1/31/2017 |
16.11.0 | 1,159 | 11/17/2016 |
9.6.0 | 1,541 | 9/19/2016 |
9.5.0 | 26,843 | 8/1/2016 |
9.4.1 | 974 | 6/12/2016 |
9.4.0 | 860 | 5/25/2016 |
9.3.0 | 1,250 | 3/17/2016 |
9.2.1 | 1,846 | 1/29/2016 |
9.1.0 | 1,110 | 12/30/2015 |
9.0.1 | 1,350 | 11/30/2015 |
8.9.0 | 8,136 | 11/6/2015 |
8.8.1 | 863 | 10/5/2015 |
8.7.0 | 13,052 | 8/28/2015 |