Aspose.Tasks for .NET provides a class library to read Microsoft Project files in native MPP format as well as the Project XML format. The contents of the project plan can be manipulated through the Aspose.Tasks API. After making the required changes to the Project file, the file can then be written to disk in Project XML format. Support For Many Different File Formats Using Aspose.Tasks for .NET, developers can easily open a multitude of file formats. These include - MS Project 2003 (MPP / XML)
- MS Project 2007 (MPP / XML)
- MS Project 2010 (MPP / XML)
Handle Tasks In A Project Aspose.Tasks for .NET provides a rich set of classes for handling tasks within a Microsoft Project file. Project plans can range in complexity from a simple flat task list to a large nested group of interdependant tasks. Regardless of complexity, Aspose.Tasks for .NET is capable of dealing with any scenario. Create and Update Resources in a Project Aspose.Tasks for .NET provides features for working with resources within project plans. Almost all resource attributes are supported. Manage Resource Assignments In it's simplest form, a project plan is a collection of tasks assigned to a group of resources. Aspose.Tasks for .NET provides an API to handle resource allocation and assignment within a project plan. Define Calendars and Calendar Exceptions Aspose.Tasks for .NET takes care of working with project calendars and calendar exceptions. There can be any number of calendars within a project plan and Aspose.Tasks for .NET will handle them with the greatest of ease. COM Interoperability Support Aspose.Tasks for .NET exposes its capabilities through a COM interface. This means that you don’t need to restrict yourself to using Aspose.Tasks for .NET with just the .NET platform, it can be used in any language you need through COM interoperability services. |