Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 30,198 for

worksheet

(0.19 sec)
  1. 用C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for C++将图片设置为图表的背景填充。我们的指南将告诉您如何导入和调整图片位置、大小、颜色,以及应用格式化选项以增强图表外观。..." ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-picture-as-bac...
  2. 通过 Node.js 以 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....combine(Workbook) 方法合并多个工作簿,使用 Worksheet.copy(Worksheet) 方法将工作表复制到新工作簿。这些...rename them accordingly const worksheets = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/merge-files/
  3. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use Aspose.Cells library to add cells to the formula watch window in Excel using JavaScript via C++. By loading an existing Excel file or creating a new one, we can manipulate the cells in it and set formulas. Finally, we save the modified Excel file to disk....Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/add-cells-...
  4. 在使用C++的JavaScript中自动在表格或列表对象中输入新行时传播公式|Document...

    学习如何在使用C++的JavaScript中使用模板在输入新行时自动传播表格或列表对象中的公式...Access first worksheet const sheet = book . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/propaga...
  5. Check if Workbook contains hidden External Link...

    Learn how to check if a workbook contains hidden external links using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...const links = workbook . worksheets . externalLinks ; // Print...

    docs.aspose.com/cells/javascript-cpp/check-if-w...
  6. 使用JavaScript通过C++检测工作表中的合并单元格|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++检测工作表中的合并单元格。本文将向你展示如何使用库来识别和操作合并单元格。...arrayBuffer )); // Get a worksheet in the workbook const wkSheet...wkSheet = wkBook . worksheets . get ( "Sheet2" ); // Clear its contents...

    docs.aspose.com/cells/zh/javascript-cpp/detect-...
  7. 在设置Style.Custom属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库,支持在样式设置中检查自定义数字格式。本文将向你展示如何使用Aspose.Cells库检查自定义数字格式以确保样式正确。...Access first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/check-c...
  8. Excel – R1C1 Reference Style vs. A1 with C++|Do...

    R1C1 Reference Style vs. A1 style by using Aspose.Cells with C++....used to identify cells in a worksheet. Note that the choice between...

    docs.aspose.com/cells/cpp/r1c1-reference-style-...
  9. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in Node.js via C++....one cell to another in the worksheet by calling the Range.copy()...Conditional Formatting in Worksheets Apply Shading to Alternate...

    docs.aspose.com/cells/nodejs-cpp/conditional-fo...
  10. Excel – R1C1 Reference Style vs. A1|Documentation

    R1C1 Reference Style VS. A1 style by using Aspose.Cells for Node.js via C++....used to identify cells in a worksheet. Note that the choice between...

    docs.aspose.com/cells/nodejs-cpp/r1c1-reference...