File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4040 - name : Run examples
4141 run : |
4242 cd examples
43- ruby ./Example_QuickStart.rb
43+ ruby -I ../lib ./Example_QuickStart.rb
44+ ruby -I ../lib ./Example_UploadFile.rb
4445
4546
Original file line number Diff line number Diff line change 33require 'aspose_cells_cloud'
44
55@instance = AsposeCellsCloud ::CellsApi . new ( ENV [ 'CellsCloudClientId' ] , ENV [ 'CellsCloudClientSecret' ] ) ;
6- request = AsposeCellsCloud ::ConvertSpreadsheetRequest . new ( :Spreadsheet => 'EmployeeSalesSummary.xlsx' , :format => format ) ;
6+ request = AsposeCellsCloud ::ConvertSpreadsheetRequest . new ( :Spreadsheet => 'EmployeeSalesSummary.xlsx' , :format => 'pdf' ) ;
77response = @instance . convert_spreadsheet ( request ) ;
8- FileUtils . cp ( response . path , 'EmployeeSalesSummary.csv ' )
8+ FileUtils . cp ( response . path , 'EmployeeSalesSummary.pdf ' )
You can’t perform that action at this time.
0 commit comments