Skip to content

Commit

Permalink
update ruby conversion savesa
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejianzhangd committed Apr 6, 2024
1 parent 7247561 commit 2430892
Show file tree
Hide file tree
Showing 1,084 changed files with 14,092 additions and 20,596 deletions.
32 changes: 13 additions & 19 deletions cells/en/ruby/conversion/csv-to-bmp/_index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Convert CSV to BMP using Ruby
description: Utilizing the Aspose.Cells Cloud SDK for Ruby to convert a CSV format file to a BMP format file.

kwords: Excel, Convert CSV to BMP, REST, Ruby
howto: How to convert CSV to BMP using Aspose.Cells Cloud Ruby library.
---


{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/cells/cells-cloud-upper-banner h1="Convert CSV to BMP" h2="Ruby library for converting CSV to BMP" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to BMP and other document formats online using Ruby." urlsection="conversion/csv-to-bmp/" >}}
{{< blocks/products/pf/main-container >}}
{{< blocks/products/cells/cells-cloud-banner h1="Convert CSV to BMP" h2="Ruby library for converting CSV to BMP" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to BMP and other document formats online using Ruby." urlsection="conversion/csv-to-bmp/" >}}

{{< blocks/products/cells/cells-cloud-section isGrey="true" title="Convert CSV to BMP using Cells Cloud SDK for Ruby" >}}
{{< blocks/products/cells/cells-cloud-section title="Convert CSV to BMP using Cells Cloud SDK for Ruby" >}}
{{% blocks/products/cells/cells-cloud-api-reference apiurl=https://api.aspose.cloud/v3.0/cells/convert apireferenceurl=https://apireference.aspose.cloud/cells/#/Conversion/PutConvertExcel apimethod=PUT %}}
<br/>
Converting file formats from CSV to BMP can be a complex task. Our Ruby SDK handles all CSV to BMP format conversions while preserving the main structural and logical content of the source CSV spreadsheet. Our Ruby library provides a professional solution for converting CSV to BMP files online. This Cloud SDK empowers Ruby developers with powerful functionality and ensures high-quality BMP output.
<br/>
<br/>
{{% blocks/products/cells/cells-cloud-code-div title="Ruby Code Example for converting CSV to BMP using Cells Cloud SDK" gistPath="" %}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{% blocks/products/cells/cells-cloud-noreplacecode title="Ruby Code Example for converting CSV to BMP using Cells Cloud SDK" gistPath="" %}}

```ruby
# For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/
Expand All @@ -29,21 +29,15 @@ Converting file formats from CSV to BMP can be a complex task. Our Ruby SDK hand
end
```

{{% /blocks/products/cells/cells-cloud-code-div %}}
<br/>
{{% /blocks/products/cells/cells-cloud-noreplacecode %}}
<br/>
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="How to use Cells Cloud SDK for Ruby to convert Excel files to other formats CSV to BMP" >}}
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="Learn how to convert CSV to BMP using the Cells Cloud Ruby library." >}}
<li>Register an account at <a href="https://dashboard.aspose.cloud/">Dashboard</a> to get free API quota & authorization details</li>
<li>Initialize the Cells API with your Client ID, Client Secret, Base URL, and API version.</li>
<li>Install Ruby library and add the reference (import the library) to your project.</li>
<li>Open the source file in Ruby.</li>
<li>Use the `put_convert_workbook` method to retrieve the resulting stream.</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}
<br/>
<br/>

{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="System Requirements" >}}
<li>ruby 2.5 or newer</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{< /blocks/products/pf/main-container >}}
{{< /blocks/products/pf/main-wrap-class >}}
32 changes: 13 additions & 19 deletions cells/en/ruby/conversion/csv-to-dif/_index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Convert CSV to DIF using Ruby
description: Utilizing the Aspose.Cells Cloud SDK for Ruby to convert a CSV format file to a DIF format file.

kwords: Excel, Convert CSV to DIF, REST, Ruby
howto: How to convert CSV to DIF using Aspose.Cells Cloud Ruby library.
---


