Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 26,787 for

excel worksheet

(0.23 sec)
  1. Converting Chart to Image in SVG Format with No...

    Learn how to convert a chart to SVG format image using Aspose.Cells for Node.js via C++....loads the source Microsoft Excel file and then saves the first...chart found on the first worksheet to SVG. const path = require...

    docs.aspose.com/cells/nodejs-cpp/converting-cha...
  2. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it Excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...position when compared to it excel equivalent. Code used to generate...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["DetailCharts"];...

    forum.aspose.com/t/labels-in-charts-are-positio...
  3. 使用 JavaScript 通过 C++ 统计工作表中的单元格数量|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ 编程方式统计 Excel 工作表中的单元格数量。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/count-n...
  4. 用JavaScript通过C++刷新关联形状的数值|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++刷新Excel中关联形状的值。...Hide ] 有时,您的Excel文件中会有一个关联到某个单元格的关联形状。在Microsoft Excel中,改变关联单元格...方法以刷新关联形状的值。 示例 下图显示了示例代码所使用的源Excel文件。它包含一个链接到单元格A1到E4的图片。我们将用 Aspose...

    docs.aspose.com/cells/zh/javascript-cpp/refresh...
  5. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。... 呈现切片器 以下示例代码加载包含现有切片器的 示例Excel文件 ,通过设置仅覆盖切片器的打印区域将工作表转换为图片。以下图片为...,展示渲染的切片器。可以看到,切片器已正确渲染,与示例Excel文件中一样。 示例代码 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  6. Sort Data in xlsx4j|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...in the sheet Cells cells = worksheet . getCells (); //Obtain the...

    docs.aspose.com/cells/java/sort-data-in-xlsx4j/
  7. Specifying Sort Warning While Sorting Data|Docu...

    Learn how to specify sort warning while sorting data by using the Aspose.Cells for JavaScript via C++ API....warning displayed by Microsoft Excel when textual data that looks...check its sample Excel file and output Excel file for more help...

    docs.aspose.com/cells/javascript-cpp/specifying...
  8. How to set category axis|Documentation

    Learn how to set the category axis in Aspose.Cells for Java. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....After you create a chart in a worksheet, you can then set the category...set the category axis for an Excel chart, using Aspose.Cells, with...

    docs.aspose.com/cells/java/how-to-set-category-...
  9. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for Node.js via C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....Contents [ Hide ] Microsoft Excel 2013 allows users to wrap or...xlsx" ); // Load the sample Excel file inside the workbook object...

    docs.aspose.com/cells/nodejs-cpp/disable-text-w...
  10. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for JavaScript via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability....sample Excel file used in this code and the output Excel file generated...effect of the code on the sample Excel file. Sample Code <!DOCTYPE...

    docs.aspose.com/cells/javascript-cpp/set-the-sh...