Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 26,944 for

excel worksheet

(0.66 sec)
  1. How to apply/set text alignment to TextBox with...

    How to apply/set text alignment to TextBox in Aspose.Cells for JavaScript via C++....Workbook (); } const worksheet = workbook . worksheets . get ( 0 ); const...const shapes = worksheet . shapes ; // add a TextBox const shape...

    docs.aspose.com/cells/javascript-cpp/applying-t...
  2. 用 C++ 改变批注的文本方向|Documentation

    学习如何使用 Aspose.Cells for C++ 更改 Excel 中批注的文本方向。...Contents [ Hide ] Microsoft Excel允许用户向单元格添加评论以添加额外信息并突出显示数据。开...wb ; // Get the first worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/change-text-direct...
  3. 在工作表中的单元格添加边框|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....Cells 允许您通过应用程序执行几乎在 Microsoft Excel 中用户可以执行的任何任务。Aspose.Cells 性能优越且稳健,并且具有独立于...针对高效编码进行了优化。 该代码生成具有不同边框的第一个工作表上的一些单元格的Excel文件: 应用了边框的单元格 使用 VSTO 添加边框 C#...

    docs.aspose.com/cells/zh/net/add-borders-to-cel...
  4. Export print area range to HTML with Node.js vi...

    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‑setup object of the worksheet. Later, use the HtmlSaveOptions..."sampleInlineCharts.xlsx" ); // Load the Excel file. const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/export-print-a...
  5. 在工作表中添加注释|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....Workbook (); //Adding a new worksheet to the Workbook object int...int sheetIndex = workbook . Worksheets . Add (); //Obtaining the...

    docs.aspose.com/cells/zh/net/add-comment-in-wor...
  6. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...js和C++拆分Excel工作表屏幕 Contents [ Hide ] 介绍 在本文中,我们将学习如何通...比较不同的数据子集。分屏功能可以满足您的需求。 如何在Excel中分割屏幕 要将工作表分割成两个或四个部分,请按照以下操作:...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  7. Create and Manage Chart|Documentation

    Create a chart in CSharp for Excel and ODS files.... Chart, a single Excel chart. ChartArea, the chart...chart area in the worksheet. ChartDataTable, a chart data table. ChartFrame...

    docs.aspose.com/cells/python-net/creating-charts/
  8. 行尾和文本换行|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,你可以轻松在单元格中插入文本并设置换行方式,如手动换行、自动换行等。本文详细介绍如何实现这些功能,并提供示例代码供参考。...first Worksheet in the workbook const ws = wb . worksheets . get...get ( 0 ); // Get Worksheet Cells Collection const cell = ws ...

    docs.aspose.com/cells/zh/javascript-cpp/line-br...
  9. Technical Articles|Aspose.Slides Documentation

    Technical articles for Aspose.Slides for Android via Java: OLE, chart, HTML export, threading, and more—best practices for the PPT, PPTX and ODP formats....Hide ] Working Solution for Worksheet Resizing Get the Entire Slide...Java API Limitations Integrate Excel Data into PowerPoint Presentations...

    docs.aspose.com/slides/androidjava/technical-ar...
  10. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for C++. Our guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance the presentation and usability of your charts....sample Excel file used in this code and the output Excel file generated...effect of the code on the sample Excel file. Sample Code #include <iostream>...

    docs.aspose.com/cells/cpp/set-the-shape-type-of...