Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 20,600 for

worksheet

(0.1 sec)
  1. 通过 C++ 在 Node.js 中实现工作表视图|Documentation

    本文将介绍如何使用 Node.js 和相关 API 来与 Excel 工作簿和工作表的分页预览交互,还包括拆分窗格、冻结窗格和缩放比例的操作。... 一个工作表由 Worksheet 班表示。 Worksheet 班提供了各种属性和方法,用于管理工...为了启用普通或页面分页预览模式,使用 Worksheet 班的 Worksheet.isPageBreakPreview()...

    docs.aspose.com/cells/zh/nodejs-cpp/worksheet-v...
  2. Insert a Linked Picture from Web Address|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....the web (http://) into a worksheet. To do so, specify the picture’s...picture from web address to a worksheet. After running the code, the...

    docs.aspose.com/cells/java/insert-a-linked-pict...
  3. 用C++创建工作簿和工作表作用域命名范围|Documentation

    学习如何使用Aspose.Cells和C++创建工作簿和工作表作用域的命名范围。...Get the first worksheet of the workbook Worksheet sheet = workbook...GetWorksheets (). Get ( 0 ); // Get worksheet's cells collection Cells cells...

    docs.aspose.com/cells/zh/cpp/create-workbook-an...
  4. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for Node.js via C++....thousands of pages in your worksheet but you want to render some...Access the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/render-sequenc...
  5. 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...
  6. Get the Cell Object by DisplayName of PivotFiel...

    Learn how to retrieve the cell object by the display name of a pivot field and apply formatting using Aspose.Cells for C++....first pivot table of the worksheet and then retrieves the cell...+ u "source.xlsx" ); Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-the-cell-object-b...
  7. 在保存为PDF时打印批注与C++|Documentation

    了解如何在使用Aspose.Cells for C++将Excel文件保存为PDF时打印批注。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets..."PrintCommentsType::PrintSheetEnd" */ worksheet . GetPageSetup (). SetPrintComments...

    docs.aspose.com/cells/zh/cpp/print-comments-whi...
  8. Insert a Picture Based on Cell Reference with C...

    Learn how to insert a picture based on cell reference using Aspose.Cells for C++....displaying the contents of a worksheet cell in an image shape. You...object. Add a picture to the worksheet by calling the AddPicture...

    docs.aspose.com/cells/cpp/insert-a-picture-base...
  9. Formula Calculation Engine in Aspose.Cells|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....newly added worksheet int sheetIndex = book . Worksheets . Add ();...(); Worksheet worksheet = book . Worksheets [ sheetIndex ]; Cells...

    docs.aspose.com/cells/net/formula-calculation-e...
  10. 获取特定单元格的文本|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.... Worksheets [ "Sheet1" ]. Range ( "A1"...//Get worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/zh/net/get-text-of-specif...