Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 25,712 for

worksheet

(0.14 sec)
  1. 文本换行|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. Fill Settings|Documentation

    Learn how to customize the fill settings, background, and style of cells using the Aspose.Cells library for JavaScript via C++....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/javascript-cpp/cells-fill...
  3. Moving Worksheets|Documentation

    This article introduces how to work with Worksheets in GridDesktop....Ask AI Moving Worksheets Contents [ Hide ] Aspose.Cells.GridDesktop...moving worksheets within the workbook. Move Worksheets within...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. 用C++设置边距|Documentation

    学习如何使用C++设置Excel工作表的边距。本指南涵盖了设置页面边距、居中内容以及以编程方式配置页眉和页脚边距的方法,使用Aspose.Cells for C++。...Workbook 类包含 Worksheets 集合,可以访问Excel文件中的每个工作表。一个工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供用于设置工作表页面设置选项的 PageSetup 属性。 PageSetup 属性是 PageSetup...

    docs.aspose.com/cells/zh/cpp/setting-margins/
  5. 使用C++移除Excel文件中工作表的现有PrinterSettings|Documentation

    学习如何通过Aspose.Cells的Page Setup对象,使用C++以编程方式移除Excel文件中工作表的现有PrinterSettings。...i < sheetCount ; i ++ ) { Worksheet ws = wb . GetWorksheets ()..."PrinterSettings of this worksheet exist." << std :: endl ; std...

    docs.aspose.com/cells/zh/cpp/remove-existing-pr...
  6. 在 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-...
  7. Managing Worksheets 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....Ask AI Managing Worksheets in PHP Contents [ Hide ] Aspose.Cells...Cells - Managing Worksheets Adding Worksheets to a New Excel File...

    docs.aspose.com/cells/java/managing-worksheets-...
  8. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for Node.js via C++....externalConnection ) { // Iterate all the worksheets for ( let j = 0 ; j < workbook...getCount (); j ++ ) { const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/find-query-tab...
  9. Calculating IFNA Function with Python.NET using...

    Learn how to calculate IFNA function in Excel files using Aspose.Cells for Python.NET. Handle...Workbook instance Access worksheet and cells collection Populate...Access first worksheet worksheet = workbook . worksheets [ 0 ] # Add...

    docs.aspose.com/cells/python-net/calculating-if...
  10. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...IsProtectedWithPassw 属性如果 Worksheet 被密码保护,则返回 true ,否则返回 false...Access the protected Worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...