Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 21,314 for

worksheet

(0.1 sec)
  1. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...(). GetModules (). Add ( worksheet ); // Access the VBA Module...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  2. How to Change Excel Row Height using C++

    In this small tutorial, we will elaborate how to change excel row height using C++. You will adjust row height in excel using C++ by a fixed value or based on content size....target Excel file Access a worksheet where selected rows’ height...height value Select another worksheet where row height is to be...

    kb.aspose.com/cells/cpp/how-to-change-excel-row...
  3. 使用 Java 组件 Aspose.Cells for Java 和 Perl|Documen...

    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....print "open $ok\n" ; my $ worksheets = $ workbook -> getWorksheets...print "worksheets $ok\n" ; my $ worksheet = $ worksheets -> get...

    docs.aspose.com/cells/zh/java/using-aspose-cell...
  4. Convert an Excel Chart to Image|Documentation

    Convert an Excel Chart to Image by using Aspose.Cells for Python via .NET API....than analyzing columns of worksheet numbers, a chart shows at...Excel. Input some data into a worksheet. Created a pie chart based...

    docs.aspose.com/cells/python-net/convert-an-exc...
  5. Display Features in Ruby|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....in Ruby Hide or Unhide a Worksheet in Ruby Page Break Preview...

    docs.aspose.com/cells/java/display-features-in-...
  6. Working with Data in Apache POI and Aspose.Cell...

    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....Contents Insert Hyperlinks in Worksheet New Line in Cells Create Pivot...

    docs.aspose.com/cells/java/working-with-data-in...
  7. Aspose.Cells 8.8.3 中的公共 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....Workbook (); // Access first worksheet from the collection var sheet...sheet = book . Worksheets [ 0 ]; // Add Toggle Button ActiveX...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. Set DefaultFont property of PdfSaveOptions and ...

    Learn to prioritize font settings when saving documents with Aspose.Cells in C++....The A1 cell (in the first worksheet) has a text set to “Christmas...The code renders the first worksheet to PNG and TIFF image formats...

    docs.aspose.com/cells/cpp/set-defaultfont-prope...
  9. Fill Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the fill settings of cells, allowing users to customize the background and style of cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell fill settings....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/cells-fill-set...
  10. Aspose.Cells 8.6.0中的公共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....default worksheet Worksheet sheet = workbook . Worksheets [ 0 ];...]; //Add a module to the worksheet int moduleIdx = workbook ....

    docs.aspose.com/cells/zh/net/public-api-changes...