Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 21,326 for

worksheet

(0.07 sec)
  1. 在Ruby中复制和移动工作表|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....模块的 copy_worksheet 方法。下面是代码示例。 Ruby 代码 def copy_worksheet ( workbook...workbook ) # Create a Worksheets object with reference to the sheets...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  2. Copying Rows and Columns|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....columns in a worksheet without copying the entire worksheet. With Aspose...shows how to copy a row in a worksheet. It uses a template Microsoft...

    docs.aspose.com/cells/java/copying-rows-and-col...
  3. 在 Excel 中使用 C++ 更改批注背景色的方法|Documentation

    如何更改 Excel 批注中的颜色。以及如何使用 C++ 在批注中插入图片或图像。...book ( inputPath ); Worksheet worksheet = book . GetWorksheets...( 0 ); Comment comment = worksheet . GetComments (). Get ( 0...

    docs.aspose.com/cells/zh/cpp/how-to-set-comment...
  4. Public API Changes in Aspose.Cells 8.1.0|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....used to specify if hidden worksheets are exported to HTML format...Cells will not export hidden worksheet contents. Please check the...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Save Specified Worksheets to PDF|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....Save Specified Worksheets to PDF Contents [ Hide ] By default...Aspose.Cells save all visible worksheets in a workbook to pdf file...

    docs.aspose.com/cells/java/save-specified-works...
  6. Read Excel File in C#

    This article explains how to read Excel file in C#. It includes the IDE configuration details, stepwise process, followed by a working sample code to create an XLSX reader in C#....Worksheets property Get the number of...spreadsheet, then access the target worksheet to retrieve the data. Subsequently...

    kb.aspose.com/cells/net/read-excel-file-in-csharp/
  7. HTML|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....Transparent Image of Excel Worksheet Delete redundant spaces after...Export Document Workbook and Worksheet Properties in Excel to HTML...

    docs.aspose.com/cells/python-net/convert-excel-...
  8. Data Sorting|Documentation

    Learn how to sort data by using the Aspose.Cells for .NET API....Cells lets developers sort worksheet data alphabetically or numerically...based on the cell data in a worksheet. The Sort method accepts the...

    docs.aspose.com/cells/net/sort-data-of-excel/
  9. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...Get the first worksheet in the book const worksheet = workbook ...0 ); // Set the tab color worksheet . setTabColor ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  10. Create High-Low-Close(HLC) Stock Chart with Nod...

    Learn how to create a high-low-close stock chart using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-high-lo...