Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 241,490 for

cells

(0.56 sec)
  1. 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-...
  2. 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...
  3. 如何用JavaScript通过C++设置类别轴|Documentation

    学习如何在Aspose.Cells for JavaScript中通过C++设置类别轴。我们的指南将帮助您理解如何定义类别轴的范围、调整其属性,以及格式化标签。...Cells for Java脚本通过C++,配合示例代码,为Excel图表设置类别轴。...> < head > < title > Aspose.Cells Example </ title > </ head >...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  4. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for C++ API....the Width and Height of the Cell Value in Unit of Pixels with...of the cell value to fit it inside the cell. Aspose.Cells provides...

    docs.aspose.com/cells/go-cpp/calculate-the-widt...
  5. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for C++....Cells provides the feature to export...Excel file, adds some text in cell B5 in Red color, and then saves...

    docs.aspose.com/cells/cpp/export-worksheet-css-...
  6. 用C++减少单元格Calculate方法的计算时间|Documentation

    本文介绍如何使用Aspose.Cells库来减少Microsoft Excel中单元格计算方法的计算时间。 通过加载现有的Excel文件或创建一个新文件,我们可以使用Aspose.Cells提供的方法来优化单元格计算方法并提高其性能。 最后,我们将修改后的Excel文件保存到磁盘。...Cells提供了 CalculationOptions.GetRecursive()...false 时,只会计算一次依赖单元格,之后不会重新计算。 减少Cell.Calculate()方法的计算时间 以下示例代码演示了...

    docs.aspose.com/cells/zh/cpp/decrease-the-calcu...
  7. Aspose.Cells 8.5.1中的公共API更改|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 8.5.1中的公共API更改 Contents [ Hide ] 本文描述了Aspose.Cells...更新的公共方法、 新增的类等 ,还描述了Aspose.Cells在幕后行为的任何更改。 添加的 API 添加了Workbook...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. Reusing Style Objects|Documentation

    In Aspose.Cells for Node.js via C++, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...the cells in the range. Because the Cell.getStyle() / Cell.setStyle(Style)...

    docs.aspose.com/cells/nodejs-cpp/reusing-style-...
  9. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet tab color programmatically using the C++ API or library....Cells allows you to change the color...Worksheet Tab Color with Aspose.Cells The sample code below shows...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  10. Reusing Style Objects|Documentation

    In Aspose.Cells for .NET, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...to the cells in the range. Because the Cell.GetStyle/Cell.SetStyle...

    docs.aspose.com/cells/net/reusing-style-objects/