Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 235,966 for

cells

(0.12 sec)
  1. 用JavaScript通过C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++在微软Excel中创建图表。我们的指南将演示各种图表类型以及如何自定义其外观和格式。...Cells可以向电子表格添加各种图表。 Aspose.Cells提供许多灵活的图表对象。 本主题讨论了Aspose...本主题讨论了Aspose.Cells的图表对象。 创建图表 创建图表很简单 使用以下示例代码轻松创建一个Aspose.Cells的图表: <...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  2. 在Jython中取消保护简单受保护的工作表|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....Cells - 取消保护简单受保护的工作表 使用 Aspose.Cells Java for Jython...aspose - cells import Settings from com . aspose . cells import...

    docs.aspose.com/cells/zh/java/unprotecting-simp...
  3. 用 C++ 测量单元格值的宽度和高度(以像素为单位)|Documentation

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

    docs.aspose.com/cells/zh/cpp/calculate-the-widt...
  4. 通过 xlsx4j 创建新电子表格|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....Cells - 创建新的电子表格 Workbook 类可用于简单使用。...add ( "My Worksheet" ); Cells cells = worksheet . getCells ();...

    docs.aspose.com/cells/zh/java/create-new-spread...
  5. Manage DataLabels of Excel Charts with JavaScri...

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for JavaScript via C++. This comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Cells for JavaScript via C++ also...chart’s data labels with Aspose.Cells DataLabels . The following code...

    docs.aspose.com/cells/javascript-cpp/insert-dat...
  6. How to Format Number as Currency|Documentation

    This article will introduce how to format number to currency using Aspose.Cells for Python via .NET API....Currency Format Option Select the cells that you want to format as currency...Using the Format Cells Dialog Box Select the cells you want to format...

    docs.aspose.com/cells/python-net/format-number-...
  7. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the advanced filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....Cells also allows you to apply the...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/apply-advanced-filter...
  8. Digitally Sign a VBA Code Project with Certific...

    Learn how to digitally sign your VBA code project using Aspose.Cells for C++ with a certificate....Cells with its Workbook.VbaProject...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/digitally-sign-a-vba-...
  9. Fit All Worksheet Columns on Single PDF Page wi...

    Generate a PDF that fits all worksheet columns onto a single page using Aspose.Cells with C++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/fit-all-worksheet-col...
  10. Search Data using Original Values|Documentation

    Learn how to Search Data using Original Values through the Aspose.Cells for JavaScript via C++ API.... For example, suppose cell D4 has formula =Sum(A1:A2) and...you can find it using Aspose.Cells with LookInType.OriginalValues...

    docs.aspose.com/cells/javascript-cpp/search-dat...