Skip to content

Commit

Permalink
update cells for go-cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xuejianzhangd committed Dec 18, 2024
1 parent e63c1b8 commit 6d478ea
Show file tree
Hide file tree
Showing 856 changed files with 27,144 additions and 27,148 deletions.
12 changes: 4 additions & 8 deletions cells/en/go-cpp/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Go via C++ library of Excel - Aspose.Cells
title: Go via C++ library of Excel - Aspose
weight: 7140

description: Aspose.Cells for Go via C++ library to create, repair, merge, parse and convert excel files. Convert excel to PDF, JSON, XML, TSV and so on.
Expand Down Expand Up @@ -421,23 +421,19 @@ keywords: [Go via C++ library execl Aspose.Cells Create repair parse merge conve
<h2 class="h2title">
System Requirements
</h2>
The Aspose.Cells Go via C++ library for Excel supports the following 64-bit or 32-bit operating systems and platforms:
The Aspose.Cells Go via C++ library for Excel supports the following 64-bit operating systems and platforms:
<table>
<tr>
<td style="font-weight: bold; width:400px">Operating System</td>
<td style="font-weight: bold; width:400px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Versions</td>
</tr>
<tr>
<td>Microsoft Windows</td>
<td><ul><li>Windows x86</li><li>Windows x86_64</li></ul></td>
<td><ul><li>Windows x86_64</li></ul></td>
</tr>
<tr>
<td>Linux</td>
<td><ul><li>Linux x86_64</li><li>Linux for ARM (aarch64)</li></ul></td>
</tr>
<tr>
<td>macOS</td>
<td><ul><li>macOS 11 or later(arm64, x86_64)</li></ul></td>
<td><ul><li>Linux x86_64</li></ul></td>
</tr>
</table>
</div>
Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/annotation/ods/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (

{{% /blocks/products/pf/agp/text %}}

- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
- Add reference to the Aspose.Cells for Go via C++ DLL in your project.

{{% /blocks/products/pf/agp/feature-section-col %}}
Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/annotation/xls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (

{{% /blocks/products/pf/agp/text %}}

- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
- Add reference to the Aspose.Cells for Go via C++ DLL in your project.

{{% /blocks/products/pf/agp/feature-section-col %}}
Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/annotation/xlsb/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (

{{% /blocks/products/pf/agp/text %}}

- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
- Add reference to the Aspose.Cells for Go via C++ DLL in your project.

{{% /blocks/products/pf/agp/feature-section-col %}}
Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/annotation/xlsx/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (

{{% /blocks/products/pf/agp/text %}}

- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
- Add reference to the Aspose.Cells for Go via C++ DLL in your project.

{{% /blocks/products/pf/agp/feature-section-col %}}
Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/annotation/xltm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import (

{{% /blocks/products/pf/agp/text %}}

- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
- Microsoft Windows or a compatible OS with Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
- Add reference to the Aspose.Cells for Go via C++ DLL in your project.

{{% /blocks/products/pf/agp/feature-section-col %}}
Expand Down
4 changes: 2 additions & 2 deletions cells/en/go-cpp/chart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ keywords: [Go via C++ Aspose.Cells., Go via C++ Convert chart to image., Go via
{{% blocks/products/pf/feature-page-summary %}}

Using Excel charts, one can get the bigger picture and analyse data easily for taking right decisions. [Go via C++ Excel Library](/cells/go-cpp/) supports creating different charts listed by [enum Aspose::Cells::Charts::ChartType
](https://reference.aspose.com/cells/go-cpp/aspose.cells.charts/charttype/) including area, bar, pie, pyramid, line and bubble charts. Moreover, For conversion of charts to images, API provides a [ToImage](https://reference.aspose.com/cells/go-cpp/aspose.cells.charts/chart/toimage/) mehtod into required image format.
](https://reference.aspose.com/cells/go-cpp/charttype/) including area, bar, pie, pyramid, line and bubble charts. Moreover, For conversion of charts to images, API provides a [ToImage](https://reference.aspose.com/cells/go-cpp/chart/toimage_string/) mehtod into required image format.

{{% /blocks/products/pf/feature-page-summary %}}
{{% blocks/products/pf/feature-page-section h2="Create Excel Charts" %}}

Process of creating Excel chart is, create an instance of the [Workbook class](https://reference.aspose.com/cells/go-cpp/aspose.cells/workbook/) and select the desired [Worksheet](https://reference.aspose.com/cells/go-cpp/aspose.cells/worksheet/). Add the chart using [Add method](https://reference.aspose.com/cells/go-cpp/aspose.cells.charts/chartcollection/add/) with relevant parameters including chart type. Access the chart via index and [Add](https://reference.aspose.com/cells/go-cpp/aspose.cells.charts/seriescollection/add/) the data source for chart.
Process of creating Excel chart is, create an instance of the [Workbook class](https://reference.aspose.com/cells/go-cpp/workbook/) and select the desired [Worksheet](https://reference.aspose.com/cells/go-cpp/worksheet/). Add the chart using [Add method](https://reference.aspose.com/cells/go-cpp/chartcollection/addfloatingchart/) with relevant parameters including chart type. Access the chart via index and [Add](https://reference.aspose.com/cells/go-cpp/seriescollection/add_string_bool_bool/) the data source for chart.

{{% blocks/products/pf/feature-page-code h3="Go via C++ Code to Create Excel Charts" %}}

Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/chart/ods/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: ODS document chart with Go via C++
weight: 750

description: Go via C++ example code to draw and convert chart or diagram in ODS file on Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
description: Go via C++ example code to draw and convert chart or diagram in ODS file on Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
keywords: [Go via C++ Aspose.Cells., Go via C++ Convert chart to image in ods., Go via C++ Save chart to image in ods., Go via C++ chart to image in ods., ods convert chart to image in Go via C++., ods save chart to imagein Go via C++., ods chart to image in Go via C++]
---

Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/chart/xls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: XLS document chart with Go via C++
weight: 750

description: Go via C++ example code to draw and convert chart or diagram in XLS file on Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
description: Go via C++ example code to draw and convert chart or diagram in XLS file on Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
keywords: [Go via C++ Aspose.Cells., Go via C++ Convert chart to image in xls., Go via C++ Save chart to image in xls., Go via C++ chart to image in xls., xls convert chart to image in Go via C++., xls save chart to imagein Go via C++., xls chart to image in Go via C++]
---

Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/chart/xlsb/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: XLSB document chart with Go via C++
weight: 750

description: Go via C++ example code to draw and convert chart or diagram in XLSB file on Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
description: Go via C++ example code to draw and convert chart or diagram in XLSB file on Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
keywords: [Go via C++ Aspose.Cells., Go via C++ Convert chart to image in xlsb., Go via C++ Save chart to image in xlsb., Go via C++ chart to image in xlsb., xlsb convert chart to image in Go via C++., xlsb save chart to imagein Go via C++., xlsb chart to image in Go via C++]
---

Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/chart/xlsx/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: XLSX document chart with Go via C++
weight: 750

description: Go via C++ example code to draw and convert chart or diagram in XLSX file on Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
description: Go via C++ example code to draw and convert chart or diagram in XLSX file on Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
keywords: [Go via C++ Aspose.Cells., Go via C++ Convert chart to image in xlsx., Go via C++ Save chart to image in xlsx., Go via C++ chart to image in xlsx., xlsx convert chart to image in Go via C++., xlsx save chart to imagein Go via C++., xlsx chart to image in Go via C++]
---

Expand Down
2 changes: 1 addition & 1 deletion cells/en/go-cpp/chart/xltm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: XLTM document chart with Go via C++
weight: 750

description: Go via C++ example code to draw and convert chart or diagram in XLTM file on Go via C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.
description: Go via C++ example code to draw and convert chart or diagram in XLTM file on Go via C++ Runtime Environment for Windows 64 bit and Linux 64 bit.
keywords: [Go via C++ Aspose.Cells., Go via C++ Convert chart to image in xltm., Go via C++ Save chart to image in xltm., Go via C++ chart to image in xltm., xltm convert chart to image in Go via C++., xltm save chart to imagein Go via C++., xltm chart to image in Go via C++]
---

Expand Down
6 changes: 3 additions & 3 deletions cells/en/go-cpp/conversion/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For any spreadsheet converter application or solution, **Go via C++ Excel Librar
{{% /blocks/products/pf/feature-page-summary %}}

{{% blocks/products/pf/feature-page-section h2="Inter-conversion of Microsoft Excel Formats" %}}
Converting between spreadsheet formats only requires loading the spreadsheet using the [Workbook](https://reference.aspose.com/cells/go-cpp/aspose.cells/workbook/) class and re-saving it in the required format using the [Save](https://reference.aspose.com/cells/go-cpp/aspose.cells/workbook/save/) method of the [Workbook](https://reference.aspose.com/cells/go-cpp/aspose.cells/workbook/) class.
Converting between spreadsheet formats only requires loading the spreadsheet using the [Workbook](https://reference.aspose.com/cells/go-cpp/workbook/) class and re-saving it in the required format using the [Save](https://reference.aspose.com/cells/go-cpp/workbook/save_string/) method of the [Workbook](https://reference.aspose.com/cells/go-cpp//workbook/) class.
{{% blocks/products/pf/feature-page-code h3="Go via C++ Example Code for Excel File Format Conversion" %}}

```go
Expand All @@ -35,7 +35,7 @@ workbook.Save_String("output_excel_format.xlsx")


{{% blocks/products/pf/feature-page-section h2="Convert Excel Formats to PDF with Compliance Level Settings" %}}
Go via C++ Excel Automation API supports conversion of Workbooks to PDF as well as support setting of compliance level and creation date. Developers can use [PdfSaveOptions](https://reference.aspose.com/cells/go-cpp/aspose.cells/pdfsaveoptions/) to set the PDF compliance. For conversion, API save method having PdfSaveOptions as parameter and speicified output file path.
Go via C++ Excel Automation API supports conversion of Workbooks to PDF as well as support setting of compliance level and creation date. Developers can use [PdfSaveOptions](https://reference.aspose.com/cells/go-cpp/pdfsaveoptions/) to set the PDF compliance. For conversion, API save method having PdfSaveOptions as parameter and speicified output file path.
{{% blocks/products/pf/feature-page-code h3="Go via C++ Sample Code for Excel to PDF Conversion" %}}

```go
Expand Down Expand Up @@ -67,7 +67,7 @@ println("Finish to convert to PDF , check .pdf file in output folder.")
{{< blocks/products/pf/feature-page-options formats="PDF">}}

{{% blocks/products/pf/feature-page-section h2="Save Excel to Images" %}}
**Go via C++ Excel Parser** has the ability to export data in the form of images. Each worksheet can be converted to different image formats including BMP, JPEG, PNG and GIF, set by the [Rendering::ImageOrPrintOptions](https://reference.aspose.com/cells/go-cpp/aspose.cells.rendering/imageorprintoptions/). For any **Convert Excel to Images** case, select the relevant case from links.
**Go via C++ Excel Parser** has the ability to export data in the form of images. Each worksheet can be converted to different image formats including BMP, JPEG, PNG and GIF, set by the [Rendering::ImageOrPrintOptions](https://reference.aspose.com/cells/go-cpp/sheetrender/toimage_int_string/). For any **Convert Excel to Images** case, select the relevant case from links.
{{% blocks/products/pf/feature-page-code h3="Go via C++ Code for Excel to Image Conversion" %}}

```go
Expand Down
Loading

0 comments on commit 6d478ea

Please sign in to comment.