Excel'e Açıklama Ekleme via .NET
Microsoft veya Open Office, Adobe PDF vb. herhangi bir yazılım olmadan Aspose.Cells' API'i kullanarak Açıklamaları ekleyin.
C# Kullanarak Excel Dosyasına Belirtme Çizgileri Nasıl Eklenir?
Açıklamaları excel dosyasına eklemek için şunu kullanacağız:
API, C# platformu için zengin özelliklere sahip, güçlü ve kullanımı kolay bir belge işleme ve bölme API’dir. Açık
paket yöneticisi, ara Aspose.Cells ve yükleyin. Aşağıdaki komutu Paket Yönetici Konsolundan da kullanabilirsiniz.
Emretmek
PM> Install-Package Aspose.Cells
C# aracılığıyla Excel dosyasına Ek Bilgiler ekleme adımları
Aşağıdaki iş akışını kendi ortamınızda denemek için aspose.cells.dll dosyasına ihtiyacınız vardır.
- Bir Çalışma Kitabı nesnesinin başlatılması.(veya->XLSX dosyasını tam yolla yükleyin.)
- Dizini aracılığıyla Çalışma Sayfasını seçin.
- Kullan yöntem ekle Seçili çalışma sayfasına Belirtme çizgileri eklemek için
- Çalışma kitabını XLSX formatında kaydedin.
sistem gereksinimleri
Aspose.Cells for .NET tüm önemli işletim sistemlerinde desteklenir. Sadece aşağıdaki önkoşullara sahip olduğunuzdan emin olun.
- Microsoft Windows veya .NET Framework, .NET Core, Mono veya Xamarin Platformlarına sahip uyumlu bir işletim sistemi
- Microsoft Visual Studio gibi geliştirme ortamı
- Projenizdeki Aspose.Cells for .NET DLL’sine referans ekleyin - Yukarıdaki İndir düğmesini kullanarak NuGet’den yükleyin
Açıklama Ekleme - C#
Ek Bilgi Türlerine Genel Bakış
![](/cells/net/shapes/insert-callouts-to-excel/speech_bubble_rectangle.png)
AutoShapeType.RictangularCallout
![](/cells/net/shapes/insert-callouts-to-excel/speech_bubble_rectangle_with_corners_rounded.png)
AutoShapeType.RoundedRictangularCallout
![](/cells/net/shapes/insert-callouts-to-excel/speech_bubble_oval.png)
AutoShapeType.OvalCallout
![](/cells/net/shapes/insert-callouts-to-excel/thought_bubble_cloud.png)
AutoShapeType.CloudCallout
![](/cells/net/shapes/insert-callouts-to-excel/line.png)
AutoShapeType.LineCalloutWithBorder1
![](/cells/net/shapes/insert-callouts-to-excel/bent_line.png)
AutoShapeType.LineCalloutWithBorder2
![](/cells/net/shapes/insert-callouts-to-excel/double_bent_line.png)
AutoShapeType.LineCalloutWithBorder3
![](/cells/net/shapes/insert-callouts-to-excel/line_with_accent_bar.png)
AutoShapeType.LineCalloutWithAccentBar1
![](/cells/net/shapes/insert-callouts-to-excel/bent_line_with_accent_bar.png)
AutoShapeType.LineCalloutWithAccentBar2
![](/cells/net/shapes/insert-callouts-to-excel/double_bent_line_with_accent_bar.png)
AutoShapeType.LineCalloutWithAccentBar3
![](/cells/net/shapes/insert-callouts-to-excel/line_with_no_border.png)
AutoShapeType.LineCalloutNoBorder1
![](/cells/net/shapes/insert-callouts-to-excel/bent_line_with_no_border.png)
AutoShapeType.LineCalloutNoBorder2
![](/cells/net/shapes/insert-callouts-to-excel/double_bent_line_with_no_border.png)
AutoShapeType.LineCalloutNoBorder3
![](/cells/net/shapes/insert-callouts-to-excel/line_with_border_and_accent_bar.png)
AutoShapeType.LineCalloutWithBorderAndAccentBar1
![](/cells/net/shapes/insert-callouts-to-excel/bent_line_with_border_and_accent_bar.png)
AutoShapeType.LineCalloutWithBorderAndAccentBar2
![](/cells/net/shapes/insert-callouts-to-excel/double_bent_line_with_border_and_accent_bar.png)
AutoShapeType.LineCalloutWithBorderAndAccentBar3