Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 30,422 for

worksheet

(0.16 sec)
  1. 使用C++获取范围内的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何获取范围内的超链接。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Range range = worksheet . GetCells (). CreateRange...

    docs.aspose.com/cells/zh/cpp/get-hyperlinks-in-...
  2. Aspose.Cells 8.4.1中的公共API更改|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....//Access first worksheet Aspose . Cells . Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Access the first chart inside the...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Format a List Object - Table|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....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/format-a-list-object...
  4. 如何用 Python.NET 设置打印区域|Documentation

    学习如何使用 Aspose.Cells for Python 在 Excel 文件中设置和清除打印区域 via .NET。...Access first worksheet worksheet = workbook . worksheets [ 0 ] # Set...Set print area to A1:D10 worksheet . page_setup . print_area...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  5. Merge or Unmerge Range of Cells with C++|Docume...

    Merge and Unmerge Cells in a Range in Excel with C++ code....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Create a range Range range = worksheet . GetCells (). CreateRange...

    docs.aspose.com/cells/cpp/merge-or-unmerge-rang...
  6. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for JavaScript via C++ API....simple data list in the first worksheet of the workbook (as shown...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/javascript-cpp/creating-s...
  7. Convert Excel to PDF, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more.... To export the active worksheet to Markdown, pass SaveFormat...settings for exporting a worksheet to Markdown. The following...

    docs.aspose.com/cells/net/convert-workbook-to-d...
  8. 使用字体|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.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; // Adding some value to cell Cell cell...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  9. Manage Comments and Notes with JavaScript via C...

    Insert and manage comments or notes with Aspose.Cells for JavaScript via C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/javascript-cpp/comments-a...
  10. Get Cell Validation in ODS Files|Documentation

    Learn how to get cell validation in ODS files using the Aspose.Cells for JavaScript via C++ API....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Accessing the first worksheet in the file const worksheet = workbook ...

    docs.aspose.com/cells/javascript-cpp/get-cell-v...