Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 30,196 for

worksheet

(0.23 sec)
  1. 通过Node.js和C++获取工作表唯一ID|Documentation

    本文展示了如何使用Node.js库和C++ API以编程方式获取Excel工作表唯一ID。...js via C++提供通过使用 Worksheet.getUniqueId() 属性获取工作表唯一ID的功能。以下代码片段演示了如何使用...属性获取工作表唯一ID的功能。以下代码片段演示了如何使用 Worksheet.getUniqueId() 属性打印工作表的唯一ID。此代码示例使用这个...

    docs.aspose.com/cells/zh/nodejs-cpp/get-workshe...
  2. Hello World|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....a new workbook, a default worksheet, # "Sheet1", is added to the...default. # Accessing the first worksheet in the book ("Sheet1"). $sheet...

    docs.aspose.com/cells/java/hello-world/
  3. Rotating Cell Text|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....rotate text in a cell on a worksheet, take the following steps:...Create a workbook and get a worksheet. Add sample text. Format the...

    docs.aspose.com/cells/net/rotating-cell-text/
  4. 工作表缩放的工作解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放问题:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。...xlsx" ); var worksheet = workbook . Worksheets [ worksheetIndex...columnCount - 1 ; workbook . Worksheets . SetOleSize ( startRow ...

    docs.aspose.com/slides/zh/net/working-solution-...
  5. 创建、访问和复制命名范围(C++)|Documentation

    学习如何使用 Aspose.Cells 在 Excel 文件中创建、访问和复制命名范围(C++)。...类包含一个 Worksheets 集合,可访问 Excel 文件中的每个工作表。一个工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供一个 Cells 集合。 创建已命名范围 可以通过调用 Cells 集合的重载方法 CreateRange...

    docs.aspose.com/cells/zh/cpp/create-access-and-...
  6. Get External Connection Data Source of Pivot Ta...

    How to get external connection data source of Pivot Table with Aspose.Cells for JavaScript via C++....the first worksheet in the Excel file const worksheet = workbook...workbook . worksheets . get ( 0 ); // Get the pivot table const pivotTable...

    docs.aspose.com/cells/javascript-cpp/get-extern...
  7. Convert Excel to High-Resolution Image with Jav...

    Learn how to convert Excel files to high‑resolution images using Aspose.Cells for JavaScript via C++....> < body > < h1 > Convert Worksheet to PNG Image </ h1 > < input...the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  8. 在使用 C++ 通过 JavaScript 转换 Excel 为 PDF 时渲染实心网格线|D...

    学习如何在使用 C++ 通过 JavaScript 转换 Excel 为 PDF 时渲染实心网格线。...Prepare data const worksheet = wb . worksheets . get ( 0 ); const...const cell = worksheet . cells . get ( "D9" ); cell . value = "gridline"...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  9. 获取范围内的超链接|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中获取区域中的超链接。...(default) worksheet const worksheet = workbook . worksheets . get...range A2:B3 const range = worksheet . cells . createRange ( "A2"...

    docs.aspose.com/cells/zh/javascript-cpp/get-hyp...
  10. Header and Footers|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....for adding a footer to a worksheet. The script is used as an...reference of the PageSetup of the worksheet PageSetup pageSetup = workbook...

    docs.aspose.com/cells/java/header-and-footers/