Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 21,274 for

worksheet

(0.08 sec)
  1. Add ActiveX Controls using Aspose.Cells for Nod...

    Learn how to add ActiveX controls in a Worksheet using Aspose.Cells for Node.js via C++....needs to be added inside a worksheet. It has the following values...Workbook (); // Access first worksheet const sheet = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/add-activex-co...
  2. 在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.... Worksheet sheet = ( Excel . Worksheet ) objBook ....First sheet. Worksheet sheet = objBook . Worksheets [ "Sheet1"...

    docs.aspose.com/cells/zh/net/auto-filter-data-i...
  3. 创建、删除和获取GridCell注释|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.... // Access first worksheet of GridWeb GridWorksheet sheet...4单元格的注释。 // Access first worksheet of GridWeb GridWorksheet sheet...

    docs.aspose.com/cells/zh/java/create-remove-and...
  4. 用 C++ 调整图表数据标签形状以适应文本|Documentation

    学习如何在 Aspose.Cells for C++ 中调整图表中数据标签的形状以适应文本。我们的指南将教您如何调节标签容器的大小和形状,确保文本正确显示,不被截断或重叠。...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/zh/cpp/resize-chart-s-dat...
  5. Public API Changes in Aspose.Cells 8.0.0|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....write large Dataset to a worksheet in optimized mode. C# //Instantiate...corresponding row and cell in a Worksheet. The same instance was returned...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....() { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...function without writing it in a worksheet Calculation of Array Formula...

    docs.aspose.com/cells/cpp/implement-custom-calc...
  7. Replace text in smart art with Node.js via C++|...

    Learn how to replace text in smart art using Aspose.Cells for Node.js via C++....( sourceFilePath ); const worksheets = wb . getWorksheets ();...; i < worksheets . getCount (); i ++ ) { const worksheet = worksheets...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  8. Auto Filter Data|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.... Get a worksheet. Add sample data. Apply auto-filter...sheet. Excel . Worksheet sheet = ( Excel . Worksheet ) objBook ....

    docs.aspose.com/cells/net/auto-filter-data/
  9. Getting Cell Contents|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....xlsx" ); Worksheet sheet1 = workbook . Worksheets [ 0 ]; Cells...Close Insert Hyperlinks in Worksheet...

    docs.aspose.com/cells/net/getting-cell-contents/
  10. 使用ChartGlobalizationSettings类通过Node.js与C++设置图表组...

    了解如何在Aspose.Cells for Node.js via C++中使用ChartGlobalizationSettings类为图表组件设置不同语言。我们的指南将帮助您理解如何本地化图表元素、标签和图例。... ()); // Get the worksheet const worksheet = workbook . getWorksheets...); const chartCollection = worksheet . getCharts (); // Load the...

    docs.aspose.com/cells/zh/nodejs-cpp/using-chart...