Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 201,346 for

aspose cells

(0.14 sec)
  1. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in C++ to add conditional formatting for two color ratios and three color ratios. By adjusting these criteria, you have more control over how Cells look and appear....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/adding-2-color-scale-...
  2. 用 C++ 实现非连续范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 创建非邻接单元格的命名范围。...Aspose.Cells支持创建具有非相邻单元格的命名范围。 下面的示例代码展示了如何用 Aspose.Cells...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/implementing-non-s...
  3. Aspose-word-java word转pdf标点符号在行首 - Free Support...

    当前Aspose-word-java 版本为25.5,在win11和linux环境下,生成word,然后转pdf,结果标点符号在行首,还有有些单词有空格莫名奇妙自动换行。是需要在word转pdf时有什么指定操作还是在写word时对paragraph进行一些指定等...Aspose-word-java word转pdf标点符号在行首 中文技术支持 words-java yiranzhiyuan...yiranzhiyuan June 10, 2025, 1:45am 1 当前aspose-word-java 版本为25.5,在win11和l...

    forum.aspose.com/t/aspose-word-java-word-pdf/31...
  4. BorderCollection.top property | Aspose.Words fo...

    BorderCollection.top property. Gets the top border....@property def top ( self ) -> aspose . words . Border : ... Examples.... LineStyle . SINGLE , 2 , aspose . pydrawing . Color . black...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel worksheets e.g. Numbers stored as Text using C++ API or Library....of a cell highlights when there’s a problem with a cell. Excel...error value is displayed in the cell. Clicking on the green triangle...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  6. MarkdownSaveOptions.table_content_alignment pro...

    MarkdownSaveOptions.table_content_alignment property. Gets or sets a value that specifies how to align contents in tables when exporting into the [SaveFormat.MARKDOWN](../../../Aspose.words/saveformat/#MARKDOWN) format...table_content_alignment ( self ) -> aspose . words . saving . TableContentAlignmen...table_content_alignment ( self , value : aspose . words . saving . TableContentAlignmen...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 仅复制范围样式C++实现|Documentation

    学习如何使用Aspose.Cells与C++仅复制范围样式。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u...

    docs.aspose.com/cells/zh/cpp/copy-range-style-o...
  8. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。...Aspose.Cells提供了此功能。本文提供了使用Aspose.Cells设置范围边框的示例代码。...选择所需的边框样式后,边框将应用于所选的单元格范围。 使用Aspose.Cells设置范围边框 此示例演示如何: 创建一个工作簿。...

    docs.aspose.com/cells/zh/cpp/set-range-border/
  9. Get Hyperlinks in Range with C++|Documentation

    Learn how to get hyperlinks in range through the Aspose.Cells for C++ API....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u...

    docs.aspose.com/cells/cpp/get-hyperlinks-in-range/
  10. 用C++减少单元格Calculate方法的计算时间|Documentation

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

    docs.aspose.com/cells/zh/cpp/decrease-the-calcu...