Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 30,160 for

worksheet

(0.07 sec)
  1. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets by setting the header and footer with script commands using the C++ API or Library....footers can also be added to worksheets. They can be used to display...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  2. 档案

    档案...desired worksheet Worksheet sheet = book.Worksheets[0]; // Set...JPEG); // Get the first worksheet Worksheet sheet = workbook.getWorksheets()...

    blog.aspose.com/zh/cells/convert-excel-to-jpg/
  3. Manage Smart Art with Node.js via C++|Documenta...

    Learn how to manage Smart Art in Aspose.Cells for Node.js via C++....Add WordArt Watermark to Worksheet with Node.js via C++ Data...

    docs.aspose.com/cells/nodejs-cpp/managing-smart...
  4. 使用 JavaScript 通过 C++ 将单元格范围显示为数据标签|Documentation

    学习如何在图表中使用 Aspose.Cells for JavaScript 通过 C++ 显示单元格范围作为数据标签。我们的指南将演示如何将标签链接到数据源,并进行格式化,以在图表中提供准确且有意义的信息。...first worksheet const worksheet = workbook . worksheets . get...chart inside the worksheet const chart = worksheet . charts . get...

    docs.aspose.com/cells/zh/javascript-cpp/showing...
  5. 使用 JavaScript 通过 C++ 设置图表中数据标签的形状类型|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 设置图表中数据标签的形状类型。本指南将介绍不同的形状类型,并指导你如何选择合适的形状以增强显示效果和可用性。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/set-the...
  6. Missing Features of xlsx4j in Aspose.Cells|Docu...

    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....in xlsx4j Export Data from Worksheets in xlsx4j Find Value in Cells...in xlsx4j Import Data to Worksheets in xlsx4j Sort Data in xlsx4j...

    docs.aspose.com/cells/java/missing-features-of-...
  7. How to Set Width of Cell in Excel using C#

    This brief tutorial contains information on how to set width of cell in Excel using C#. By using C# Excel cell width can be changed with the help of a few API calls only after establishing the environment according to the steps given in this tutorial....Get access to the target worksheet from the default collection...and then set the desired worksheet whose cell width is to be...

    kb.aspose.com/cells/net/how-to-set-width-of-cel...
  8. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel cells using HTML with the easy‑to‑use Aspose.Cells for JavaScript via C++ API....first worksheet const worksheet = workbook . worksheets . get...Access cell A1 const cell = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/javascript-cpp/display-bu...
  9. 通过 JavaScript 结合 C++ 获取形状的连接点|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从 Excel 中的形状中检索连接点。...Get the first worksheet in the book. const worksheet = newWorkbook...newWorkbook . worksheets . get ( 0 ); // Add a new textbox to the collection...

    docs.aspose.com/cells/zh/javascript-cpp/get-con...
  10. Apply Conditional Formatting in Worksheets|Docu...

    How to use Aspose.Cells library in JavaScript via C++ to apply conditional formatting in Worksheets for better control over cell appearance....Conditional Formatting in Worksheets Contents [ Hide ] This article...to a range of cells in a worksheet. Conditional formatting is...

    docs.aspose.com/cells/javascript-cpp/apply-cond...