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

aspose cells

(0.09 sec)
  1. 用 C++ 测量单元格值的宽度和高度(以像素为单位)|Documentation

    学习如何通过Aspose.Cells for C++ API测量单元格值的宽度和高度(像素单位)。...Aspose.Cells 为此目的提供了 Cell.GetWidthOfValue() 和 Cell.GetHeightOfValue()...另外,你还可以使用Aspose.Cells API 自动调整行高和列宽 。 以下代码解释了 Cell.GetWidthOfValue()...

    docs.aspose.com/cells/zh/cpp/calculate-the-widt...
  2. 避免输出PDF中的空白页在没有内容打印时|Documentation

    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....当Excel文件为空且用户将其保存为PDF使用Aspose.Cells时,在输出PDF中会呈现空白页。有时,这种默认行为是不希望的。Aspose.Cells提供了...in thread "main" com . aspose . cells . CellsException : There...

    docs.aspose.com/cells/zh/java/avoid-blank-page-...
  3. Using ActiveX Controls in Excel with C#

    This article guides on using ActiveX Controls in Excel with C#. It has the details to set the IDE, steps, and a sample code for adding ActiveX command button 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/cells/net/using-activex-controls-...
  4. Secure PDF Documents with C++|Documentation

    Learn how to secure PDF documents with owner and user passwords using Aspose.Cells with C++.... Aspose.Cells provides PdfSecurityOptions...with Aspose.Cells. #include <iostream> #include "Aspose.Cells...

    docs.aspose.com/cells/cpp/secure-pdf-documents/
  5. Rotate Text with Shape inside the Worksheet wit...

    Learn how to control text rotation with shapes in Excel worksheets using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Drawing ; using namespace Aspose :: Cells...

    docs.aspose.com/cells/cpp/rotate-text-with-shap...
  6. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....chart to PDF format, the Aspose.Cells APIs have exposed the Chart::ToPdf...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/chart-to-pdf/
  7. How to Extract Images from Word Document in C#

    This tutorial explains how to extract images from Word document in C#. It contains information about the configuration, step-wise process and a runnable sample code that can be used to extract all images from Word document in 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-extract-images-f...
  8. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells using C++....with C++ Contents [ Hide ] Aspose.Cells supports saving an ODS file...and 1.3 specifications. Aspose.Cells has OdsSaveOptions.GetOdfStrictVersion()...

    docs.aspose.com/cells/cpp/save-ods-file-in-odf-...
  9. 新增工作表并激活工作表|Documentation

    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....在本文中,我们使用 VSTO 和 Aspose.Cells for .NET 执行了这些任务。 添加工作表并激活工作表...另存为微软Excel文件。 下面是 VSTO(C#、VB)和 Aspose.Cells for .NET(C#、VB)的并行代码片段,展示如何实现这些任务。...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  10. 用C++显示单元格范围作为数据标签|Documentation

    学习如何在图表中使用Aspose.Cells for C++将一个单元格范围作为数据标签。我们的指南将演示如何将标签与数据源绑定并进行格式化,从而在图表中提供准确而有意义的信息。...Aspose.Cells支持此功能。 复选框显示单元格范围作为数据标签 在Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/zh/cpp/showing-cell-range...