Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 30,307 for

worksheet

(0.09 sec)
  1. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。...FileFormatType :: Xlsx ); Worksheet sheet = workbook . GetWorksheets...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  2. 合并相邻单元格|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....Given a document name, a worksheet name, and the names of two...docName , true )) { Worksheet worksheet = GetWorksheet ( document...

    docs.aspose.com/cells/zh/net/merge-two-adjacent...
  3. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate, or remove scenarios from Excel Worksheets programmatically using the C++ library with Aspose.Cells API....or Remove Scenarios from Worksheets with C++ Contents [ Hide...creating a scenario, design the worksheet so that it contains at least...

    docs.aspose.com/cells/cpp/create-manipulate-or-...
  4. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for JavaScript via C++ API....Introduction Whether creating a new worksheet from scratch or working on...on an existing worksheet, we may need to add extra rows or columns...

    docs.aspose.com/cells/javascript-cpp/inserting-...
  5. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...workbook ; // Adding a new worksheet to the Excel object workbook...newly added worksheet by passing its sheet index Worksheet worksheet...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  6. Managing Page Breaks with JavaScript via C++|Do...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel Worksheets programmatically using Aspose.Cells for JavaScript via C++....into any selected cell of a worksheet. When a page break is added... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  7. Manage Legend of Excel Charts with JavaScript v...

    Learn how to utilize Aspose.Cells for JavaScript via C++ to effectively customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends....Workbook (); } // Adding a new worksheet to the Workbook object const...const sheetIndex = workbook . worksheets . add (); // Obtaining a...

    docs.aspose.com/cells/javascript-cpp/chart-legend/
  8. Page Break Preview 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....Page Break Preview To set a worksheet to page break preview using...Adding a new worksheet to the Workbook object $worksheets = $workbook...

    docs.aspose.com/cells/java/page-break-preview-i...
  9. Delete Ranges from Excel with C++|Documentation

    Learn how to delete ranges in Excel using Aspose.Cells with C++....the worksheets in the book. WorksheetCollection worksheets = workbook...first worksheet in the worksheets collection. Worksheet worksheet...

    docs.aspose.com/cells/cpp/delete-ranges-from-ex...
  10. Protect and Unprotect 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....AI Protect and Unprotect Worksheets Contents [ Hide ] VSTO //...= "Protect and unProtect Worksheets.xlsx" ; // Open the Excel...

    docs.aspose.com/cells/net/protect-and-unprotect...