Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 20,904 for

worksheet

(0.2 sec)
  1. 在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....WorkbookDesigner (); //Get the first worksheet(default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  2. Change Adjustment Values of the Shape|Documenta...

    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....three shapes of the first worksheet in the source excel file and...Position of Shape inside the Worksheet...

    docs.aspose.com/cells/java/change-adjustment-va...
  3. 通过Node.js和C++显示与隐藏工作表和标签|Documentation

    本文提供了使用Node.js API或Node.js库以程序化方式显示和隐藏Excel工作表的示例代码。此外,还介绍了如何显示和隐藏Excel工作簿标签。... 工作表由 Worksheet 类表示。 Worksheet 类提供了丰富的属性和方法来管理工作表。要控制工作表的可见性,使用...见性,使用 Worksheet 类的 Worksheet.isVisible() 属性。 Worksheet.isVisible()...

    docs.aspose.com/cells/zh/nodejs-cpp/show-and-hi...
  4. 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/
  5. 使用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...
  6. Get Cells Index with C++|Documentation

    Learn how to get row or column index by the name of row, column, or cells. Convert the name of the cell to row and column index zero-based using Aspose.Cells with C++....manipulate specific data on the worksheet by row and column index, you...specific cell in the first worksheet. Get Row index and Column...

    docs.aspose.com/cells/cpp/get-cells-index/
  7. Aspose.Cells 8.3.2中的公共API更改|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 [ 0 ]. Pictures . Add ( 0...Picture pic = workbook . Worksheets [ 0 ]. Pictures [ index ];...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. 用Node.js通过C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++保护Excel中的工作表,包括保护行、列和特定单元格。...工作表由 Worksheet 类表示。 Worksheet 类提供用于在工作表上应用保护的 p...the first worksheet in the Excel file const worksheet = excel ...

    docs.aspose.com/cells/zh/nodejs-cpp/protecting-...
  9. 使用Sparkline和3D格式设置在C++中|Documentation

    学习如何在Excel文件中使用Aspose.Cells和C++应用sparkline和3D格式。...Workbook book ( inputFilePath ); Worksheet sheet = book . GetWorksheets...book ; // Add a Data Worksheet Worksheet dataSheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/using-sparklines-a...
  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....the first worksheet. WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); HyperlinkCollection...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...