Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 645 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 645 Bytes

Aspose.Cells for .NET Live Demos

Aspose.Cells for .NET Live Demos Source Code. The Live Demos are hosted at https://products.aspose.app/cells/family

How to run

  1. Clone the repository.
  2. Open the solution file in the latest version of Microsoft Visual Studio.
  3. Choose an App as the startup project, for example: Aspose.Cells.Conversion.
  4. Open launchSettings.json, set the Amazon S3 configurations:
  • "RegionEndpoint": "your s3 RegionEndpoint",
  • "Bucket": "your s3 Bucket",
  • "AccessKeyId": "your s3 AccessKeyId",
  • "SecretAccessKey": "your s3 SecretAccessKey",
  1. Select the "Aspose.Cells.Conversion" profile to run.