Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 21,274 for

worksheet

(0.12 sec)
  1. HTML with C++|Documentation

    Convert Excel to HTML and MHTML format using Aspose.Cells with C++....Transparent Image of Excel Worksheet Delete redundant spaces after...Export Document Workbook and Worksheet Properties in Excel to HTML...

    docs.aspose.com/cells/cpp/convert-excel-to-html/
  2. Public API Changes in Aspose.Cells 8.5.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....Worksheet TableDataSourceType.XML Added..."D:/book1.xlsx" ); Worksheet sheet = book . Worksheets [ 0 ]; ListObject...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Data Sorting|Documentation

    Learn how to sort data by using the Aspose.Cells for Node.js via C++ API....C++ lets developers sort worksheet data alphabetically or numerically...based on the cell data in a worksheet. The DataSorter.sort method...

    docs.aspose.com/cells/nodejs-cpp/sort-data-of-e...
  4. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...(if you want) for exporting worksheet to DOCX. See the following...destination Range in the worksheet. Then copy the source range...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  5. Managing Cell Controls in Columns|Documentation

    This article introduces how to set control in column GridDesktop....from the columns of their worksheets. Let’s have a look into it...can simply access a desired worksheet and then Remove the cell control...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  6. 在Aspose.Cells中设置公式中的外部链接|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....first Worksheet Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/set-external-links...
  7. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....workbook ( inputFilePath ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Chart chart = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  8. 使用 Node.js 和 C++ 以指定打印纸张尺寸加载工作簿|Documentation

    学习如何在使用 Aspose.Cells for Node.js via C++ 加载工作簿时设置打印纸张大小。...some data inside the first worksheet const workbook = new AsposeCells...AsposeCells . Workbook (); const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/load-workbo...
  9. 使用 C++ 访问和修改关联 Ole 对象的显示标签|Documentation

    学习如何使用 Aspose.Cells for C++ 访问和修改 Excel 文件中链接的 Ole 对象的显示标签。...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Workbook ( ms ); // Access first worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/zh/cpp/access-and-modify-...
  10. 创建、删除和获取GridCell注释|Documentation

    本文介绍了如何在GridWeb中处理评论。... //Access first worksheet of GridWeb GridWorksheet sheet...sheet = GridWeb1 . WorkSheets [ 0 ]; //Access cell B4 GridCell...

    docs.aspose.com/cells/zh/net/aspose-cells-gridw...