{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/cells/cells-cloud-upper-banner h1="Convert CSV to DIF" h2="Ruby library for converting CSV to DIF" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to DIF and other document formats online using Ruby." urlsection="conversion/csv-to-dif/" >}}
{{< blocks/products/pf/main-container >}}
{{< blocks/products/cells/cells-cloud-banner h1="Convert CSV to DIF" h2="Ruby library for converting CSV to DIF" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to DIF and other document formats online using Ruby." urlsection="conversion/csv-to-dif/" >}}

{{< blocks/products/cells/cells-cloud-section isGrey="true" title="Convert CSV to DIF using Cells Cloud SDK for Ruby" >}}
{{< blocks/products/cells/cells-cloud-section title="Convert CSV to DIF using Cells Cloud SDK for Ruby" >}}
{{% blocks/products/cells/cells-cloud-api-reference apiurl=https://api.aspose.cloud/v3.0/cells/convert apireferenceurl=https://apireference.aspose.cloud/cells/#/Conversion/PutConvertExcel apimethod=PUT %}}
<br/>
Converting file formats from CSV to DIF can be a complex task. Our Ruby SDK handles all CSV to DIF format conversions while preserving the main structural and logical content of the source CSV spreadsheet. Our Ruby library provides a professional solution for converting CSV to DIF files online. This Cloud SDK empowers Ruby developers with powerful functionality and ensures high-quality DIF output.
<br/>
<br/>
{{% blocks/products/cells/cells-cloud-code-div title="Ruby Code Example for converting CSV to DIF using Cells Cloud SDK" gistPath="" %}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{% blocks/products/cells/cells-cloud-noreplacecode title="Ruby Code Example for converting CSV to DIF using Cells Cloud SDK" gistPath="" %}}

```ruby
# For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/
Expand All @@ -29,21 +29,15 @@ Converting file formats from CSV to DIF can be a complex task. Our Ruby SDK hand
end
```

{{% /blocks/products/cells/cells-cloud-code-div %}}
<br/>
{{% /blocks/products/cells/cells-cloud-noreplacecode %}}
<br/>
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="How to use Cells Cloud SDK for Ruby to convert Excel files to other formats CSV to DIF" >}}
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="Learn how to convert CSV to DIF using the Cells Cloud Ruby library." >}}
<li>Register an account at <a href="https://dashboard.aspose.cloud/">Dashboard</a> to get free API quota & authorization details</li>
<li>Initialize the Cells API with your Client ID, Client Secret, Base URL, and API version.</li>
<li>Install Ruby library and add the reference (import the library) to your project.</li>
<li>Open the source file in Ruby.</li>
<li>Use the `put_convert_workbook` method to retrieve the resulting stream.</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}
<br/>
<br/>

{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="System Requirements" >}}
<li>ruby 2.5 or newer</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{< /blocks/products/pf/main-container >}}
{{< /blocks/products/pf/main-wrap-class >}}
32 changes: 13 additions & 19 deletions cells/en/ruby/conversion/csv-to-docx/_index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Convert CSV to DOCX using Ruby
description: Utilizing the Aspose.Cells Cloud SDK for Ruby to convert a CSV format file to a DOCX format file.

kwords: Excel, Convert CSV to DOCX, REST, Ruby
howto: How to convert CSV to DOCX using Aspose.Cells Cloud Ruby library.
---


