Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 201,197 for

aspose cells

(0.08 sec)
  1. BorderCollection.left property | Aspose.Words f...

    BorderCollection.left property. Gets the left border.... get left () : Aspose . Words . Border Examples Shows...); // Create a row with two cells with different background colors...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Libgdiplus issue - Free Support Forum - aspose.com

    Hi! I’ve tried to run Converter.ConvertHTML(…) method on linux/mac and got classic error with libgdiplus libraty. Literraly “The type initializer for ‘Gdip’ threw an exception. Unable to load shared library ‘libgdiplus’…...Libgdiplus issue Aspose.HTML Product Family GlebLevotsky April...example. I have 2 questions. When aspose.html will be independent from...

    forum.aspose.com/t/libgdiplus-issue/263078
  3. 使用C++进行汇总功能|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段应用汇总函数。...使用C++进行汇总功能 Contents [ Hide ] 合并函数 Aspose.Cells 可用于将合并函数应用于数据透视表的数据字段(或值字段)。在...数、平均值、最大值、最小值、乘积、去重计数等。 Aspose.Cells提供 ConsolidationFunctio 枚举以支持以下合并功能。...

    docs.aspose.com/cells/zh/cpp/consolidation-func...
  4. 将VBA宏UserForm DesignerStorage从模板复制到目标工作簿(C++)|D...

    学习如何用Aspose.Cells for C++将VBA宏UserForm DesignerStorage从模板复制到目标工作簿。...Contents [ Hide ] 可能的使用场景 Aspose.Cells支持将VBA项目从一个Excel文件复制到另一个...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/copy-vba-macro-use...
  5. 许可证|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....free evaluation version of Aspose.Cells for Go via C++ can be downloaded...section of Aspose’s web site at: <// https://releases.aspose.com/cells/go-cpp/...

    docs.aspose.com/cells/zh/go-cpp/licensing/
  6. 在表格或列表对象中自动传播公式,以便在输入新行数据时自动更新,使用 C++|Documenta...

    学习如何在表格或列表对象中自动传播公式,当输入新数据时,使用 Aspose.Cells for C++。...要用 Aspose.Cells 实现相同的功能,可以使用 ListColumn::GetFormula...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/propagate-formula-...
  7. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace std ; int main () { Aspose :: Cells :: Startup (); // Create...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  8. Table.nodeType property | Aspose.Words for Node.js

    Table.nodeType property. Returns [NodeType.Table](../../nodetype/#Table).... get nodeType () : Aspose . Words . NodeType Examples...asTable (); // Find out if any cells in the table have other tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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。 自动过滤数据 应用自动筛选到一列:...本文中的代码示例显示如何使用 VSTO 或 Apose.Cells 以及 C# 或 Visual Basic 执行这些步骤。...

    docs.aspose.com/cells/zh/net/auto-filter-data/
  10. example.py

    import os from jpype import * __Cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__Cells_jar_dir__, "Aspose-Cells-23.1.jar")) addClassPath(os.path.join(__Cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)...addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os...

    docs.aspose.com/cells/tr/python-java/pyinstalle...