Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 30,201 for

worksheet

(0.6 sec)
  1. Update XLSM File using C++ | products.aspose.com

    Modify XLSM document in C++ applications without using Microsoft Excel....CreateIWorkbook Access of relevant Worksheet using GetIWorksheets()->GetObjectByIndex(0)...

    products.aspose.com/total/cpp/update/xlsm/
  2. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for JavaScript via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....arrayBuffer )); // Get the first worksheet and set its name to "Data"..."Data" let sheet = workbook . worksheets . get ( 0 ); sheet . name...

    docs.aspose.com/cells/javascript-cpp/set-pictur...
  3. How to set Series invisible with C++|Documentation

    In an Excel chart, you may need to set a series invisible. This article describes how to use Aspose.Cells with C++ to do it....charts collection of the first worksheet ChartCollection charts = workbook...

    docs.aspose.com/cells/cpp/how-to-set-series-inv...
  4. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for JavaScript via C++.... worksheets . get ( 0 ); ws . shapes...Text with Shape inside the Worksheet using JavaScript via C++...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  5. 使用C++将工作簿保存为严格Open XML电子表格格式|Documentation

    了解如何使用Aspose.Cells for C++将工作簿保存为严格Open XML电子表格格式。...message in cell B4 of first worksheet Cell b4 = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/save-workbook-to-s...
  6. 用C++在形状的文本选项中指定远东和拉丁字体名称|Documentation

    学习如何在形状的文本选项中使用编号Aspose.Cells for C++指定远东和拉丁字体名称。...Startup (); Workbook wb ; Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/zh/cpp/specify-the-far-ea...
  7. Image looks slightly different than in Excel af...

    Hi, we use following code to render an image in Excel to png: Workbook wb = new Workbook(“Example2.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”]; string rangeName = “BIPLI_Example2”; CellsHelper.DPI …...xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”];...Aspose.Cells.Range range = wb.Worksheets.GetRangeByName(rangeName);...

    forum.aspose.com/t/image-looks-slightly-differe...
  8. How to get OData Connection Information with No...

    Learn how to extract OData connection information from an Excel file using Aspose.Cells for Node.js via C++....and Writing Query Table of Worksheet with Node.js via C++ Read...

    docs.aspose.com/cells/nodejs-cpp/how-to-get-oda...
  9. 用C++向工作表添加WordArt水印|Documentation

    学习如何使用 Aspose.Cells for C++ 在Excel工作表中添加WordArt水印。...Get the first default sheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  10. 使用 C++ 在工作表中检测合并单元格 Node.js 通过 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 检测工作表中的合并单元格。本文将展示如何使用该库识别和操作合并的单元格。...Workbook ( filePath ); // Get a worksheet in the workbook const wkSheet...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-merg...