Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 241,499 for

cells

(0.28 sec)
  1. Setting Chart Appearance with JavaScript via C+...

    Learn how to configure the appearance of charts in Aspose.Cells for JavaScript via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....Cells, and described how to create...areas in a chart, and Aspose.Cells provides the flexibility to...

    docs.aspose.com/cells/javascript-cpp/setting-ch...
  2. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style Cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the Cells as needed....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/cpp/create-style-object-u...
  3. 在 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....Cells - 计算小计 您可以自动为电子表格中的任何重复值创建小计。Aspose.Cells提供了API功...the Cells collection in the first worksheet Cells cells = workbook...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  4. Specify the Language of the Excel File using Bu...

    Learn how to change the language of an Excel file programmatically using Aspose.Cells for C++....Cells APIs. Specify the Language of...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/specify-the-language-...
  5. 使用Aspose.Cells用C++创建共享工作簿|Documentation

    学习如何使用Aspose.Cells和C++创建共享工作簿。...Cells用C++创建共享工作簿 Contents [ Hide ] 可能的使用场景 Microsoft...簿时,多个用户可以在网络上编辑此工作簿。Aspose.Cells使您能够使用 Workbook.GetShared() 属性创建共享工作簿。...

    docs.aspose.com/cells/zh/cpp/create-shared-work...
  6. 如何使用C++通过JavaScript创建动态滚动图表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++创建动态滚动图表。我们的指南将演示如何在图表中实现平滑数据过渡和滚动平均,确保连续更新的显示效果。...使用Aspose Cells创建动态滚动图表 在接下来的段落中,我们将向您展示如何使用Aspose.Cells创建动态滚动图...> < head > < title > Aspose.Cells Example </ title > </ head >...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  7. Working Solution for Worksheet Resizing|Aspose....

    Fix Excel worksheet OLE resizing in presentations: two ways to keep object frames consistent—scale the frame or the sheet—across the PPT and PPTX formats.... Cells . Workbook ( "sample.xlsx" );...var cellRange = worksheet . Cells . CreateRange ( startRow , startColumn...

    docs.aspose.com/slides/net/working-solution-for...
  8. Create Transparent Image of Excel Worksheet|Doc...

    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....transparency to all cells that have no fill colors. Aspose.Cells provides...When this property is false , cells with no fill colors are drawn...

    docs.aspose.com/cells/net/create-transparent-im...
  9. Using GlobalizationSettings Class for Custom Su...

    Learn how to use the GlobalizationSettings class in Aspose.Cells for C++ to customize subtotal labels and modify the “Other” label in pie charts....Cells APIs have exposed the GlobalizationSetting...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class CustomSettings...

    docs.aspose.com/cells/cpp/using-globalizationse...
  10. 使用C++剪切并粘贴范围|Documentation

    学习如何使用Aspose.Cells for C++在工作表内剪切和粘贴单元格。...Cells允许你通过使用 InsertCutCells 方法和 Cells 集合中的 InsertCutCells...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/cut-and-paste-cells/