Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 21,314 for

worksheet

(0.05 sec)
  1. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....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/cpp/managing-ranges/
  2. 使用 Node.js 和 C++ 判断工作表的纸张大小是否自动|Documentation

    本文介绍如何借助 Node.js API 和 C++ 扩展,编程判断工作表的纸张大小是否设置为自动。...你可以利用 Worksheet.isAutomaticPaperSize() 属性判断工作表的纸张大小是否为自动。...xlsx" )); // Access first worksheet of both workbooks const ws11...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  3. Calculate Formulas|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....methods of the Workbook , Worksheet and Cell classes. The Formula...without adding them into a worksheet. The values of the cells used...

    docs.aspose.com/cells/java/calculate-formulas/
  4. Create a Chart in a Microsoft PowerPoint 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.... Access the chart data worksheet using Microsoft Excel Workbook...Set the chart range in the worksheet and remove series 2 and 3...

    docs.aspose.com/slides/java/create-a-chart-in-a...
  5. Format Ranges with C++|Documentation

    Learn how to format ranges in Excel using Aspose.Cells with C++. Apply styles, fonts, and colors to cell ranges programmatically....sample data, access the first worksheet, and define two ranges (“A1:C3”...Startup (); Workbook workbook ; Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-format-a-range/
  6. 在VSTO和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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...first worksheet. Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/set-background-pic...
  7. 用C++删除工作表中的空白行和空白列|Documentation

    使用Aspose.Cells和C++删除工作表中的空行和空列。...inputFilePath ); // Create a Worksheets object with reference to...the first Worksheet from WorksheetCollection Worksheet sheet =...

    docs.aspose.com/cells/zh/cpp/delete-blank-rows-...
  8. 用C++创建成交量 最高 最低 收盘(VHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括成交量、最高、最低和收盘价,以便更好的分析与可视化。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Stock Chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-volume-high...
  9. Rotating Cell Text|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....rotate text in a cell on a worksheet, take the following steps:...Create a workbook and get a worksheet. Add samples text. Format...

    docs.aspose.com/cells/net/rotating-cell-text/
  10. 单元格对齐设置|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....工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合。Cells...(); //Accessing the added worksheet in the Excel file int sheetIndex...

    docs.aspose.com/cells/zh/java/cell-alignment-se...