Aspose.Tasks 23.3.0

.NET Standard 2.0 .NET Framework 3.5
dotnet add package Aspose.Tasks --version 23.3.0
NuGet\Install-Package Aspose.Tasks -Version 23.3.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="Aspose.Tasks" Version="23.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Tasks --version 23.3.0
#r "nuget: Aspose.Tasks, 23.3.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 Aspose.Tasks as a Cake Addin
#addin nuget:?package=Aspose.Tasks&version=23.3.0

// Install Aspose.Tasks as a Cake Tool
#tool nuget:?package=Aspose.Tasks&version=23.3.0

.NET API to Manipulate Project Files

Version 23.3.0 Nuget

banner

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

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).

Read & Write Project Formats

Microsoft Project: MPP, MPT, XML
Primavera: MPX, P6XML, XER\

Save Projects As

Microsoft Office: XLSX
Fixed Layout: PDF
Images: TIFF, SVG, PNG, JPEG
Web: HTML
Text: TXT

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.

Get Started

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

// 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);

Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net35 net40 net40-client net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Aspose.Tasks:

Package Downloads
TrueSight

Package Description

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.

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.

NovaQual.DocumentConversionLib

This contains all the document conversions functionality e.g word to pdf, exce to pdf etc

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.3.0 847 3/13/2023
23.2.0 4,312 2/8/2023
23.1.0 4,602 1/17/2023
22.12.0 7,672 12/12/2022
22.11.0 6,096 11/15/2022
22.10.0 14,338 10/8/2022
22.9.0 13,964 9/8/2022
22.8.0 14,312 8/12/2022
22.7.0 9,349 7/14/2022
22.6.0 46,321 6/14/2022
22.5.0 10,679 5/16/2022
22.4.0 7,252 4/14/2022
22.3.0 59,118 3/15/2022
22.2.0 6,424 2/11/2022
22.1.0 12,992 1/14/2022
21.12.0 22,429 12/16/2021
21.11.0 5,601 11/19/2021
21.10.0 5,236 10/13/2021
21.9.0 11,079 9/17/2021
21.8.0 6,831 8/14/2021
21.7.0 10,422 7/18/2021
21.6.0 7,818 6/15/2021
21.5.0 18,779 5/8/2021
21.4.0 11,806 4/10/2021
21.3.0 8,263 3/4/2021
21.2.0 5,724 2/11/2021
21.1.0 3,346 1/20/2021
20.12.0 10,074 12/10/2020
20.11.0 13,479 11/5/2020
20.10.0 1,740 10/9/2020
20.9.1 1,521 9/22/2020
20.9.0 1,072 9/7/2020
20.8.0 58,780 8/14/2020
20.7.2 20,175 7/24/2020
20.7.1 2,073 7/15/2020
20.7.0 972 7/3/2020
20.6.0 11,010 6/5/2020
20.5.0 16,421 5/7/2020
20.4.0 13,889 4/3/2020
20.3.0 4,355 3/10/2020
20.2.0 3,082 2/12/2020
20.1.0 2,647 1/13/2020
19.12.0 12,888 12/4/2019
19.11.0 6,546 11/5/2019
19.10.0 6,856 10/3/2019
19.9.0 7,363 9/13/2019
19.8.1 767 9/7/2019
19.8.0 4,521 8/2/2019
19.7.0 9,877 7/13/2019
19.6.1 1,766 6/19/2019
19.6.0 991 6/11/2019
19.5.0 2,955 5/21/2019
19.4.0 5,093 4/2/2019
19.3.0 1,206 3/3/2019
19.2.0 1,824 2/1/2019
19.1.0 47,140 1/11/2019
18.12.0 1,695 12/9/2018
18.11.0 2,209 11/1/2018
18.10.0 1,662 10/1/2018
18.9.0 28,156 9/4/2018
18.8.0 3,257 8/1/2018
18.7.1 1,563 7/3/2018
18.7.0 1,108 7/3/2018
18.6.0 1,694 6/5/2018
18.5.0 2,798 5/10/2018
18.4.0 1,458 3/29/2018
18.3.0 4,868 3/13/2018
18.2.0 2,039 2/10/2018
17.12.0 11,407 12/6/2017
17.11.0 2,798 11/1/2017
17.9.0 2,178 9/30/2017
17.8.0 2,811 8/31/2017
17.7.0 20,410 7/31/2017
17.6.0 6,576 6/29/2017
17.5.0 1,496 5/31/2017
17.3.0 1,739 3/31/2017
17.1.0 2,218 1/31/2017
16.11.0 1,671 11/17/2016
9.6.0 2,221 9/19/2016
9.5.0 27,784 8/1/2016
9.4.1 1,455 6/12/2016
9.4.0 1,329 5/25/2016
9.3.0 1,752 3/17/2016
9.2.1 2,300 1/29/2016
9.1.0 3,074 12/30/2015
9.0.1 2,124 11/30/2015
8.9.0 8,592 11/6/2015
8.8.1 1,614 10/5/2015
8.7.0 25,971 8/28/2015