{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/cells/cells-cloud-upper-banner h1="Convert CSV to DOCX" h2="Ruby library for converting CSV to DOCX" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to DOCX and other document formats online using Ruby." urlsection="conversion/csv-to-docx/" >}}
{{< blocks/products/pf/main-container >}}
{{< blocks/products/cells/cells-cloud-banner h1="Convert CSV to DOCX" h2="Ruby library for converting CSV to DOCX" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to DOCX and other document formats online using Ruby." urlsection="conversion/csv-to-docx/" >}}

{{< blocks/products/cells/cells-cloud-section isGrey="true" title="Convert CSV to DOCX using Cells Cloud SDK for Ruby" >}}
{{< blocks/products/cells/cells-cloud-section title="Convert CSV to DOCX using Cells Cloud SDK for Ruby" >}}
{{% blocks/products/cells/cells-cloud-api-reference apiurl=https://api.aspose.cloud/v3.0/cells/convert apireferenceurl=https://apireference.aspose.cloud/cells/#/Conversion/PutConvertExcel apimethod=PUT %}}
<br/>
Converting file formats from CSV to DOCX can be a complex task. Our Ruby SDK handles all CSV to DOCX format conversions while preserving the main structural and logical content of the source CSV spreadsheet. Our Ruby library provides a professional solution for converting CSV to DOCX files online. This Cloud SDK empowers Ruby developers with powerful functionality and ensures high-quality DOCX output.
<br/>
<br/>
{{% blocks/products/cells/cells-cloud-code-div title="Ruby Code Example for converting CSV to DOCX using Cells Cloud SDK" gistPath="" %}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{% blocks/products/cells/cells-cloud-noreplacecode title="Ruby Code Example for converting CSV to DOCX using Cells Cloud SDK" gistPath="" %}}

```ruby
# For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/
Expand All @@ -29,21 +29,15 @@ Converting file formats from CSV to DOCX can be a complex task. Our Ruby SDK han
end
```

{{% /blocks/products/cells/cells-cloud-code-div %}}
<br/>
{{% /blocks/products/cells/cells-cloud-noreplacecode %}}
<br/>
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="How to use Cells Cloud SDK for Ruby to convert Excel files to other formats CSV to DOCX" >}}
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="Learn how to convert CSV to DOCX using the Cells Cloud Ruby library." >}}
<li>Register an account at <a href="https://dashboard.aspose.cloud/">Dashboard</a> to get free API quota & authorization details</li>
<li>Initialize the Cells API with your Client ID, Client Secret, Base URL, and API version.</li>
<li>Install Ruby library and add the reference (import the library) to your project.</li>
<li>Open the source file in Ruby.</li>
<li>Use the `put_convert_workbook` method to retrieve the resulting stream.</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}
<br/>
<br/>

{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="System Requirements" >}}
<li>ruby 2.5 or newer</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{< /blocks/products/pf/main-container >}}
{{< /blocks/products/pf/main-wrap-class >}}
32 changes: 13 additions & 19 deletions cells/en/ruby/conversion/csv-to-emf/_index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Convert CSV to EMF using Ruby
description: Utilizing the Aspose.Cells Cloud SDK for Ruby to convert a CSV format file to a EMF format file.

kwords: Excel, Convert CSV to EMF, REST, Ruby
howto: How to convert CSV to EMF using Aspose.Cells Cloud Ruby library.
---


{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/cells/cells-cloud-upper-banner h1="Convert CSV to EMF" h2="Ruby library for converting CSV to EMF" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to EMF and other document formats online using Ruby." urlsection="conversion/csv-to-emf/" >}}
{{< blocks/products/pf/main-container >}}
{{< blocks/products/cells/cells-cloud-banner h1="Convert CSV to EMF" h2="Ruby library for converting CSV to EMF" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to EMF and other document formats online using Ruby." urlsection="conversion/csv-to-emf/" >}}

{{< blocks/products/cells/cells-cloud-section isGrey="true" title="Convert CSV to EMF using Cells Cloud SDK for Ruby" >}}
{{< blocks/products/cells/cells-cloud-section title="Convert CSV to EMF using Cells Cloud SDK for Ruby" >}}
{{% blocks/products/cells/cells-cloud-api-reference apiurl=https://api.aspose.cloud/v3.0/cells/convert apireferenceurl=https://apireference.aspose.cloud/cells/#/Conversion/PutConvertExcel apimethod=PUT %}}
<br/>
Converting file formats from CSV to EMF can be a complex task. Our Ruby SDK handles all CSV to EMF format conversions while preserving the main structural and logical content of the source CSV spreadsheet. Our Ruby library provides a professional solution for converting CSV to EMF files online. This Cloud SDK empowers Ruby developers with powerful functionality and ensures high-quality EMF output.
<br/>
<br/>
{{% blocks/products/cells/cells-cloud-code-div title="Ruby Code Example for converting CSV to EMF using Cells Cloud SDK" gistPath="" %}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{% blocks/products/cells/cells-cloud-noreplacecode title="Ruby Code Example for converting CSV to EMF using Cells Cloud SDK" gistPath="" %}}

```ruby
# For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/
Expand All @@ -29,21 +29,15 @@ Converting file formats from CSV to EMF can be a complex task. Our Ruby SDK hand
end
```

{{% /blocks/products/cells/cells-cloud-code-div %}}
<br/>
{{% /blocks/products/cells/cells-cloud-noreplacecode %}}
<br/>
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="How to use Cells Cloud SDK for Ruby to convert Excel files to other formats CSV to EMF" >}}
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="Learn how to convert CSV to EMF using the Cells Cloud Ruby library." >}}
<li>Register an account at <a href="https://dashboard.aspose.cloud/">Dashboard</a> to get free API quota & authorization details</li>
<li>Initialize the Cells API with your Client ID, Client Secret, Base URL, and API version.</li>
<li>Install Ruby library and add the reference (import the library) to your project.</li>
<li>Open the source file in Ruby.</li>
<li>Use the `put_convert_workbook` method to retrieve the resulting stream.</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}
<br/>
<br/>

