Installation

Installing Aspose.Cells for C++ in Windows

Using NuGet Package Manager

  1. In NuGet Package Manager, search for Aspose.Cells.
    1. Here is the Link to NuGet Package Aspose.Cells.Cpp.
  2. Refer to Install Aspose Cells through NuGet for details.

You can also download the ZIP package from the Aspose.Cells for C++ download page. The archive also contains the offline API documentation.

Using Include and lib Folders

  1. Download/Install the latest files.
  2. Unzip the folder to the production environment.
  3. To use Aspose.Cells for C++, reference the “Include” and “lib/dll” directories in your project.

Installing Aspose.Cells for C++ in Linux

  1. Download/Install the latest files.
  2. Unzip the folder to the production environment.
  3. To use Aspose.Cells for C++, reference the “Include” and libAspose.Cells.so directories in your project.

Installing Aspose.Cells for C++ in macOS

  1. Download/Install the latest files.
  2. Unzip the folder to the production environment.
  3. To use Aspose.Cells for C++, reference the “Include” and libAspose.Cells.dylib directories in your project.