Saving Project Data to Excel Format in PHP
Contents
[
Hide
Show
]Aspose.Tasks - Saving Project Data to Excel Format
To Save Project Data to Excel Format using Aspose.Tasks Java for PHP, simply invoke SaveProjectDataToExcel module. Here you can see example code.
PHP Code
1$project = new Project('test_tasks.mpp');
2$saveFileFormat = new SaveFileFormat();
3$project->save("Project.XLSX", $saveFileFormat->XLSX);
4print "Saved project data to Excel, please check the output file";
Download Running Code
Download Saving Project Data to Excel Format (Aspose.Tasks) from any of the below mentioned social coding sites: