Skip to content

Commit

Permalink
hyperlink image and seo merger parts for python net and python java
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhe998 committed Apr 24, 2024
1 parent 20c7d0e commit 8fb6005
Show file tree
Hide file tree
Showing 2,382 changed files with 19,202 additions and 19,027 deletions.
94 changes: 94 additions & 0 deletions cells/en/java/hyperlinks/add-hyperlink-to-image/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
---
title: Java Insert or Add Hyperlink to Image
description: How to insert hyperlink to Image with Aspose.Cells library without MS Excel.
keywords: [Aspose Excel., Java Aspose.Cells., Image Hyperlink., Add a hyperlink to an image., How to Embed a Hyperlink in an Image., How do I hyperlink an image., Add a Link to an image., How to use an image as a link]
---

{{< blocks/products/pf/main-wrap-class isAutogenPage="true">}}
{{< blocks/products/pf/upper-banner h1="Add Hyperlink to Image in Java" h2="High-speed Java library for adding hyperlink to image. This is a professional software solution to deal with excel file using Java." logoImageSrc="https://www.aspose.cloud/templates/aspose/img/products/cells/aspose_cells-for-java.svg" sourceAdditionalConversionTag="" additionalConversionTag="PDF" pfName="" subTitlepfName="" downloadUrl="" fileiconsmall1="HTML" fileiconsmall2="JPG" fileiconsmall3="PDF" fileiconsmall4="XML" fileiconsmall5="CSV" >}}

{{< blocks/products/pf/main-container pfName="Aspose.Cells " subTitlepfName="for Java" >}}
{{< blocks/products/pf/sub-menu autoGeneratedVersion="true" logoImageSrc="https://www.aspose.cloud/templates/aspose/img/products/cells/aspose_cells-for-java.svg" apiHomeLink="" codeSamplesLink="https://github.com/aspose-cells" liveDemosLink="https://products.aspose.app/cells/family" docsLink="https://docs.aspose.com/cells/java" installationsDocsLink="https://docs.aspose.com/cells/java" nugetLink="" nugetPackageName="" downloadAsLink="https://releases.aspose.com/cells/java" learnAsLink="https://docs.aspose.com/cells/java" apiReference="" mavenRepoLink="https://repository.aspose.com/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells" >}}

{{% blocks/products/pf/agp/content h2="Add Hyperlink to Image Using Java" %}}

How do I hyperlink an image? With Aspose.Cells for Java library, you can easily create a URL for an image programmatically with a few lines of code. [Aspose.Cells for Java](https://products.aspose.com/cells/java) is capable of building cross-platform applications with the ability to generate, modify, convert, render and print all Excel files. Java Excel API not only convert between spreadsheet formats, it can also render Excel files as images, PDF, HTML, ODS, CSV, SVG, JSON, WORD, PPT and more, thus making it a perfect choice to exchange documents in industry-standard formats. You can download its latest version directly from [Maven](https://repository.aspose.com/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells) and install it within your Maven-based project by adding the following configurations to the pom.xml.

{{% blocks/products/pf/agp/code-block title="Repository" offSpacer="true" %}}

```cs

<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>

```

{{% /blocks/products/pf/agp/code-block %}}

{{% blocks/products/pf/agp/code-block title="Dependency" offSpacer="true" %}}

```cs

<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cells</artifactId>
<version>version of aspose-cells API</version>
<classifier>jdk17</classifier>
</dependency>

```

{{% /blocks/products/pf/agp/code-block %}}

{{% /blocks/products/pf/agp/content %}}

{{% blocks/products/pf/agp/content h2="Add Hyperlink to Image in Java" %}}

{{% blocks/products/pf/agp/text %}}

It is easy for the developers to add hyperlink to image in just a few lines of code.

{{% /blocks/products/pf/agp/text %}}

1. Create Workbook class instance.
1. Access the first worksheet of the workbook.
1. Get picture collection object of worksheet and add a picture to the "C4" cell.
1. Add a hyperlink to an image.
1. Set screen tip for hyperlink.
1. Use Save method to save the workbook as XLSX file.

{{% blocks/products/pf/agp/code-block title="Add Hyperlink to Image - Java" offSpacer="" %}}

{{< gist "aspose-cells-gists" "5876dc77e47649b66bdb5deefb4b5639" "Landingpages-add-hyperlink-to-image.java" >}}

{{% /blocks/products/pf/agp/code-block %}}

{{% /blocks/products/pf/agp/content %}}

{{% blocks/products/pf/agp/content h2="Java library to add hyperlink to image" %}}
{{% blocks/products/pf/agp/text %}}

We host our Java packages in [Maven](https://repository.aspose.com/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells) repositories. 'Aspose.Cells for Java' is a common JAR file containing byte-code. Please follow the [step-by-step instructions](https://docs.aspose.com/cells/java/installation/) on how to install it to your Java developer environment.

{{% /blocks/products/pf/agp/text %}}
{{% /blocks/products/pf/agp/content %}}

{{% blocks/products/pf/agp/content h2="System Requirements" %}}

{{% blocks/products/pf/agp/text %}}

Before running the Java conversion source code, make sure that you have the following prerequisites.

{{% /blocks/products/pf/agp/text %}}

- Microsoft Windows or a compatible OS with Java Runtime Environment for JSP/JSF Application and Desktop Applications.
- Get latest version of Aspose.Cells for Java directly from Maven.

{{% /blocks/products/pf/agp/content %}}

{{< /blocks/products/pf/main-container >}}

{{< /blocks/products/pf/main-wrap-class >}}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords: [Aspose Excel., Java Aspose.Cells., Insert Hyperlink into Excel., Add

{{% blocks/products/pf/agp/content h2="Insert Hyperlink into Excel Using Java" %}}

How do I insert hyperlink to excel? With Aspose.Cells for Java library, you can easily insert hyperlink to excel programmatically with a few lines of code. [Aspose.Cells for Java](https://products.aspose.com/cells/java) is capable of building cross-platform applications with the ability to generate, modify, convert, render and print all Excel files. Java Excel API not only convert between spreadsheet formats, it can also render Excel files as images, PDF, HTML, ODS, CSV, SVG, JSON, WORD, PPT and more, thus making it a perfect choice to exchange documents in industry-standard formats. You can download its latest version directly from [Maven](https://repository.aspose.com/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells) and install it within your Maven-based project by adding the following configurations to the pom.xml.
How do I insert hyperlink to excel? With Aspose.Cells for Java library, you can easily insert hyperlink to excel programmatically with a few lines of code. [Aspose.Cells for Java](https://products.aspose.com/cells/java) is capable of building cross-platform applications with the ability to generate, modify, convert, render and print all Excel files. Java Excel API not only convert between spreadsheet formats, it can also render Excel files as images, PDF, HTML, ODS, CSV, SVG, JSON, WORD, PPT and more, thus making it a perfect choice to exchange documents in industry-standard formats. You can download its latest version directly from [Maven](https://repository.aspose.com/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-cells) and install it within your Maven-based project by adding the following configurations to the pom.xml.

{{% blocks/products/pf/agp/code-block title="Repository" offSpacer="true" %}}

Expand Down
81 changes: 81 additions & 0 deletions cells/en/net/hyperlinks/add-hyperlink-to-image/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
---
title: C# Insert or Add Hyperlink to Image
description: How to insert hyperlink to Image with Aspose.Cells library without MS Excel.
keywords: [Aspose Excel., C# Aspose.Cells., Image Hyperlink., Add a hyperlink to an image., How to Embed a Hyperlink in an Image., How do I hyperlink an image., Add a Link to an image., How to use an image as a link]
---

{{< blocks/products/pf/main-wrap-class isAutogenPage="true">}}
{{< blocks/products/pf/upper-banner h1="Add Hyperlink to Image in C#" h2="High-speed C# library for adding hyperlink to image. This is a professional software solution to deal with excel file on .NET Framework, .NET Core or Mono Platforms." logoImageSrc="https://www.aspose.cloud/templates/aspose/img/products/cells/aspose_cells-for-net.svg" sourceAdditionalConversionTag="" additionalConversionTag="PDF" pfName="" subTitlepfName="" downloadUrl="" fileiconsmall1="HTML" fileiconsmall2="JPG" fileiconsmall3="PDF" fileiconsmall4="XML" fileiconsmall5="CSV" >}}

{{< blocks/products/pf/main-container pfName="Aspose.Cells " subTitlepfName="for .NET" >}}
{{< blocks/products/pf/sub-menu autoGeneratedVersion="true" logoImageSrc="https://www.aspose.cloud/templates/aspose/img/products/cells/aspose_cells-for-net.svg" apiHomeLink="" codeSamplesLink="https://github.com/aspose-cells" liveDemosLink="https://products.aspose.app/cells/family" docsLink="https://docs.aspose.com/cells/net" installationsDocsLink="https://docs.aspose.com/cells/net" nugetLink="https://www.nuget.org/packages/aspose.cells" nugetPackageName="" downloadAsLink="https://releases.aspose.com/cells/net" learnAsLink="https://docs.aspose.com/cells/net" apiReference="" mavenRepoLink="" >}}

{{% blocks/products/pf/agp/content h2="Add Hyperlink to Image Using C#" %}}
How do I hyperlink an image? With Aspose.Cells for .NET library, you can easily create a URL for an image programmatically with a few lines of code. [Aspose.Cells for .NET](https://products.aspose.com/cells/net) is capable of building cross-platform applications with the ability to generate, modify, convert, render and print all Excel files. .NET Excel API not only convert between spreadsheet formats, it can also render Excel files as images, PDF, HTML, ODS, CSV, SVG, JSON, WORD, PPT and more, thus making it a perfect choice to exchange documents in industry-standard formats. Open [NuGet](https://www.nuget.org/packages/aspose.cells) package manager, search for Aspose.Cells and install. You may also use the following command from the Package Manager Console.

{{% blocks/products/pf/agp/code-block title="Package Manager Console Command" offSpacer="true" %}}

```cs

PM> Install-Package Aspose.Cells

```

{{% /blocks/products/pf/agp/code-block %}}

{{% /blocks/products/pf/agp/content %}}

{{% blocks/products/pf/agp/content h2="Add Hyperlink to Image in C#" %}}

{{% blocks/products/pf/agp/text %}}

It is easy for the developers to add hyperlink to image in just a few lines of code.

{{% /blocks/products/pf/agp/text %}}

1. Include the namespace in your class file.
1. Create Workbook class instance.
1. Access the first worksheet of the workbook.
1. Get picture collection object of worksheet and add a picture to the "C4" cell.
1. Add a hyperlink to an image.
1. Set screen tip for hyperlink.
1. Use Save method to save the workbook as XLSX file.

{{% blocks/products/pf/agp/code-block title="Add Hyperlink to Image - C#" offSpacer="" %}}

{{< gist "aspose-cells-gists" "59a1901d62ea9ceb08456a818431a898" "landingpages-add-hyperlink-to-image.cs" >}}

{{% /blocks/products/pf/agp/code-block %}}

{{% /blocks/products/pf/agp/content %}}

{{% blocks/products/pf/agp/content h2="C# library to add hyperlink to image" %}}

{{% blocks/products/pf/agp/text %}}

There are two alternative options to install "Aspose.Cells for .NET" onto your system. Please choose one that resembles your needs and follow the step-by-step instructions:

{{% /blocks/products/pf/agp/text %}}

1. Install a [NuGet Package](https://www.nuget.org/packages/Aspose.Cells/). See [Documentation](https://docs.aspose.com/cells/net/installation/#install-asposecells-for-net-through-nuget)
1. Install the library using [Package Manager Console](https://docs.aspose.com/cells/net/installation/#install-asposecells-using-the-package-manager-console) within Visual Studio IDE

{{% /blocks/products/pf/agp/content %}}

{{% blocks/products/pf/agp/content h2="System Requirements" %}}

{{% blocks/products/pf/agp/text %}}

Before running the .NET conversion example code, make sure that you have the following prerequisites.

{{% /blocks/products/pf/agp/text %}}

- Microsoft Windows or a compatible OS with .NET, .NET Core, Windows Azure or Mono Platforms..
- Development environment like Microsoft Visual Studio.
- Add reference to the Aspose.Cells for .NET DLL in your project.

{{% /blocks/products/pf/agp/content %}}

{{< /blocks/products/pf/main-container >}}

{{< /blocks/products/pf/main-wrap-class >}}
4 changes: 2 additions & 2 deletions cells/en/net/hyperlinks/insert-hyperlink-to-excel/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords: [Aspose Excel., C# Aspose.Cells., Insert Hyperlink into Excel., Add or
{{< blocks/products/pf/sub-menu autoGeneratedVersion="true" logoImageSrc="https://www.aspose.cloud/templates/aspose/img/products/cells/aspose_cells-for-net.svg" apiHomeLink="" codeSamplesLink="https://github.com/aspose-cells" liveDemosLink="https://products.aspose.app/cells/family" docsLink="https://docs.aspose.com/cells/net" installationsDocsLink="https://docs.aspose.com/cells/net" nugetLink="https://www.nuget.org/packages/aspose.cells" nugetPackageName="" downloadAsLink="https://releases.aspose.com/cells/net" learnAsLink="https://docs.aspose.com/cells/net" apiReference="" mavenRepoLink="" >}}

{{% blocks/products/pf/agp/content h2="Insert Hyperlink into Excel Using C#" %}}
How do I insert hyperlink into excel? With Aspose.Cells for .NET library, you can easily insert hyperlink into excel programmatically with a few lines of code. [Aspose.Cells for .NET](https://products.aspose.com/cells/net) is capable of building cross-platform applications with the ability to generate, modify, convert, render and print all Excel files. .NET Excel API not only convert between spreadsheet formats, it can also render Excel files as images, PDF, HTML, ODS, CSV, SVG, JSON, WORD, PPT and more, thus making it a perfect choice to exchange documents in industry-standard formats. Open [NuGet](https://www.nuget.org/packages/aspose.cells) package manager, search for Aspose.Cells and install. You may also use the following command from the Package Manager Console.
How do I insert hyperlink into excel? With Aspose.Cells for .NET library, you can easily insert hyperlink into excel programmatically with a few lines of code. [Aspose.Cells for .NET](https://products.aspose.com/cells/net) is capable of building cross-platform applications with the ability to generate, modify, convert, render and print all Excel files. .NET Excel API not only convert between spreadsheet formats, it can also render Excel files as images, PDF, HTML, ODS, CSV, SVG, JSON, WORD, PPT and more, thus making it a perfect choice to exchange documents in industry-standard formats. Open [NuGet](https://www.nuget.org/packages/aspose.cells) package manager, search for Aspose.Cells and install. You may also use the following command from the Package Manager Console.

{{% blocks/products/pf/agp/code-block title="Package Manager Console Command" offSpacer="true" %}}

Expand All @@ -33,7 +33,7 @@ PM> Install-Package Aspose.Cells

{{% /blocks/products/pf/agp/text %}}

1. Include the namespace in your class file
1. Include the namespace in your class file.
1. Create Workbook class instance.
1. Add a new worksheet to the Excel object and set name of newly added worksheet.
1. Access the first worksheet of the workbook.
Expand Down
Loading

0 comments on commit 8fb6005

Please sign in to comment.