Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 235,224 for

aspose.cells

(0.61 sec)
  1. 用C++计算数据表的数组公式|Documentation

    如何使用Aspose.cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。... Aspose.Cells现在允许您计算数据表的数组公式。请在计算任何类型的公式时使用...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...
  2. Merge Files with C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.cells for C++....Contents [ Hide ] Introduction Aspose.Cells provides different ways...files. Merge Files Using Aspose.Cells The following sample code...

    docs.aspose.com/cells/cpp/merge-files/
  3. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.cells with C++....easily be achieved using the Aspose.Cells API. This article will show...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  4. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy sparklines by specifying data range and location using Aspose.cells for C++.... Aspose.Cells supports this feature. To...and location. Click OK . Aspose.Cells provides the SparklineCollection...

    docs.aspose.com/cells/cpp/copy-sparkline-by-spe...
  5. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature in VBA code using Aspose.cells with C++....with C++ Contents [ Hide ] Aspose.Cells allows you to check if the...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/cpp/check-if-digital-sign...
  6. 用C++检查VBA代码的数字签名是否有效|Documentation

    学习如何用Aspose.cells在C++中检查VBA代码的数字签名的有效性。...用C++检查VBA代码的数字签名是否有效 Contents [ Hide ] Aspose.Cells允许你使用 Workbook.VbaProject...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/zh/cpp/check-if-digital-s...
  7. Get Validation Applied on a Cell with C++|Docum...

    This article shows how to apply validation on a cell with C++....Contents [ Hide ] You can use Aspose.Cells to get the validation applied...applied to a cell. Aspose.Cells provides the Cell::GetValidation()...

    docs.aspose.com/cells/cpp/get-validation-applie...
  8. 使用 C++ 在 ODF 1.1、1.2 和 1.3 规格下保存 ODS 文件|Documen...

    使用 Aspose.cells 和 C++ 将 Excel 转换为符合 ODF 1.1、1.2 和 1.3 规范的文件。...ODS 文件 Contents [ Hide ] Aspose.Cells 支持将 ODS 文件( OpenDocument...Format ) 1.1、1.2 和 1.3 规格的文件。Aspose.Cells 有 OdsSaveOptions.GetOdfStrictVersion()...

    docs.aspose.com/cells/zh/cpp/save-ods-file-in-o...
  9. Secure PDF Documents|Documentation

    Learn how to pass in PDF security options when saving spreadsheets to PDF with Aspose.cells for Python via .NET API.... Aspose.Cells for Python via .NET provides...how to secure PDFs with Aspose.Cells for Python via .NET. If...

    docs.aspose.com/cells/python-net/secure-pdf-doc...
  10. 使用ICustomFunction功能|Documentation

    本文描述了如何使用Aspose.cells库中ICustomFunction功能在Microsoft Excel中创建自定义函数。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.cells提供的方法定义和注册自定义函数并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...本文详细介绍如何使用ICustomFunction功能使用Aspose.Cells API实现自定义函数。 ICustomFunc...ICustomFunction接口允许添加自定义公式计算函数以扩展Aspose.Cells的核心计算引擎,以满足特定需求。此功能可用于在模板文...

    docs.aspose.com/cells/zh/java/how-to-calculate-...