Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 21,287 for

worksheet

(0.12 sec)
  1. Manage Smart Art|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....Add WordArt Watermark to Worksheet Data in Non-Primitive Shape...

    docs.aspose.com/cells/python-net/managing-smart...
  2. Public API Changes in Aspose.Cells 8.1.1|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....Cells API will export the worksheet contents with better presentation...Layout Added Support for Worksheet Scenarios A scenario is named...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Aspose.Cells.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 Working with Rows and Columns...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. Creating Excel Chart and Embedding it in Presen...

    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.... Worksheets . SetOleSize ( 0 , chartRows...//-------- Bitmap imgChart = wb . Worksheets [ chartSheetIndex ]. Charts...

    docs.aspose.com/slides/net/creating-excel-chart...
  5. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...C++,轻松地在列上垂直拆分工作表,只需选择顶行的一个单元格作为活动单元格,然后使用 Worksheet.split() 方法进行拆分。 const path...setActiveCell ( "C1" ); // Split worksheet vertically on columns sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  6. Handle Automatic Units of Chart Axis like Micro...

    Learn how to handle automatic units on chart axes in Aspose.Cells for C++, similar to Microsoft Excel. Our guide will show you how to configure and customize automatic units on a chart axis, including the display of scientific notation and adjusting the scale....Access first worksheet WorksheetCollection worksheets = wb . GetWorksheets...GetWorksheets (); Worksheet ws = worksheets . Get ( 0 ); // Access...

    docs.aspose.com/cells/cpp/handle-automatic-unit...
  7. Reading Cell Values in Multiple Threads Simulta...

    Learn how to Read Cell Values in Multiple Threads Simultaneously with Aspose.Cells for Java APIs....thread simultaneously, set Worksheet.getCells().setMultiThreadReadin()...workbook. Adds a worksheet. Populates the worksheet with string values...

    docs.aspose.com/cells/java/reading-cell-values-...
  8. Using LightCells API with C++|Documentation

    Learn how to use the LightCells API in C++ to efficiently read and write large Excel files with minimal memory usage....of data or content in the worksheet. The LightCells API is useful...checked when saving every worksheet in the workbook. For one sheet...

    docs.aspose.com/cells/cpp/using-lightcells-api/
  9. 使用Node.js通过C++设置打印选项|Documentation

    本文演示了如何使用Node.js API和C++库以编程方式设置Excel工作表页面设置的打印选项。可以设置打印区域、打印标题和页面顺序。...reference of the PageSetup of the worksheet const pageSetup = workbook...reference of the PageSetup of the worksheet const pageSetup = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-pri...
  10. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for C++. Our guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance the presentation and usability of your charts....inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/set-the-shape-type-of...