Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 26,930 for

excel worksheet

(0.18 sec)
  1. 使用 Node.js 和 C++ 判断工作表的纸张大小是否自动|Documentation

    本文介绍如何借助 Node.js API 和 C++ 扩展,编程判断工作表的纸张大小是否设置为自动。...你可以利用 Worksheet.isAutomaticPaperSize() 属性判断工作表的纸张大小是否为自动。...确定工作表的纸张大小是否自动 以下给出的示例代码加载以下两个Excel文件 samplePageSetupIsAut-False...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  2. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....Contents [ Hide ] Microsoft Excel provides some good features...to auto‑filter or validate worksheet data. Aspose.Cells fully supports...

    docs.aspose.com/cells/cpp/data-validation/
  3. 使用 C++ 通过 JavaScript 创建动态图表|Documentation

    学习如何通过 C++ 使用 Aspose.Cells for JavaScript 创建动态图表。本指南将展示如何根据您的需求动态更新图表数据、系列和格式,从而在工作表中直观展示变化的数据。...为了触发数据源的更改,可以使用Excel表的筛选选项,或者使用控件如下拉列表或下拉菜单。 本文演示了使用...通过C++ API创建动态图表的两种方法。 使用ExcelExcel 表格在 Aspose.Cells 视角下称为 ...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  4. Add Hyperlinks to the 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....hyperlink inside a cell of the worksheet. You can also add a hyperlink...way. Please check the output Excel file generated with this code...

    docs.aspose.com/cells/cpp/add-hyperlinks-to-the...
  5. Refresh Values of Linked Shapes with Node.js vi...

    Learn how to refresh the values of linked shapes in Excel using Aspose.Cells for Node.js via C++....have a linked shape in your Excel file which is linked to some...some cell. In Microsoft Excel, changing the value of the linked...

    docs.aspose.com/cells/nodejs-cpp/refresh-values...
  6. 通过Node.js和C++保护和取消保护工作表|Documentation

    使用Aspose.Cells for Node.js via C++保护和取消保护Excel文件的工作表。...中的数据,您可以锁定 Excel 工作表上的单元格,然后使用密码保护工作表。 在 MS Excel 中保护和取消保护工作表...via C++保护工作表 只需要以下简单代码行来实现保护 Excel 文件的工作簿结构。 const path = require...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...
  7. Merge two adjacent 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....cells Contents [ Hide ] OpenXML Excel string FilePath = @"..\..\....Given a document name, a worksheet name, and the names of two...

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  8. Protect and Unprotect with Node.js via C++|Docu...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using Node.js with C++ addons....level, like MS Excel: Encrypt and decrypt Excel files To prevent...accessing data in Excel files, protect the Excel file with a password...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  9. 用 JavaScript 通过 C++ 查找工作表是否为对话框表|Documentation

    本文提供用 Aspose.Cells for JavaScript 通过 C++ 判断 Excel 工作表是否为对话框表的指令和示例代码。...作表可以由老版本的Excel(如2003)插入,如截图所示,也可以通过VBA在较新版本(如Excel 2016)中插入。...for JavaScript 通过 C++ 提供的 Worksheet.type 属性判断工作表是否为对话框表。如果返回枚举值...

    docs.aspose.com/cells/zh/javascript-cpp/find-if...
  10. Format Ranges with JavaScript via C++|Documenta...

    Learn how to format a range of cells in Excel using Aspose.Cells for JavaScript via C++....Range in Excel To format a range of cells in Excel, you can use...formatting options provided by Excel. Here’s how you can format a...

    docs.aspose.com/cells/javascript-cpp/how-to-for...