Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 249,564 for

cells

(0.11 sec)
  1. 使用 C++ 实现 1904 日期系统|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持实现1904日期系统,允许用户根据1904年1月1日的日期系统进行计算和格式化。本文介绍了如何使用Aspose.Cells库实现1904日期系统。...Cells 设置Excel文件的1904日期系统。 在 Microsoft...Excel中选择1904日期系统 请参阅以下示例代码,了解如何使用Aspose.Cells API 实现此功能。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/implement-1904-dat...
  2. Update Power Query Formula Item with C++|Docume...

    Learn how to update Power Query Formula Items using Aspose.Cells for C++ to modify data source file locations in Excel files....Cells API provides the option to update...Power Query Formula Item Aspose.Cells API provides the ability to...

    docs.aspose.com/cells/cpp/update-power-query-fo...
  3. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting Excel to PDF using Aspose.Cells with C++....Cells has the ability to set a limit...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/limit-the-number-of-p...
  4. CalculateFormula throws an exception - Free Sup...

    I am using Aspose.Cells 25.10.0 .NET 9.0 There is a file that passes CalculateFormula in version 25.9 but in version 25.10 CalculateFormula throws an exception: System.NullReferenceException: Object reference not set…...Cells Product Family cells-net aleksandr.l November...3:40pm 1 I am using Aspose.Cells 25.10.0 .NET 9.0 There is a...

    forum.aspose.com/t/calculateformula-throws-an-e...
  5. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....Cells. Please use the ShapeCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  6. BorderCollection class | Aspose.Words for Node.js

    Aspose.Words.BorderCollection class. A collection of [Border](../border/) objects...border that is used between cells or conforming paragraphs. left...border that is used between cells. Methods Name Description clearFormatting()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Create and Customize PowerPoint Tables in PHP|A...

    Create and format tables in PowerPoint PPT and PPTX using Aspose.Slides for PHP via Java — insert rows and columns, merge Cells, set borders, import data....Tables Using PHP Manage Table Cells in Presentations Using PHP Create...

    docs.aspose.com/slides/php-java/powerpoint-table/
  8. Aspose::Words::BorderCollection::get_Vertical m...

    Aspose::Words::BorderCollection::get_Vertical method. Gets the vertical border that is used between Cells in C++....border that is used between cells. System :: SharedPtr < Aspose...borders that will appear between cells. borders -> get_Vertical ()...

    reference.aspose.com/words/cpp/aspose.words/bor...
  9. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...Cells 使用 LookInType.OriginalValues...Excel的查找选项找到的单元格D4,但Aspose.Cells可以使用 LookInType.OriginalValues...

    docs.aspose.com/cells/zh/cpp/search-data-using-...
  10. 不用在工作表中编写,直接用JavaScript用C++进行自定义函数的计算|Documenta...

    本文介绍如何使用Aspose.Cells库,允许用JavaScript用C++在Microsoft Excel中直接计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或新建一个,计算自定义函数,并保存修改后的文件。...Cells.",然后该值由计算引擎自动地与单元格 A1 的值 “Welcome...进行连接,最终计算的值返回为 “Welcome to Aspose.Cells."。从代码中可以看到,我们并未在工作表中编写自定义函数...

    docs.aspose.com/cells/zh/javascript-cpp/direct-...