Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 102,525 for

workbook

(0.26 sec)
  1. Public API Changes in Aspose.Cells 8.5.1|Docume...

    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....Added APIs Added Workbook.Dispose Method Workbook object now implements...call the Workbook.Dispose method or create a Workbook object in...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Render Custom Date Format Pattern g and ge mm d...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports rendering dates using custom date format patterns 'g' and 'ge'. This article will describe how to render custom date format patterns using the Aspose.Cells library so that users can control how dates are displayed if they want....02_OutputDirectory \\ " ); // Create workbook from an existing Excel file...u "SourceFile.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/render-custom-date-fo...
  3. Add Hyperlinks to Cells|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....) Add a Workbook. Get the first sheet. Add...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-hyperlinks-to-cells/
  4. 在工作表单元格中显示字符串|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/zh/net/display-string-in-...
  5. 通过Node.js的C++检查工作簿中的VBA项目是否已签名|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查工作簿中的VBA项目是否已签名。...Cells的 Workbook.getVbaProject() 属性以编程方式来检查。...js中检查工作簿中的VBA项目是否已签名 以下代码加载工作簿,并使用 Workbook.getVbaProject() 属性检测其VBA项目是否已签名。若已签名,返回...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  6. 支持在用Python加载HTML到Excel工作簿时布局DIV标签 via .NET|Docu...

    学习如何在使用Aspose.Cells for Python via .NET导入HTML到Excel工作簿时,保持DIV标签的布局。实现HTML结构转换的精确控制。...cells import Workbook , HtmlLoadOptions , LoadFormat...support_div_tag = True # Create workbook object from the html using...

    docs.aspose.com/cells/zh/python-net/support-the...
  7. Insert a Linked Picture from Web Address with J...

    Learn how to insert a linked picture from a web address into a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...provided, use it as the base workbook const file = fileInput . files...

    docs.aspose.com/cells/javascript-cpp/insert-a-l...
  8. 使用C++控制工作簿视图的方法|Documentation

    学习如何使用Aspose.Cells for C++ API控制工作簿视图。...(); // Create a new workbook Workbook workbook ; // Get the first...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-control-wor...
  9. Check if VBA Code is Signed with Node.js via C+...

    Learn how to check if the VBA code project is signed using Aspose.Cells for Node.js via C++....xlsm" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/check-if-vba-c...
  10. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。...Cells提供了一个代表Microsoft Excel文件的 Workbook 班。 Workbook 班包含一个 Workbook.getWorksheets()...属性为Excel文件的第一个工作表启用页面分页预览模式。 通过创建 Workbook 班的实例打开book1.xls文件。通过将 Worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...