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

excel worksheet

(0.25 sec)
  1. 用C++生成工作表缩略图|Documentation

    使用Aspose.Cells for C++生成Excel工作表的缩略图作为图像。...Access first worksheet WorksheetCollection worksheets = book . GetWorksheets...GetWorksheets (); Worksheet sheet = worksheets . Get ( 0 ); //...

    docs.aspose.com/cells/zh/cpp/generate-thumbnail...
  2. 用C++在工作表内旋转文本和形状|Documentation

    学习如何在Excel工作表中使用形状控制文本旋转,使用编号Aspose.Cells for C++。...你可以在任何形状中添加文本,使用Microsoft Excel。如果你使用非常旧的Microsoft Excel 2003添加形状,文本不会随...2003添加形状,文本不会随形状旋转。然而,如果你使用较新版本的Microsoft Excel(如2007、2010、2013或2016)添加形状,文本将随形状旋转。你可以通过...

    docs.aspose.com/cells/zh/cpp/rotate-text-with-s...
  3. 使用 C++ 自定义图表|Documentation

    了解如何在Aspose.Cells for C++中自定义图表。我们的指南将演示如何修改图表布局、添加和格式化数据系列、调整轴线,以及应用各种格式选项,提升图表的外观和可用性。...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...newly added worksheet by passing its sheet index Worksheet worksheet...

    docs.aspose.com/cells/zh/cpp/customizing-charts/
  4. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel Worksheets programmatically using the C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page‑setup settings for worksheets to control printing. These...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/setting-page-options/
  5. Password Protect or Unprotect the Shared Workbo...

    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....shared workbook using Microsoft Excel, as shown in the following screenshot...and saves it as the output Excel file. The screenshot shows that...

    docs.aspose.com/cells/java/password-protect-or-...
  6. 用 via JavaScript 将工作表或图表导出为具有所需宽度和高度的图片|Documen...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将工作表或图表导出为具有特定宽度和高度的图片。...</ head > < body > < h1 > Worksheet to Image (Desired Size) Example...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  7. 使用C++为图表点添加富文本自定义数据标签|Documentation

    了解如何在Aspose.Cells for C++中为图表点添加富文本自定义数据标签。我们的指南将展示如何使用不同的字体、颜色和对齐选项来格式化标签,提升图表的外观和易读性。...Create a workbook from source Excel file Workbook workbook ( srcDir...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/rich-text-custom-d...
  8. Excel 文件中提取主题数据|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 从 Excel 文件中提取主题数据,有效获取样式和格式信息。...从 Excel 文件中提取主题数据 Contents [ Hide ] Aspose.Cells 允许用户从 Excel ...您可以通过 Microsoft Excel 的“页面布局”>“主题”命令向工作簿应用主题。 从 Excel 文件中提取主题数据的 JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  9. Load Workbook with Specified Printer Paper Size...

    Learn how to set the printer paper size while loading a workbook using Aspose.Cells for Node.js via C++....you create a new file in MS Excel, you will find that the paper...some data inside the first worksheet const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/load-workbook-...
  10. Merge or Unmerge Range of Cells with C++|Docume...

    Merge and Unmerge Cells in a Range in Excel with C++ code...." ); // Path of the output Excel file U16String outputPath =...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/merge-or-unmerge-rang...