Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 20,427 for

worksheet

(0.11 sec)
  1. Working with Cells|Documentation

    This article introduces the use of cells related APIs in GridDesktop....GridCell in a Worksheet Access GridRow in a Worksheet List of Supported...Feature Add Protection in Worksheet Text overflows from GridDesktop...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. 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-...
  3. Import data from document|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....techniques to import data to worksheets from different data sources...Workbook class contains a Worksheets collection that allows to...

    docs.aspose.com/cells/net/import-data-from-docu...
  4. 获取列标题|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....Given a document name, a worksheet name, and a cell name, gets...== 0 ) { // The specified worksheet does not exist. return null...

    docs.aspose.com/cells/zh/net/get-a-column-heading/
  5. Border Settings with C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....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/cpp/cells-border-settings/
  6. Threaded Comments with C++|Documentation

    Learn how to add, read, edit, and remove threaded comments in Excel files using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...ThreadedCommentColle threadedComments = worksheet . GetComments (). GetThreadedComments...

    docs.aspose.com/cells/cpp/threaded-comments/
  7. 冻结窗格的使用|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 in the Excel file Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; worksheet . FreezePanes ( 2 , 2 , 2...

    docs.aspose.com/cells/zh/net/working-with-freez...
  8. 通过Node.js和C++显示公式而非值在工作表中,示例代码|Documentation

    本文提供了使用Node.js API通过C++以程序化方式显示Excel工作表中的公式而非计算值的示例代码。...Cells提供了一个 Worksheet.getShowFormulas() 属性。将其设置为...Access the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/show-formul...
  9. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set preset WordArt style to the text of a shape using Aspose.Cells for C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...some text TextBox textbox = worksheet . GetShapes (). AddTextBox...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  10. Managing Pictures|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....collection (encapsulated in the Worksheet object). The add method takes...from a URL into an Excel Worksheet AI Document Assistant Close...

    docs.aspose.com/cells/java/managing-pictures/