From 6b7e3128d768346f69037e731a44d9af642d643b Mon Sep 17 00:00:00 2001 From: KurmithaSF4004 Date: Mon, 29 Jan 2024 16:43:02 +0530 Subject: [PATCH] Highlight_tag_Issue_in_XlsIO --- File-Formats-toc.html | 5 +++++ .../XlsIO/convert-excel-to-image-in-google-app-engine.md | 2 ++ 2 files changed, 7 insertions(+) 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.