Saving Project Data to Excel Format in Ruby
Contents
[
Hide
]
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
project = Rjb::import('com.aspose.tasks.Project').new('test_tasks.mpp')
project.save("Project.XLSX", Rjb::import('com.aspose.tasks.SaveFileFormat').XLSX)
puts "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: