Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 28,076 for

worksheet

(0.14 sec)
  1. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...C++,轻松地在列上垂直拆分工作表,只需选择顶行的一个单元格作为活动单元格,然后使用 Worksheet.split() 方法进行拆分。 const path...setActiveCell ( "C1" ); // Split worksheet vertically on columns sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  2. Specifying the Absolute Position of the Pivot I...

    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....)); // Add pivot worksheet and get data worksheet const wsPivot...wsPivot = workbook . worksheets . add ( "pvtNew Hardware" ); const wsData...

    docs.aspose.com/cells/javascript-cpp/specifying...
  3. Show report filter pages option|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 second worksheet (index 1) and first pivot...pivot table const worksheet = workbook . worksheets . get ( 1 ); const...

    docs.aspose.com/cells/javascript-cpp/show-repor...
  4. 使用JavaScript通过C++设置工作表中表格或列表对象的注释|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++设置工作表内表格或列表对象的注释。...first worksheet. const worksheet = workbook . worksheets . get...or table. const lstObj = worksheet . listObjects . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/set-the...
  5. Accessing Table from Cell and Adding Values ins...

    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....)); // Access first worksheet const worksheet = workbook . getWorksheets...inside the table const cell = worksheet . getCells (). get ( "D5"...

    docs.aspose.com/cells/nodejs-cpp/accessing-tabl...
  6. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....Access the Worksheet that contains the Chart Worksheet sheet = book...through each Chart in the Worksheet for ( int32_t i = 0 ; i <...

    docs.aspose.com/cells/cpp/resize-chart-s-data-l...
  7. 使用 C++ 访问和修改关联 Ole 对象的显示标签|Documentation

    学习如何使用 Aspose.Cells for C++ 访问和修改 Excel 文件中链接的 Ole 对象的显示标签。...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Workbook ( ms ); // Access first worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/zh/cpp/access-and-modify-...
  8. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for C++ API....workbook ( inputPath ); Worksheet worksheet = workbook . GetWorksheets...(). Get ( 0 ); Cell cell = worksheet . GetCells (). Get ( U16String...

    docs.aspose.com/cells/cpp/access-and-update-the...
  9. How to Control Workbook View with C++|Documenta...

    Learn how to control workbook view using the Aspose.Cells for C++ API....data to cells in the first worksheet. Hide horizontal and vertical...workbook ; // Get the first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-control-workbo...
  10. Manage VBA Codes of Excel Macro-Enabled Workboo...

    Add VBA Module and Modify VBA or Macro with Aspose.Cells library in C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...(). GetModules (). Add ( worksheet ); // Access the VBA Module...

    docs.aspose.com/cells/cpp/manage-vba-project/