Aspose.Cells for .NET Live Demos Source Code. The Live Demos are hosted at https://products.aspose.app/cells/family
- Clone the repository.
- Open the solution file in the latest version of Microsoft Visual Studio.
- Choose an App as the startup project, for example: Aspose.Cells.Conversion.
- Open launchSettings.json, set the Amazon S3 configurations:
- "RegionEndpoint": "your s3 RegionEndpoint",
- "Bucket": "your s3 Bucket",
- "AccessKeyId": "your s3 AccessKeyId",
- "SecretAccessKey": "your s3 SecretAccessKey",
- Select the "Aspose.Cells.Conversion" profile to run.