Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 27,074 for

excel worksheet

(0.36 sec)
  1. 如何通过 Node.js 以及 C++ 改变评论字体颜色|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....Contents [ Hide ] Microsoft Excel 允许用户为单元格添加评论,以提供额外信息和突出显示数据...// Get the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chan...
  2. Show and Hide Rows, Columns, and Scroll Bars|Do...

    This article demonstrates how to programmatically display and hide Excel Worksheet rows and columns using the C# language and the .NET API or Library. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Columns, and Scroll Bars of a worksheet. Show and Hide Rows and Columns...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/show-and-hide-rows-co...
  3. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++.... In the Microsoft Excel UI, adjustments display as yellow...workbook object from source Excel file U16String inputFilePath...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  4. Insert Ranges with JavaScript via C++|Documenta...

    Learn how to insert ranges in Excel and shift other data using Aspose.Cells for JavaScript via C++....Contents [ Hide ] Introduction In Excel, you can select a range, then...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/insert-ran...
  5. Calculate Formulas with Golang via C++|Document...

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with Golang via C++. 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....that are part of Microsoft Excel (Read a list of the functions...creating a formula in Microsoft Excel and use a comma (,) to delimit...

    docs.aspose.com/cells/go-cpp/calculate-formulas/
  6. Public API Changes in Aspose.Cells 8.4.2|Docume...

    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....data is present on the same worksheet from cell A1 to D4 . C# //Add...chart collection int idx = worksheet . Charts . Add ( ChartType...

    docs.aspose.com/cells/net/public-api-changes-in...
  7. Managing Controls with C++|Documentation

    Learn how to add and manage various controls like lines, rectangles, arcs, ovals, spinners, scroll bars, and group boxes in Worksheets using Aspose.Cells with C++....spreadsheet using Microsoft Excel and then import the designer...Adding Text Box Control to a Worksheet One way to stress important...

    docs.aspose.com/cells/cpp/managing-controls/
  8. 在Jython中取消保护简单受保护的工作表|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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets.... get ( 0 ) protection = worksheet . getProtection () # The following...

    docs.aspose.com/cells/zh/java/unprotecting-simp...
  9. Line Breaks and Text Wrapping with C++|Document...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....// Open first Worksheet in the workbook Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Get Worksheet Cells Collection Cells cell...

    docs.aspose.com/cells/cpp/line-breaks-and-text-...
  10. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel Worksheet using sample code. You will also learn how to programmatically set the margins for the page center, as well as the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....NET fully supports Microsoft Excel’s page setup options. Developers...configure page setup settings for worksheets to control the printing process...

    docs.aspose.com/cells/python-net/setting-margins/