Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 26,943 for

excel worksheet

(0.09 sec)
  1. Set Range Border|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....Border in Excel To set the border of a range in Excel, you can...data to cells in the first worksheet. Create a Range . Set the...

    docs.aspose.com/cells/net/set-range-border/
  2. 使用 JavaScript 通过 C++ 查找图表系列中点的 X 和 Y 值类型|Docume...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 确定图表系列点的 X 和 Y 值类型。本指南将解释数据值的类型以及如何在您的图表中访问和操作它们。...查找图表系列中点的X和Y值类型 以下示例代码加载了 示例Excel文件 ,访问了第一个工作表中的第一个图表,然后调用 Chart...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/find-ty...
  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....WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet1...worksheet1 = worksheets [ 0 ]; Worksheet worksheet2 = worksheets . Add...

    docs.aspose.com/cells/zh/net/reorder-worksheets/
  4. 用 Node.js 在 C++ 中创建工作簿和工作表范围命名|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建工作簿和工作表范围命名。...Contents [ Hide ] Microsoft Excel 允许用户定义具有两种不同范围(工作簿(也称为全局范围)和工作表)的命名范围。...Node.js via C++ 提供与 Microsoft Excel 相同的功能,用于添加工作簿和工作表范围内的命名范围。创...

    docs.aspose.com/cells/zh/nodejs-cpp/create-work...
  5. 使用C++将工作表或图表导出为具有所需宽度和高度的图像|Documentation

    使用Aspose.Cells在C++中将工作表或图表导出为所需宽度和高度的图像。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...into image SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/zh/cpp/export-worksheet-o...
  6. Get Validation Applied on a Cell with C++|Docum...

    This article shows how to apply validation on a cell with C++.... Similarly, you can use Worksheet::Validations::GetValidationInCell...Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...

    docs.aspose.com/cells/cpp/get-validation-applie...
  7. 从URL加载网页图片到Excel工作表(C++)|Documentation

    了解如何使用C++和Aspose.Cells for C++ API将URL中的图片转换为Excel嵌入图片。...从URL加载网页图片到Excel工作表(C++) Contents [ Hide ] 从URL加载图像到Excel工作表 Aspose...for C++ API 提供了一种直接从URL加载图片到Excel工作表的方法。本文介绍如何将图片数据下载到内存流中,并使用Aspose...

    docs.aspose.com/cells/zh/cpp/load-a-web-image-f...
  8. 获取单元格内容|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....first worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Access the...

    docs.aspose.com/cells/zh/java/getting-cell-cont...
  9. Create PdfBookmarkEntry for Chart Sheet with C+...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for C++....sample code loads the sample Excel file which has four sheets....Startup (); // Load sample Excel file U16String inputFilePath...

    docs.aspose.com/cells/cpp/create-pdfbookmarkent...
  10. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Cells APIs support converting Excel charts to image formats without...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/cpp/chart-to-image/