Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 21,065 for

worksheet

(0.37 sec)
  1. Setting Shared Formula|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....want to add a function in worksheet which will do some calculations...Cells Suppose you have a worksheet filled with data in the format...

    docs.aspose.com/cells/net/setting-shared-formula/
  2. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for Node.js via C++....Workbook (); // Access first worksheet. const ws = wb . getWorksheets...// Add textbox inside the worksheet. const idx = ws . getTextBoxes...

    docs.aspose.com/cells/nodejs-cpp/specify-the-fa...
  3. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for C++. Our guide will explain the different types of data values and show you how to access and work with them in your charts....first chart inside the first worksheet. It then calls the Chart::Calculate()...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/find-type-of-x-and-y-...
  4. 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...
  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. How to Rotate Text of Cell|Documentation

    C# code to rotate text of Cell with Aspose.Cells for .NET API... Access the Worksheet Once the workbook is loaded...loaded, you need to access the worksheet where you want to rotate the...

    docs.aspose.com/cells/net/how-to-rotate-text-of...
  7. 使用C++为图表工作表创建PdfBookmarkEntry|Documentation

    了解如何使用Aspose.Cells for C++为图表工作表创建PdfBookmarkEntry。...inputFilePath ); // Access all four worksheets WorksheetCollection sheets...GetWorksheets (); Worksheet sheet1 = sheets . Get ( 0 ); Worksheet sheet2...

    docs.aspose.com/cells/zh/cpp/create-pdfbookmark...
  8. How to Delete Comment in Excel using Python

    This step-by-step topic presents a detailed explanation of how to delete comment in Excel using Python. It has environment settings and a sample code to remove comments from Excel using Python....remove them Access the target worksheet where comments are present...of comments in the target worksheet. There are multiple options...

    kb.aspose.com/cells/python/how-to-delete-commen...
  9. 使用 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...
  10. 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...