Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 27,073 for

excel worksheet

(0.47 sec)
  1. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。...Cells提供了一个代表Microsoft Excel文件的 Workbook 班。 Workbook 班包含一个...集合,允许访问Excel文件中的每个工作表。 一个工作表由 Worksheet 班表示。 Worksheet 班提供了各种...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...
  2. Page Setup Features|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....configure page setup settings for worksheets to control printing. These...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/java/page-setup-features/
  3. 使用Node.js via C++格式化单元格|Documentation

    学习如何在Aspose.Cells for Node.js via C++中格式化和设置单元格,包括数字格式、日期格式、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...reference of the first worksheet const worksheet = workbook . getWorksheets...cell from the worksheet const cell = worksheet . getCells ()...

    docs.aspose.com/cells/zh/nodejs-cpp/cells-forma...
  4. 用 JavaScript 通过 C++ 将工作表范围导出为图片|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....下面是示例Excel文件(47153160.xlsx)的截图,可用于代码测试,任何Excel文件都可以使用此代码。...。 示例 Excel 文件及其导出图像的屏幕截图 执行该代码仅创建范围 D8:G16 的图像。 示例代码 <!DOCTYPE...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  5. 通过C++用JavaScript计算公式|Documentation

    本文介绍如何使用Aspose.Cells库通过C++调用JavaScript在Microsoft Excel中计算公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算公式并获取结果。最后,将修改后的Excel文件保存到磁盘。...Cells支持大部分Microsoft Excel中的公式或函数(阅读 计算引擎支持的函数列表 )。这些函...符串前始终以等号(=)开始,就像在Microsoft Excel中创建公式一样,用逗号(,)分隔函数参数。 为了计算公式结果,可以调用...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  6. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....Contents [ Hide ] Introduction In Excel, you can select multiple cells...mouse button in cell A1 in Excel and then drag to cell C4 . The...

    docs.aspose.com/cells/cpp/managing-ranges/
  7. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++.... In the Microsoft Excel UI, adjustments display as yellow...workbook object from source Excel file U16String inputFilePath...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  8. 使用 C++ 在 Node.js 中设置页面布局和打印选项|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....处理页面和打印设置 在此示例中,我们在 Microsoft Excel 中创建了一个工作簿,并使用 Aspose.Cells 设置了页面布局和打印选项。...Cells 设置页面设置选项 首先在Microsoft Excel中创建一个简单的工作表。然后将页面设置选项应用于它。执行...

    docs.aspose.com/cells/zh/nodejs-cpp/page-setup-...
  9. Managing Controls with C++|Documentation

    Learn how to add and manage various controls like lines, rectangles, arcs, ovals, spinners, scroll bars, and group boxes in Worksheets using Aspose.Cells with C++....spreadsheet using Microsoft Excel and then import the designer...Adding Text Box Control to a Worksheet One way to stress important...

    docs.aspose.com/cells/cpp/managing-controls/
  10. How to change the Comment Font Color with C++|D...

    Learn how to customize comment font color in Excel using Aspose.Cells with C++....Contents [ Hide ] Microsoft Excel allows users to add comments...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-change-the-com...