Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 235,672 for

aspose.cells

(2 sec)
  1. 通过C++用JavaScript计算公式|Documentation

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

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  2. 用C++管理工作簿|Documentation

    学习如何通过Aspose.cells for C++ API管理工作簿。...用C++管理工作簿 Contents [ Hide ] Aspose.Cells for C++提供了强大而灵活的API用于管理...Save 方法保存工作簿。 #include <Aspose.Cells.h> int main () { Aspose...

    docs.aspose.com/cells/zh/cpp/managing-workbooks...
  3. Aspose.Cells 8.7.1 中的公共 API 更改|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....Aspose.Cells 8.7.1 中的公共 API 更改 Contents [ Hide ] 本文档描述了从版本 8...8.7.0 到 8.7.1 的 Aspose.Cells API 中的更改,这可能对模块/应用程序开发人员感兴趣。它不仅包...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. 在Ruby中显示或隐藏行列标题|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....Hide ] Aspose.Cells - 显示或隐藏行列标题 隐藏行/列标头 要使用 Aspose.Cells Java for...workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) . new ( data_dir...

    docs.aspose.com/cells/zh/java/display-or-hide-r...
  5. Detect if Worksheet is Password Protected with ...

    Learn how to detect if a worksheet is password protected using Aspose.cells for Node.js via C++.... Aspose.Cells APIs provide the means to...demonstrates the usage of Aspose.Cells for Node.js via C++ API...

    docs.aspose.com/cells/nodejs-cpp/detect-if-work...
  6. Calculation of Excel 2016 MINIFS and MAXIFS fun...

    This article introduces how to use the Aspose.cells library to calculate MINIFS and MAXIFS functions in Microsoft Excel 2016 using Node.js via C++. Load an existing Excel file or create a new one, then use Aspose.cells methods to calculate these functions and save the results to disk.... Aspose.Cells for Node.js via C++ also...formula calculation via Aspose.Cells for Node.js via C++, and...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  7. 使用C++渲染自定义日期格式g和ge mm dd|Documentation

    Aspose.cells是一个支持使用自定义日期格式 g 和 ge 渲染日期的C++库。本文将描述如何使用Aspose.cells库渲染自定义日期格式,以便用户可以控制日期的显示方式。...mm dd Contents [ Hide ] Aspose.Cells现在能够呈现类似于g、ge.mm.dd等自定义日...dd等自定义日期格式模式。请查看附加的源Excel文件(5112361.xlsx)和Aspose.Cells转换的PDF(5112360.pdf)作为参考。...

    docs.aspose.com/cells/zh/cpp/render-custom-date...
  8. Add Digital Signature to an already signed Exce...

    This article describes how to add a digital signature to an already signed Excel file using C# code with Aspose.cells for .NET....Possible Usage Scenarios Aspose.Cells provides the Workbook.A...original document is an Aspose.Cells‑generated document, it works...

    docs.aspose.com/cells/net/add-digital-signature...
  9. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.cells,可以在Node.js via C++中轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht和XPS文件。...l文件 Contents [ Hide ] 使用Aspose.Cells,可以轻松创建、打开和管理Excel文件,例如检索数据或使用设计模板以加快开发流程。...AsposeCells = require ( "aspose.cells.node" ); // The path to...

    docs.aspose.com/cells/zh/nodejs-cpp/loading-sav...
  10. Add Signature Line to the Worksheet with C++|Do...

    This article describes how to add a signature line to the worksheet using C++ codes with Aspose.cells for C++....Contents [ Hide ] Introduction Aspose.Cells provides the Picture.SignatureLine...#include <ctime> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/cpp/add-signature-line/