Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 30,189 for

worksheet

(0.09 sec)
  1. 主轴和副轴练习用C++|Documentation

    了解如何在Aspose.Cells for C++中理解和使用主轴和副轴。我们的指南将帮助您理解主轴和副轴的区别,以及如何有效地配置和使用它们的图表。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...sample values used in a chart worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/primary-and-second...
  2. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Workbook workbook ; // Add a new worksheet to the workbook int i = workbook...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/
  3. Copy Shapes between 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....Ask AI Copy Shapes between Worksheets Contents [ Hide ] Sometimes...drawing objects to different worksheets as per your requirement....

    docs.aspose.com/cells/java/copy-shapes-between-...
  4. 使用 Node.js 通过 C++ 创建带引线的饼图|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在 Microsoft Excel 中创建带引线的饼图。我们的指南将演示如何添加连接数据点与图例的引线,提升图表的整体清晰度。...Access the first worksheet const worksheet = workbook . getWorksheets...// Add two columns of data worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-pi...
  5. 使用C++创建带引导线的饼图|Documentation

    学习如何用Aspose.Cells for C++ API在Microsoft Excel中创建带引导线的饼图。我们的指南演示如何添加连接数据点和图例的引导线,提升图表的清晰度。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...// Add two columns of data worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/creating-pie-chart...
  6. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel Worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....configure page setup settings for worksheets to control the printing process...Workbook class contains the Worksheets collection that allows access...

    docs.aspose.com/cells/cpp/setting-margins/
  7. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation....Access the first worksheet. const worksheet = workbook . getWorksheets...values used in a pie chart worksheet . getCells (). get ( "C3"...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  8. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move Worksheets within and between workbooks using Aspose.Cells for Node.js via C++. Efficiently manage your workbook structures....Ask AI Copy and Move Worksheets Within and Between Workbooks... you do need a number of worksheets with common formatting and...

    docs.aspose.com/cells/nodejs-cpp/copy-and-move-...
  9. Merge two adjacent 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....Given a document name, a worksheet name, and the names of two...docName , true )) { Worksheet worksheet = GetWorksheet ( document...

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  10. Set Data Source for the Chart with Node.js via ...

    Learn about the various data sources supported by Aspose.Cells for Node.js via C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your Worksheets....Workbook (); // Adding a new worksheet to the Excel object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/nodejs-cpp/data-formattin...