Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 241,704 for

aspose cells

(0.15 sec)
  1. 自动筛选数据|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....电子表格一起工作的开发人员,无论是通过 VSTO 还是 Aspose.Cells for .NET。 自动过滤数据 应用自动筛选到一列:...本文中的代码示例显示如何使用 VSTO 或 Apose.Cells 以及 C# 或 Visual Basic 执行这些步骤。...

    docs.aspose.com/cells/zh/net/auto-filter-data/
  2. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for JavaScript via C++....the Width and Height of the Cell Value in Unit of Pixels Contents...height of a cell value to fit the cell value inside the cell. Aspose...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  3. 在 Jython 中调整行高和列宽|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....Contents [ Hide ] Aspose.Cells - 调整行高和列宽 使用 Aspose.Cells Java for Jython...代码 from aspose - cells import Settings from com . aspose . cells...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  4. 在C++中如何使用颜色调色板|Documentation

    用C++代码向调色板添加自定义颜色,并使用带有Aspose.Cells for C++ API的Excel颜色调色板。... 使用 Aspose.Cells 不仅可以使用调色板的现有颜色,还可以使用自定义...本主题讨论如何向调色板中添加自定义颜色。 向调色板添加自定义颜色 Aspose.Cells 支持 Microsoft Excel 的 56...

    docs.aspose.com/cells/zh/cpp/excel-color-palette/
  5. Implement Errors and Boolean Value in Russian o...

    Learn how to implement errors and boolean values in Russian or any other language using Aspose.Cells with C++....achieve similar behavior using Aspose.Cells by using the Workbook.G...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/cpp/implement-errors-and-...
  6. Remove Pivot Connection with C++|Documentation

    Learn how to remove a pivot connection with the Aspose.Cells library using C++....programmatically using the Aspose.Cells API, please use the Slicer...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-pivot-connection/
  7. About HtmlSaveOptions.setExcludeUnusedStyles(tr...

    When using Aspose.Cells 20.12 to convert Excel to HTML, if excludeUnusedStyles is set to true, the content of Cells D3 and E3 might all turn black. Upon checking the browser console, it was found that the CSS style corr…...setExcludeUnusedStyl(true) Aspose.Cells Product Family cells-java xuerui December...2025, 11:10am 1 When using Aspose.Cells 20.12 to convert Excel to...

    forum.aspose.com/t/about-htmlsaveoptions-setexc...
  8. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....it to true while calling the Cells.CopyRows() method. Now if your...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/change-data-source-of...
  9. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....of Bar of Pie chart using Aspose.Cells. Please use the ChartPoint...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  10. How to possible top row color set like z-index ...

    @John.He , @amjad.sahi, @peyton.xu // Example: Apply background color priority - Top, Middle, Bottom Style topStyle = worksheet.Workbook.CreateStyle(); topStyle.ForegroundColor = Color.LightGreen; topStyle.Pattern = Bac…... Aspose.Cells Product Family cells-net , aspose-cells imparthgalani...position (example rows) worksheet.Cells.Rows[1].ApplyStyle(topStyle...

    forum.aspose.com/t/how-to-possible-top-row-colo...