Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 20,364 for

worksheet

(0.18 sec)
  1. 使用C++对Excel文件的自动填充范围|Documentation

    学习如何使用Aspose.Cells与C++对Excel文件中的指定范围执行自动填充操作。...xlsx" ); // Get Cells Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Cells cells = worksheet . GetCells (); // Create Range...

    docs.aspose.com/cells/zh/cpp/autofill-ranges/
  2. 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-...
  3. Public API Changes in Aspose.Cells 16.11.0|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....already available in the worksheet. The CustomSettings class...of adding Subtotal to the worksheet. C# // Loads an existing spreadsheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. 通过Node.js和C++获取工作表唯一ID|Documentation

    本文展示了如何使用Node.js库和C++ API以编程方式获取Excel工作表唯一ID。...js via C++提供通过使用 Worksheet.getUniqueId() 属性获取工作表唯一ID的功能。以下代码片段演示了如何使用...属性获取工作表唯一ID的功能。以下代码片段演示了如何使用 Worksheet.getUniqueId() 属性打印工作表的唯一ID。此代码示例使用这个...

    docs.aspose.com/cells/zh/nodejs-cpp/get-workshe...
  5. Public API Changes in Aspose.Cells 16.11.0|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....already available in the worksheet. The CustomSettings class...of adding Subtotal to the worksheet. Java //Loads an existing...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Convert Chart to Images|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....the first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/net/convert-chart-to-images/
  7. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...workbook ; // Get the first worksheet Worksheet sheet1 = workbook . GetWorksheets...( options ); // Add a new worksheet int index = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  8. 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/python-net/set-default-fo...
  9. How to Insert Excel Background Image using C#

    This short tutorial contains information on how to insert Excel background image using C#. It provides all the details to configure the necessary environment, a step-wise process, and a runnable sample code to add Excel image background using C#....picture Get access to the first worksheet where the image is to be added...background image in the selected worksheet These steps describe the process...

    kb.aspose.com/cells/net/how-to-insert-excel-bac...
  10. 在PHP中将工作表转换为SVG|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....Java将工作表转换为SVG,只需调用Converter模块的worksheet_to_svg()方法。 PHP 代码 $saveFormat...( $path ); //Convert each worksheet into svg format in a single...

    docs.aspose.com/cells/zh/java/converting-worksh...