Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 21,314 for

worksheet

(0.08 sec)
  1. 计算一系列单元格的总和|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....== 0 ) { // The specified worksheet does not exist. return ; }...Id ); Worksheet worksheet = worksheetPart . Worksheet ; // Get...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  2. Display or Hide Gridlines in Python|Documentation

    Learn how to Display or Hide Gridlines through the Aspose.Cells for Python Via Java API....to Hide Gridlines To hide worksheet using Aspose.Cells Java for...Accessing the first worksheet in the Excel file worksheets = workbook...

    docs.aspose.com/cells/java/display-or-hide-grid...
  3. Lock or unlock shapes|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....protect all shapes in certain worksheets to prevent them from being...all shapes in the specified worksheet. Sometimes, you need to be...

    docs.aspose.com/cells/python-net/lock-or-unlock...
  4. 使用Node.js通过C++在饼图中自定义切片或扇区颜色|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自定义饼图中的切片和扇区颜色。我们的指南将展示如何为每个切片、扇区或扇团分配独特的颜色,以改善视觉效果和数据表现。...Access the first worksheet. const worksheet = workbook . getWorksheets...values used in a pie chart worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/zh/nodejs-cpp/custom-slic...
  5. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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.... Added APIs Render Worksheet to Graphic Context This release...Graphics2D class to render the Worksheet in Graphics context . The...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Customizing Charts with C++|Documentation

    Learn how to customize charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, add and format data series, adjust axes, and apply various formatting options to enhance the appearance and usability of your charts....with a line chart, to the worksheet. #include <iostream> #include...<span class="c1">// Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/cpp/customizing-charts/
  7. Format Rows and Columns with Node.js via C++|Do...

    Aspose.Cells for Node.js via C++ can support change row height or column width, as well as apply formatting on rows or columns....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/nodejs-cpp/adjusting-row-...
  8. 将图表转换为图片(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表导出为 JPEG 或 PNG 等图像格式。我们的指南将演示如何从 Microsoft Excel 导出图表并将其保存为独立图片,以供进一步使用和操作。...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...the newly added worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/chart-to-image/
  9. 新增工作表并激活工作表|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....//Declare a Worksheet object. Excel . Worksheet newWorksheet...newWorksheet ; //Add 5 new worksheets to the workbook and fill some data...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  10. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns by the Aspose.Cells for .NET API....Introduction Whether creating a new worksheet from scratch or working on...on an existing worksheet, we may need to add extra rows or columns...

    docs.aspose.com/cells/net/inserting-and-deletin...