Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 238,879 for

aspose cells

(0.65 sec)
  1. 使用FormulaText函数在Aspose.Cells与C++中|Documentation

    本文介绍了如何使用Aspose.Cells库中的FormulaText函数处理Microsoft Excel中的公式。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法获取和设置单元格的公式文本并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...使用FormulaText函数在Aspose.Cells与C++中 Contents [ Hide ] FormulaText是Excel...向您展示如何使用Aspose.Cells利用此函数。 以下示例代码显示了如何使用Aspose.Cells中的Formul...

    docs.aspose.com/cells/zh/cpp/using-formulatext-...
  2. 如何用C++将Excel打印为宽度和高度适应的页面|Documentation

    本文提供代码,说明如何使用Aspose.Cells库用C++设置FitToPagesWide和F intoToPagesTall。... 如何使用Aspose.Cells将Excel的宽度和高度适合页面打印 若要在指定...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-print-excel...
  3. Table conditional styles unexpected behavior - ...

    Hi, I’ve noticed that conditional table padding styles (checked for FirstRow in particular) have a somewhat unexpected interaction with inline (as in - defined for specific instance of a table) styles in imported tables…...styles unexpected behavior Aspose.Words Product Family words-net...case) to a document created in aspose. This style defines padding...

    forum.aspose.com/t/table-conditional-styles-une...
  4. 使用 C++ 自定义图表|Documentation

    了解如何在Aspose.Cells for C++中自定义图表。我们的指南将演示如何修改图表布局、添加和格式化数据系列、调整轴线,以及应用各种格式选项,提升图表的外观和可用性。...但Aspose.Cells API также支持创建自定义图表,允许开发人员自己设置格式。...开发人员可以使用Aspose.Cells在运行时创建自定义图表。 图表由数据系列组成。在Aspose.Cells中,每个数据系列由...

    docs.aspose.com/cells/zh/cpp/customizing-charts/
  5. 页面设置与打印选项(C++)|Documentation

    配置页面设置和打印参数以控制打印过程,使用Aspose.Cells与C++。...页面设置和打印设置提供各种选项,并且在Aspose.Cells中得到充分支持。 本文展示如何在Visual S...Studio中创建控制台应用程序,并利用少量代码和Aspose.Cells API对工作表应用页面设置和打印参数。 处理页面和打印设置...

    docs.aspose.com/cells/zh/cpp/page-setup-and-pri...
  6. PreferredWidth class | Aspose.Words for Python

    Aspose.words.tables.PreferredWidth class. Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell...preferred width of a table or a cell. To learn more, visit the Working...builder . insert_cell () builder . write ( 'Cell #1' ) builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CellFormat.vertical_alignment property | Aspose...

    CellFormat.vertical_alignment property. Returns or sets the vertical alignment of text in the cell....vertical alignment of text in the cell. @property def vertical_alignment...vertical_alignment ( self ) -> aspose . words . tables . CellVerticalAlignmen...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Auto Filter Data in VSTO and Aspose.Cells|Docum...

    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....Filter Data in VSTO and Aspose.Cells Contents [ Hide ] To apply...using VSTO with C#, or using Aspose.Cells, also with C#. VSTO Excel...

    docs.aspose.com/cells/net/auto-filter-data-in-v...
  9. 在现有PDF中操作表格|Aspose.PDF for .NET

    学习如何使用Aspose.PDF for .NET处理现有PDF中的表格,提供文档修改的灵活性。...Contents [ Hide ] 在现有PDF中操作表格 Aspose.PDF for .NET支持的最早功能之一是其处理表...析PDF文档页面上已存在的简单表格的新功能。一个名为 Aspose.PDF.Text.TableAbsorber 的新类...

    docs.aspose.com/pdf/zh/net/manipulate-tables-in...
  10. 使用C++计算公式|Documentation

    本文介绍如何使用Aspose.Cells库结合C++计算Microsoft Excel中的公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法来计算公式并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...Contents [ Hide ] 添加公式及计算结果 Aspose.Cells 有内嵌的公式计算引擎。它不仅可以重新计算导入设...中的公式,还支持计算在运行时添加的公式的结果。 Aspose.Cells支持大部分Microsoft Excel中的公式或函数(请参阅...

    docs.aspose.com/cells/zh/cpp/calculate-formulas/