Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 19,914 for

worksheet

(0.09 sec)
  1. 在VSTO和Aspose.Cells中包裹单元格文本|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....ActiveWorkbook ; //Access worksheet Microsoft . Office . Interop... Excel . Worksheet m_sheet = workbook . Worksheets [ 1 ]; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text...
  2. 使用 C++ 通过 Node.js 管理图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在电子表格中添加和定位图片。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-pi...
  3. 用C++用Aspose.Cells计算IFNA函数|Documentation

    如何使用Aspose.Cells库的C++实现对IFNA函数的计算。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算IFNA函数并获得结果。最后将修改后的Excel文件保存到磁盘。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Add data for VLOOKUP worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/calculating-ifna-f...
  4. 在Aspose.Cells中添加超链接以链接数据|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 类表示。 Worksheet 类提供了向Excel文件添加不同超链接的不同方法。...类提供了向Excel文件添加不同超链接的不同方法。 添加指向URL的链接 这个 Worksheet 类包含一个 Hyperlinks 集合。超链接集合中的...

    docs.aspose.com/cells/zh/net/adding-hyperlinks-...
  5. Formatting Pivot Table with C++|Documentation

    Learn how to customize the appearance of pivot tables using Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...PivotTable PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/cpp/formatting-pivot-table/
  6. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...chart from the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  7. 在Python中显示或隐藏网格线|Documentation

    通过Aspose.Cells for Python通过Java API了解如何显示或隐藏网格线。...Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Hiding...

    docs.aspose.com/cells/zh/java/display-or-hide-g...
  8. Public API Changes in Aspose.Cells 8.4.1|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....//Access first worksheet Aspose . Cells . Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Access the first chart inside the...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Output Blank Page when there is Nothing to Prin...

    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....anything when you export worksheet to image. You can change this...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/net/output-blank-page-whe...
  10. 使用Node.js via C++剪切和粘贴范围|Documentation

    学习如何在Aspose.Cells for Node.js via C++中剪切和粘贴工作表中的单元格。... Workbook (); const worksheet = workbook . getWorksheets...getWorksheets (). get ( 0 ); worksheet . getCells (). get ( 0 , 2 ). setValue...

    docs.aspose.com/cells/zh/nodejs-cpp/cut-and-pas...