Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 201,190 for

aspose cells

(0.07 sec)
  1. How to Add Signature in Word using C#

    This tutorial briefs on how to add signature in Word using C#. It provides configuration details, program flow and a runnable sample code to sign Word documents using C#....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/words/net/how-to-add-signature-in...
  2. How to Change SVG to PNG using C#

    This article describes how to change SVG to PNG using C#. It will provide all the details to configure the environment, steps to write the program, and a runnable sample code that can be used to convert SVG to PNG using C#....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/svg/net/how-to-change-svg-to-png-...
  3. How to Convert SVG to Presentation using C#

    We'll walk you through the steps in C# for how to convert SVG to Presentation using C#. With the help of a few lines of code you can easily convert SVG to presentation using C#....Answers by API Aspose.Total Product Family Aspose.Words Product...Product Family Aspose.PDF Product Family Aspose.Cells Product Family...

    kb.aspose.com/slides/net/how-to-convert-svg-to-...
  4. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....Setting Headers and Footers Aspose.Cells allows you to add headers...effort and development time. Aspose.Cells can import the file and...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  5. Converting Worksheet to Image File By Page|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Worksheets [ 0 ]; Aspose . Cells . Rendering . ImageOrPrintOptions...ImageOrPrintOptions options = new Aspose . Cells . Rendering . ImageOrPrintOptions...

    docs.aspose.com/cells/net/converting-worksheet-...
  6. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C#...PowerPoint presentation through Aspose components are resized to an...PowerPoint presentation using Aspose.Slides for .NET. To address...

    docs.aspose.com/slides/net/working-solution-for...
  7. 将图表导出为 PDF(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表转换为 PDF 文档。我们的指南将演示如何导出 Excel 图表并将其保存为 PDF,以便进一步分发和存档。...将图表渲染为PDF 为了将图表渲染为 PDF 格式,Aspose.Cells API 已暴露 Chart::ToPdf 方法,支持将生成的...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/chart-to-pdf/
  8. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。... Aspose.Cells支持Microsoft Excel提供的所有打印选项,开发者可以使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  9. 使用C++禁用导出帧脚本和文档属性|Documentation

    使用Aspose.Cells和C++禁用导出帧脚本与文档属性。...Hide ] Aspose.Cells在将工作簿转换为HTML时,会导出框架脚本和文档属性。Aspose.Cells for C++的8...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/disable-exporting-...
  10. 使用C++生成条件格式化数据条图片|Documentation

    Aspose.Cells是一个用于操作电子表格文件的C++库。它支持生成条件格式化的数据条和图像,允许用户根据单元格的值自定义电子表格的显示。这篇文章将介绍如何使用Aspose.Cells库生成条件格式化的数据条和图像。...您可以使用Aspose.Cells的 DataBar.ToImage() 方法生成...方法生成这些图像。本文展示了如何使用Aspose.Cells生成DataBar图像。 以下示例代码生成单元格C1的DataBar...

    docs.aspose.com/cells/zh/cpp/generate-condition...