Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 21,315 for

worksheet

(0.07 sec)
  1. 用C++管理Shape文本选项|Documentation

    学习如何使用 Aspose.Cells for C++ 编程管理Shape的文本选项。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...Access the shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/managing-shape-tex...
  2. Adding Cell Controls in Columns|Documentation

    This article introduces how to add control in column in GridDesktop....managing cell controls in worksheet. But, using those approaches...to Adding Cell Controls in Worksheets. Adding Button To add buttons...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  3. How to Copy Excel Sheet to another Workbook in C#

    This simple tutorial will explain details about how to copy Excel sheet to another Workbook in C#. By using C# Excel sheet copy operation can be performed quickly with the help of a few API calls only....Cells in your copy worksheet application using the NuGet...output Excel files Copy the worksheet and paste it into another...

    kb.aspose.com/cells/net/how-to-copy-excel-sheet...
  4. Creating a Named Range|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....name for several ranges in a worksheet. Descriptive range names help...a named range: Set up the worksheet: Instantiate an Application...

    docs.aspose.com/cells/net/creating-a-named-range/
  5. Grouping and Ungrouping Rows and Columns|Docume...

    This article shows how to Group and Ungroup Rows and Columns by the Aspose.Cells for Python via .NET API....headings for sections in a worksheet, or you can use the symbols...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/grouping-and-u...
  6. 判断工作表纸张大小是否自动|Documentation

    本文说明如何使用 C++ API 或示例代码,判断工作表的纸张大小是否为自动。...你可以使用 Worksheet 类的 PageSetup.IsAutomaticPaperSize...Access the first worksheet of both workbooks Worksheet ws11 = wb1 ...

    docs.aspose.com/cells/zh/cpp/determine-if-paper...
  7. How to Lock Cells to Protect Them with C++|Docu...

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells library with C++....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/cpp/how-to-lock-cells-to-...
  8. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library for Node.js via C++....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/nodejs-cpp/view-and-edit-...
  9. Chart Rendering|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....first worksheet which is created by default Worksheet worksheet...Adding sample values to cells worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/chart-rendering/
  10. Zoom Factor 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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) \ # Setting...

    docs.aspose.com/cells/java/zoom-factor-in-ruby/