Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 30,205 for

worksheet

(0.25 sec)
  1. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。...collection from the first worksheet ShapeCollection shapes = workbook...(); // Add a TextBox to the worksheet Shape shape = shapes . AddTextBox...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  2. Refresh and Calculate Pivot Table having Calcul...

    Refresh and calculate pivot table with calculated items using Aspose.Cells with C++....// Access the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/refresh-and-calculate...
  3. 用C++设置形状或文本框的文本效果阴影|Documentation

    学习如何使用编号Aspose.Cells for C++为形状或文本框设置文本效果的阴影。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/setting-shadow-of-...
  4. 用C++提取Gear类型SmartArt形状中的文本|Documentation

    学习如何使用Aspose.Cells for C++逐步指导和代码示例,从Excel中的Gear类型SmartArt形状中提取文本。...inputFile ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/extract-text-from-...
  5. Insert Sparkline with C++|Documentation

    Create sparkline for Excel using Aspise.Cells with C++....sparkline is a tiny chart in a worksheet cell that provides a visual...workbook Workbook book ; Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/cpp/creating-sparklines/
  6. Create and Customize PowerPoint Charts in Pytho...

    Create and customize PowerPoint charts in Python with Aspose.Slides — work with data, styles, and chart types in PPT and PPTX using clear code examples....Presentations with Python Apply Chart Worksheet Formulas in Presentations...

    docs.aspose.com/slides/python-net/powerpoint-ch...
  7. Add Cell Validations|Documentation

    This article introduces how to add list validation, drop‑down list validation and custom expression validation in GridWeb.... Access a worksheet. Access the cell to which...control to a Web Form. Access a worksheet. Access the cell for which...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  8. Working with GridDesktop|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....GridDesktop Working with Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  9. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....Workbook (); // Access the first worksheet from the collection const...const sheet = workbook . worksheets . get ( 0 ); // Access cell A1...

    docs.aspose.com/cells/javascript-cpp/implement-...
  10. 更改单元格对齐方式并保持现有格式|Documentation

    使用Aspose.Cells库在JavaScript via C++中更改单元格对齐方式并保持现有格式...first worksheet const worksheet = workbook . worksheets . get...cells range const range = worksheet . cells . createRange ( "B2:D7"...

    docs.aspose.com/cells/zh/javascript-cpp/change-...