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

worksheet

(0.12 sec)
  1. 单元格对齐设置|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...
  2. Aspose::Words::Saving::XlsxSectionMode enum | A...

    Aspose::Words::Saving::XlsxSectionMode enum. Specifies how sections are handled when saving a document in the XLSX format in C++....Specifies that a separate worksheet is created for each section...document are saved on one worksheet. See Also Namespace Aspose::Words::Saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Insert Hyperlinks into Excel or OpenOffice|Docu...

    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 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/java/insert-hyperlinks-to...
  4. 使用C++进行换行和文本自动换行|Documentation

    如何在C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,您可以轻松在单元格中插入文本并设置文本换行方式,例如手动换行、自动换行等。本文件详细介绍了如何实现这些功能,并提供了示例代码供您参考。...// Open first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Get Worksheet Cells Collection Cells cell...

    docs.aspose.com/cells/zh/cpp/line-breaks-and-te...
  5. Calculate Formulas|Documentation

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....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/net/calculate-formulas/
  6. 使用 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...
  7. 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...
  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. Font Settings with Node.js via C++|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....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/nodejs-cpp/cells-font-set...
  10. Set Default Font while rendering spreadsheet to...

    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....text in cell A4 of the first worksheet, and sets its font to invalid...it takes two images of the worksheet. The first image is taken...

    docs.aspose.com/cells/net/set-default-font-whil...