diff --git a/File-Formats-toc.html b/File-Formats-toc.html index 8cea0ee1b..e00709ec4 100644 --- a/File-Formats-toc.html +++ b/File-Formats-toc.html @@ -1508,6 +1508,11 @@
  • AWS Lambda
  • +
  • Google Cloud Platform (GCP) + +
  • Chart to Image Conversion
  • diff --git a/File-Formats/XlsIO/convert-excel-to-image-in-google-app-engine.md b/File-Formats/XlsIO/convert-excel-to-image-in-google-app-engine.md index 36b98f908..beed36636 100644 --- a/File-Formats/XlsIO/convert-excel-to-image-in-google-app-engine.md +++ b/File-Formats/XlsIO/convert-excel-to-image-in-google-app-engine.md @@ -89,6 +89,8 @@ Step 7: Add a new button in the Index.cshtml as shown below. } Html.EndForm(); } +{% endhighlight %} +{% endtabs %} Step 8: Add a new action method **ConvertExcelToImage** in HomeController.cs and include the below code snippet to **convert the Excel document to image** and download it.