Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 27,108 for

excel worksheet

(0.15 sec)
  1. 将图表转换为图片(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表导出为 JPEG 或 PNG 等图像格式。我们的指南将演示如何从 Microsoft Excel 导出图表并将其保存为独立图片,以供进一步使用和操作。...Cells APIs 支持将 Excel 图表转换为图像格式,无需任何额外的工具或应用程序。为了提供渲染支持,...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/zh/cpp/chart-to-image/
  2. Create Date Cell in Apache POI and Aspose.Cells...

    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....added worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Adding the...

    docs.aspose.com/cells/java/create-date-cell-in-...
  3. 使用Node.js via C++复制源范围的行高到目标范围|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....一旦在Microsoft Excel中打开由此代码生成的输出文件,你会看到目标范围的行高与源范围完全一致。.... Workbook (); // Source worksheet const srcSheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-row-he...
  4. 用 Node.js 通过 C++ 将工作表渲染为图形上下文|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将工作表渲染为图形上下文,包括渲染到图像文件、屏幕和打印机。...你可以使用任何源 Excel 文件尝试这段代码,也请阅读代码中的注释以便更好理解。 const...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/render-work...
  5. 如何用 JavaScript 通过 C++ 改变 Excel 中评论的背景|Documenta...

    使用 C++ 通过脚本改变 Excel 中评论的背景色,并插入图片或图像。...如何用 JavaScript 通过 C++ 改变 Excel 中评论的背景 Contents [ Hide ] 评论被添...如何在Excel中更改评论的颜色 当你不需要批注的默认背景色时,可以用自己关注的颜色替换它。如何更改 Excel 中批注框的背景色?...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  6. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...01_SourceDirectory \\ " ); // Path of input excel file U16String filePath = srcDir...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  7. 使用JavaScript通过C++从ODS文件读取图表副标题|Documentation

    学习如何通过C++使用Aspose.Cells for JavaScript从OpenDocument Spreadsheet(ODS)文件中读取图表副标题。我们的指南将演示如何提取和访问图表的副标题以便进行进一步分析或显示。...style="color: red;">Please select an Excel or ODS file.</p>' ; return ;...the first worksheet in the workbook const worksheet = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/read-ch...
  8. 档案

    档案...在这篇博文中,我们将学习如何使用 C# 在 Excel 中创建龙卷风图。本文将教您如何制作可直接添加到应用程序...使用 C# API 在 Excel 中创建龙卷风图表 在 Excel 中创建龙卷风图 在 Excel 中插入数据并创建龙卷风图...

    blog.aspose.com/zh/cells/tornado-charts-in-exce...
  9. Setting Headers and Footers with JavaScript via...

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets using Aspose.Cells for JavaScript via C++....headers and footers to the worksheets also. Headers and footers...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/javascript-cpp/setting-he...
  10. Removing Slicer|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....remove a slicer in Microsoft Excel, just select it and press the...programmatically, please use the Worksheet.Slicers.Remove() method. It...

    docs.aspose.com/cells/net/removing-slicer/