Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 18,217 for

excel worksheet

(0.08 sec)
  1. Creating Subtotals|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....Microsoft Excel To create subtotals in Microsoft Excel: Create...simple data list in the first worksheet of the workbook (as shown...

    docs.aspose.com/cells/java/creating-subtotals/
  2. 用C++显示和隐藏网格线及行列标题|Documentation

    本文提供使用C++ API或库通过编程隐藏或显示Excel工作表的网格线、行和列标题的示例代码。... 显示和隐藏网格线 所有Excel工作表默认情况下都有网格线。它们有助于划分单元格,便于将...,代表一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets 集合,允许开发者访问Excel文件中的每个工作表。工作表由...

    docs.aspose.com/cells/zh/cpp/show-and-hide-grid...
  3. 在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....Contents [ Hide ] 迁移提示: 向现有的微软Excel文件添加新的工作表。 向每个新工作表的单元格中填充数据。...向每个新工作表的单元格中填充数据。 在工作簿中激活工作表。 另存为微软Excel文件。 下面是用VSTO(C#)和Aspose.Cells for .NE...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  4. 在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.... VSTO //Create Excel Object Excel . Application xl = Application...Application ; //Create a new Workbook Excel . Workbook wb = xl . Workbooks...

    docs.aspose.com/cells/zh/net/creating-a-named-r...
  5. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...Contents [ Hide ] Microsoft Excel允许根据内容自动调整单元格的宽度和高度。此功能也通过Aspose...Cells提供了表示Microsoft Excel文件的 Workbook 类。 Workbook 类包含一个 Worksheets 集合,可以访...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  6. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。...微软Excel提供了此功能,Aspose.Cells也支持。 控制行和列的可见性...Aspose.Cells提供了一个代表Microsoft Excel文件的类 Workbook 。 Workbook 类包含了一个...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...
  7. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use Aspose.Cells library to add cells to formula watch window in Excel. By loading an existing Excel file or creating a new one, we can manipulate the cells in it and set formulas. Finally, we save the modified Excel file to disk....Add Cells to Microsoft Excel Formula Watch Window Contents [...Possible Usage Scenarios Microsoft Excel Watch Window is a useful tool...

    docs.aspose.com/cells/net/add-cells-to-microsof...
  8. Manage Worksheets|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....Manage Worksheets Contents [ Hide ] Managing worksheets using... accessing, and removing worksheets using the Aspose.Cells API...

    docs.aspose.com/cells/python-java/manage-worksh...
  9. Hiding and Showing Rows and Columns in PHP|Docu...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for PHP via Java APIs....Instantiating a Workbook object by excel file path $workbook = new Workbook...Accessing the first worksheet in the Excel file $worksheet = $workbook...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  10. Managing Page Breaks in Php|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....Code $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...$worksheets -> get ( 0 ); $h_page_breaks = $worksheet -> getHorizontalPageBre...

    docs.aspose.com/cells/java/managing-page-breaks...