Save Project Data to CSV, Text, MPT Formats
Contents
[
Hide
]
Microsoft Project (MSP) allows developers to save project data (MPP/XML) to comma delimited (CSV), text and MPT templates. Aspose.Tasks also lets you save project data to the same formats similar to MSP. This is achieved using the standard Save method exposed by the Project class as shown with code samples below.
Converting to HTML
Controlling Document Header Name during Export to HTML
Saving a Project as CSV
The following code snippet shows how to save a project as a CSV format.
Save Project to Text
Save Project Data as Template (MPT)
The following code snippet shows how to save a project as an MPT format.