Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 30,160 for

worksheet

(0.37 sec)
  1. 如何用JavaScript通过C++设置打印标题|Documentation

    本文向您展示了如何使用C++的JavaScript库设置打印标题。...,然后需要修改目标工作表的 Worksheet.pageSetup 和 Worksheet.pageSetup 属性,将...desired worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  2. Get or Set the Class Identifier of the Embedded...

    Learn how to get or set the class identifier of embedded OLE objects in Node.js using Aspose.Cells via C++....Access its first worksheet const worksheet = workbook . getWorksheets...inside the worksheet const oleObject = worksheet . getOleObjects...

    docs.aspose.com/cells/nodejs-cpp/get-or-set-the...
  3. Copy Row Heights of Source Range to Destination...

    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.... Workbook (); // Source worksheet const srcSheet = workbook...( 0 ); // Add destination worksheet const dstSheet = workbook...

    docs.aspose.com/cells/nodejs-cpp/copy-row-heigh...
  4. 使用Node.js通过C++移除数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++移除数据透视连接。...); // Access first worksheet. const worksheet = workbook . getWorksheets...collection. const pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-pivo...
  5. 使用 JavaScript 通过 C++ 查找工作表中形状的绝对位置|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 查找工作表内形状的绝对位置。...first worksheet const worksheet = workbook . worksheets . get...shape inside the worksheet const shape = worksheet . shapes . get...

    docs.aspose.com/cells/zh/javascript-cpp/finding...
  6. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using the Aspose.Cells library....FitToPagesTall in a specific worksheet, first load the sample file...modify the Worksheet.PageSetup.FitToPagesTall and Worksheet.PageSetup...

    docs.aspose.com/cells/net/how-to-print-excel-as...
  7. 用C++在Excel文件中指定存储的有效数字|Documentation

    学习如何使用Aspose.Cells与C++在Excel文件中指定存储的有效数字。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...// Access cell A1 Cell c = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/specifying-signifi...
  8. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non‑primitive shapes using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...user‑defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  9. 设置工作表的背景图片|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...first worksheet. Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/set-background-pic...
  10. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into Excel file with Aspose.Cells for Python via .NET library without MS Excel....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/python-net/insert-hyperli...