Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

Download Aspose.Cells for Go via C++ from Go Dev

Aspose.Cells for Go via C++ is a powerful and robust library designed for high-performance spreadsheet manipulation and management within Go applications. It offers a comprehensive set of features that enable developers to create, edit, convert, and render Excel files programmatically. Supporting all major Excel formats, including XLS, XLSX, XLSM, and more, it ensures compatibility and flexibility. This makes Aspose.Cells for Go via C++ a versatile tool for a wide range of data processing and management tasks, providing developers with a complete and efficient solution for integrating comprehensive Excel functionality into their Go applications. You can easily use Aspose.Cells for Go via C++ from Go.Dev with the following command.

>


Key features

  • File Creation and Editing: Create new spreadsheets from scratch or edit existing ones with ease. This includes adding or modifying data, formatting cells, managing worksheets, and more.
  • Data Processing: Perform complex data manipulations such as sorting, filtering, and validation. The library also supports advanced formulas and functions to facilitate data analysis and calculations.
  • File Conversion: Convert Excel files to various formats such as PDF, HTML, ODS, and image formats like PNG and JPEG. This feature is useful for sharing and distributing spreadsheet data in different formats.
  • Chart and Graphics: Create and customize a wide range of charts and graphics to visually represent data. The library supports bar charts, line charts, pie charts, and many more, along with customization options for design and layout.
  • Rendering and Printing: Render Excel sheets to high-fidelity images and PDFs, ensuring that the visual representation is accurate. The library also provides options for printing spreadsheets with precise control over page layout and formatting.
  • Advanced Protection and Security: Protect spreadsheets with passwords, encrypt files, and manage access permissions to ensure data security and integrity.
  • Performance and Scalability: Designed to handle large datasets and complex spreadsheets efficiently, Aspose.Cells for Go via C++ ensures high performance and scalability for enterprise-level applications.

Read & Write Excel Files

  • Microsoft Excel: XLS, XLSX, XLSB, XLTX, XLTM, XLSM, XML
  • OpenOffice: ODS
  • Text: CSV, Tab-Delimited, TXT, JSON
  • Web: HTML, MHTML

Save Excel Files As

  • Fixed Layout: PDF, XPS
  • Images: JPEG, PNG, BMP, SVG, TIFF, GIF, EMF
  • Text: CSV, Tab-Delimited, JSON, SQL, XML

Support multiple operating systems and CPU architectures, including

  • Windows x64
  • Linux x64

Environments and versions

  • Go 1.13 or greater

Quick Start Guide

Running Aspose.Cells for Go via C++ in your project

  1. Import github.com/aspose-cells/aspose-cells-go-cpp/v24 into your project

    a. On Windows, you will have to locate the DLLs for running the project and append them to your path.

    $env:PATH = $env:Path + ";$env:GOPATH\github.com\aspose-cells\aspose-cells-go-cpp\v24@v24.12.0\lib\win_x86_64" 
    

    b. On Linux, you will have to locate the so library for running the project and append them to your path.

    set PATH=%GOPATH%/github.com/aspose-cells/aspose-cells-go-cpp/v24@v24.12.0/lib/linux_x86_64
    

    You may also copy these directly to your project directory.

  2. Create a main.go in your project directory


package main

import (
 . github.com/aspose-cells/aspose-cells-go-cpp/v24
)

func main() {
    lic, _ := NewLicense()
    lic.SetLicense_String(os.Getenv("LicensePath"))
    workbook, _ := NewWorkbook()
    worksheets, _ := workbook.GetWorksheets()
    worksheet, _ := worksheets.Get_Int(0)
    cells, _ := worksheet.GetCells()
    cell, _ := cells.Get_String("A1")
    cell.PutValue_Int(5)
    cell, _ = cells.Get_String("A2")
    cell.PutValue_String("Hollo World")
    workbook.Save_String("HolloWorld.xlsx")
}

Product Page | Docs | Demos | API Reference | Blog | Search | Free Support | Temporary License | EULA


Direct Download

Icons

Aspose.Cells for Go via C++ v25.1.0

Aspose.Cells for Go via C++ v25.1.0

Added: Downloads:

Download

File Size: 63.26MB

Icons

Aspose.Cells for Go via C++ v24.12.0

Aspose.Cells for Go via C++ v24.12.0

Added: Downloads:

Download

File Size: 62.87MB