Installation
Contents
[
Hide
]
Installing Aspose.Cells for C++ in Windows
Using Nuget Package Manager
- In Nuget Package Manager, search for Aspose.Cells.
- Here is the Link to NuGet Package Aspose.Cells.Cpp.
- Refer to [Install Aspose Cells through NuGet] for details.(https://docs.aspose.com/cells/cpp/getting-started/).
You can also download ZIP package from the Aspose.Cells for C++ download page. The archive also contains the offline API documentation.
Using Include and lib Folders
- Download/Install the latest files.
- Unzip the folder to the production environment.
- To use Aspose.Cells for C++, reference “Include” and “lib / dll” directory in your project.
Installing Aspose.Cells for C++ in Linux
- Download/Install the latest files.
- Unzip the folder to the production environment.
- To use Aspose.Cells for C++, reference “Include” and “libAspose.Cells.so” directory in your project.
Installing Aspose.Cells for C++ in MacOS
- Download/Install the latest files.
- Unzip the folder to the production environment.
- To use Aspose.Cells for C++, reference “Include” and “libAspose.Cells.dylib” directory in your project.