Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 21,326 for

worksheet

(0.19 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. Change the format of a cell with C++|Documentation

    How to use Aspose.Cells library in C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....sample data, access the first worksheet, and get two cells(“A2” and...Startup (); Workbook workbook ; Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-change-format-...
  3. 使用C++为图表点添加富文本自定义数据标签|Documentation

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

    docs.aspose.com/cells/zh/cpp/rich-text-custom-d...
  4. 用C++刷新关联形状的值|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel文件中刷新关联形状的值。...但是,如果要将工作簿保存为PDF或HTML格式,则必须调用 Worksheet.Shapes.UpdateSelectedValue()...Aspose.Cells 改变B4单元格的值,然后调用 Worksheet.Shapes.UpdateSelectedValue()...

    docs.aspose.com/cells/zh/cpp/refresh-values-of-...
  5. 用C++计算数据表的数组公式|Documentation

    如何使用Aspose.Cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.Cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...as Yellow will become 120 worksheet . GetCells (). Get ( u "B1"...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...
  6. Aspose.Cells.GridWeb - Web Grid Control|Documen...

    This article introduce features for GridWeb .... Worksheet Features Add/remove worksheets. Supports...vertical sorting of worksheet data. Supports worksheet pagination. Create...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. 使用 C++ 在 ODF 1.1、1.2 和 1.3 规格下保存 ODS 文件|Documen...

    使用 Aspose.Cells 和 C++ 将 Excel 转换为符合 ODF 1.1、1.2 和 1.3 规范的文件。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...value in cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/save-ods-file-in-o...
  8. 使用C++处理数据透视表的数据字段显示格式|Documentation

    学习如何使用Aspose.Cells for C++操作数据透视表中数据字段的显示格式。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...PivotTable PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/working-with-data-...
  9. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for .NET, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....Workbook class contains the Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/cells-formatting/
  10. 使用 C++ 通过 Node.js 导出带有 viewBox 属性的 SVG 图表|Docum...

    学习如何使用 Aspose.Cells for Node.js via C++ 导出带有 viewBox 属性的 SVG 格式图表。...)); // Access first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/zh/nodejs-cpp/export-char...