{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="System Requirements" >}}
<li>ruby 2.5 or newer</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{< /blocks/products/pf/main-container >}}
{{< /blocks/products/pf/main-wrap-class >}}
32 changes: 13 additions & 19 deletions cells/en/ruby/conversion/csv-to-fods/_index.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Convert CSV to FODS using Ruby
description: Utilizing the Aspose.Cells Cloud SDK for Ruby to convert a CSV format file to a FODS format file.

kwords: Excel, Convert CSV to FODS, REST, Ruby
howto: How to convert CSV to FODS using Aspose.Cells Cloud Ruby library.
---


{{< blocks/products/pf/main-wrap-class isAutogenPage="true" >}}
{{< blocks/products/cells/cells-cloud-upper-banner h1="Convert CSV to FODS" h2="Ruby library for converting CSV to FODS" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to FODS and other document formats online using Ruby." urlsection="conversion/csv-to-fods/" >}}
{{< blocks/products/pf/main-container >}}
{{< blocks/products/cells/cells-cloud-banner h1="Convert CSV to FODS" h2="Ruby library for converting CSV to FODS" p="Use the Conversion API of of Cells Cloud to create customized spreadsheet workflows in Ruby projects. This is a professional solution to convert CSV to FODS and other document formats online using Ruby." urlsection="conversion/csv-to-fods/" >}}

{{< blocks/products/cells/cells-cloud-section isGrey="true" title="Convert CSV to FODS using Cells Cloud SDK for Ruby" >}}
{{< blocks/products/cells/cells-cloud-section title="Convert CSV to FODS using Cells Cloud SDK for Ruby" >}}
{{% blocks/products/cells/cells-cloud-api-reference apiurl=https://api.aspose.cloud/v3.0/cells/convert apireferenceurl=https://apireference.aspose.cloud/cells/#/Conversion/PutConvertExcel apimethod=PUT %}}
<br/>
Converting file formats from CSV to FODS can be a complex task. Our Ruby SDK handles all CSV to FODS format conversions while preserving the main structural and logical content of the source CSV spreadsheet. Our Ruby library provides a professional solution for converting CSV to FODS files online. This Cloud SDK empowers Ruby developers with powerful functionality and ensures high-quality FODS output.
<br/>
<br/>
{{% blocks/products/cells/cells-cloud-code-div title="Ruby Code Example for converting CSV to FODS using Cells Cloud SDK" gistPath="" %}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{% blocks/products/cells/cells-cloud-noreplacecode title="Ruby Code Example for converting CSV to FODS using Cells Cloud SDK" gistPath="" %}}

```ruby
# For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/
Expand All @@ -29,21 +29,15 @@ Converting file formats from CSV to FODS can be a complex task. Our Ruby SDK han
end
```

{{% /blocks/products/cells/cells-cloud-code-div %}}
<br/>
{{% /blocks/products/cells/cells-cloud-noreplacecode %}}
<br/>
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="How to use Cells Cloud SDK for Ruby to convert Excel files to other formats CSV to FODS" >}}
{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="Learn how to convert CSV to FODS using the Cells Cloud Ruby library." >}}
<li>Register an account at <a href="https://dashboard.aspose.cloud/">Dashboard</a> to get free API quota & authorization details</li>
<li>Initialize the Cells API with your Client ID, Client Secret, Base URL, and API version.</li>
<li>Install Ruby library and add the reference (import the library) to your project.</li>
<li>Open the source file in Ruby.</li>
<li>Use the `put_convert_workbook` method to retrieve the resulting stream.</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}
<br/>
<br/>

{{< blocks/products/cells/cells-cloud-section-list isGrey="true" title="System Requirements" >}}
<li>ruby 2.5 or newer</li>
{{< /blocks/products/cells/cells-cloud-section-list >}}

{{< /blocks/products/cells/cells-cloud-section >}}

{{< /blocks/products/pf/main-container >}}
{{< /blocks/products/pf/main-wrap-class >}}
Loading

0 comments on commit 2430892

Please sign in to comment.