Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 20,590 for

worksheet

(0.33 sec)
  1. Extract Theme Data from Excel File with C++|Doc...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract theme data from Excel files using the Aspose.Cells library....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/extract-theme-data-fr...
  2. Create and Manage Chart|Documentation

    Create a chart in CSharp for Excel and ODS files....ChartArea, the chart area in the worksheet. ChartDataTable, a chart data...Add any type of chart to a worksheet using the Charts collection...

    docs.aspose.com/cells/net/creating-charts/
  3. XlsxSaveOptions.sectionMode property | Aspose.W...

    XlsxSaveOptions.sectionMode property. Gets or sets the way how sections are handled when saving to the output XLSX document...save document as a separate worksheets. let doc = new aw . Document...be created as a separate worksheet. // Use 'SingleWorksheet'...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel using Node.js via C++....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/nodejs-cpp/insert-hyperli...
  5. Cut and Paste Range|Documentation

    This article describes how to Cut and Paste Range with Aspose.Cells for Python via .NET library....and paste cells within a worksheet by using the **insert_cut_cells...and paste cells within a worksheet. Sample Code Insert Ranges...

    docs.aspose.com/cells/python-net/cut-and-paste-...
  6. Utility Features in PHP|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....Converting Worksheet to Image in PHP Converting Worksheet to SVG...

    docs.aspose.com/cells/java/utility-features-in-...
  7. Change the format of a cell with C++|Documentation

    How to use Aspose.Cells library in C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....sample data, access the first worksheet, and get two cells(“A2” and...Startup (); Workbook workbook ; Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-change-format-...
  8. How to Add Comments in Excel using Python

    This short tutorial describes how to add comments in Excel using Python. It contains complete details for environment configuration and a runnable code to add note in Excel using Python....particular cell in the target worksheet. Steps to Add Comments in...Get access to the target worksheet in the loaded workbook Get...

    kb.aspose.com/cells/python/how-to-add-comments-...
  9. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...(VHLC) chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/
  10. 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...