Skip to content

Commit 9969f30

Browse files
authored
Merge pull request #2094 from syncfusion-content/842246-Google-Cloud-Storage
842246 - Loading and Saving in Google cloud Storage
2 parents f8f5b8e + 40dadb0 commit 9969f30

File tree

5 files changed

+379
-4
lines changed

5 files changed

+379
-4
lines changed

File-Formats-toc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@
15371537
<ul>
15381538
<li><a href="/file-formats/xlsio/loading-and-saving/loading-and-saving-excel-files-in-azure-cloud-storage">Azure</a></li>
15391539
<li><a href="/file-formats/xlsio/loading-and-saving/loading-and-saving-excel-files-in-aws-s3-cloud-storage">AWS S3</a></li>
1540+
<li><a href="/file-formats/xlsio/loading-and-saving/loading-and-saving-excel-files-in-google-cloud-storage">Google Cloud</a></li>
15401541
</ul></li>
15411542
</ul></li>
15421543
<li><a href="/file-formats/xlsio/working-with-excel-worksheet">Working with Excel Worksheet</a></li>
98.8 KB
Loading

File-Formats/XlsIO/Loading-and-Saving/loading-and-saving-excel-files-in-aws-s3-cloud-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Step 2: Name the project.
2424
![Name the project](Loading-and-Saving_images/Loading-and-Saving_images_img2.png)
2525

2626
Step 3: Install the following **Nuget packages** in your application from [NuGet.org](https://www.nuget.org/).
27-
* [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
27+
* [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIO.Net.Core)
2828
* [AWSSDK.S3](https://www.nuget.org/packages/AWSSDK.S3)
2929

3030
![Install Syncfusion.XlsIO.Net.Core NuGet Package](Loading-and-Saving_images/Loading-and-Saving_images_img3.png)
@@ -150,7 +150,7 @@ Step 2: Name the project.
150150
![Name the project](Loading-and-Saving_images/Loading-and-Saving_images_img6.png)
151151

152152
Step 3: Install the following **Nuget packages** in your application from [NuGet.org](https://www.nuget.org/).
153-
* [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
153+
* [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIO.Net.Core)
154154
* [AWSSDK.S3](https://www.nuget.org/packages/AWSSDK.S3)
155155

156156
![Install Syncfusion.XlsIO.Net.Core NuGet Package](Loading-and-Saving_images/Loading-and-Saving_images_img3.png)

File-Formats/XlsIO/Loading-and-Saving/loading-and-saving-excel-files-in-azure-cloud-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Step 2: Name the project.
2525
![Name the project](Loading-and-Saving_images/Loading-and-Saving_images_img2.png)
2626

2727
Step 3: Install the following **Nuget packages** in your application from [NuGet.org](https://www.nuget.org/).
28-
* [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
28+
* [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIO.Net.Core)
2929
* [Azure.Storage.Blobs](https://www.nuget.org/packages/Azure.Storage.Blobs)
3030

3131
![Install Syncfusion.XlsIO.Net.Core NuGet Package](Loading-and-Saving_images/Loading-and-Saving_images_img3.png)
@@ -135,7 +135,7 @@ Step 2: Name the project.
135135
![Name the project](Loading-and-Saving_images/Loading-and-Saving_images_img6.png)
136136

137137
Step 3: Install the following **Nuget packages** in your application from [NuGet.org](https://www.nuget.org/).
138-
* [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIORenderer.Net.Core)
138+
* [Syncfusion.XlsIO.Net.Core](https://www.nuget.org/packages/Syncfusion.XlsIO.Net.Core)
139139
* [Azure.Storage.Blobs](https://www.nuget.org/packages/Azure.Storage.Blobs)
140140

141141
![Install Syncfusion.XlsIO.Net.Core NuGet Package](Loading-and-Saving_images/Loading-and-Saving_images_img3.png)

0 commit comments

Comments
 (0)