System Requirements
Aspose.Cells for Go via C++ is a native Go library that enables Go developers to create, manipulate and convert spreadsheets programmatically without requiring Office Automation or Microsoft Excel application.
Supported Operating Systems
Aspose.Cells for Go supports the following 64-bit operating system and platforms:
Operating System | Versions |
Microsoft Windows |
|
Linux |
|
Development Environment
You can use Aspose.Cells for Go via C++ when developing applications for Windows, Linux.
Windows
Aspose.Cells for Go via C++ can be used to develop applications in any development environment which supports Microsoft Visual Studio v142 Platform Toolset, but the environments listed in the following table are explicitly supported:
Linux
Aspose.Cells for Go via C++ can be used to develop application in the development environment which support Go 1.13 or higher, but the following compiler and tool are explicitly supported:
Compilers |
|
Additional Dependency on Linux
Aspose.Cells for Go on Linux depends on fontconfig binaries both dynamic library and tool. Please install it before using:
- Installing fontconfig on Ubuntu or Debian
sudo apt install libfontconfig fontconfig
- Installing fontconfig on Fedora or CentOs
sudo yum install fontconfig