Saving Project Data to Excel Format in Ruby

Aspose.Tasks - Saving Project Data to Excel Format

To Save Project Data to Excel Format using Aspose.Tasks Java for Ruby, simply invoke SaveProjectDataToExcel module. Here you can see example code.

Ruby Code

1project = Rjb::import('com.aspose.tasks.Project').new('test_tasks.mpp')
2project.save("Project.XLSX", Rjb::import('com.aspose.tasks.SaveFileFormat').XLSX)
3puts "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:

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.