Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 21,318 for

worksheet

(0.07 sec)
  1. Getting Headers or Footers with Node.js via C++...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Node.js via C++ API....footers for more than one worksheet at a time. For other sheet...Footers in MS Excel Click the worksheet where you want to view or...

    docs.aspose.com/cells/nodejs-cpp/get-headers-or...
  2. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a picture as a texture inside a shape using Aspose.Cells for C++....xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Access first shape inside the worksheet Shape sh = ws . GetShapes...

    docs.aspose.com/cells/cpp/tile-picture-as-a-tex...
  3. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for Node.js via C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends.... ()); // Get the worksheet const worksheet = workbook . getWorksheets...); const chartCollection = worksheet . getCharts (); // Load the...

    docs.aspose.com/cells/nodejs-cpp/using-chartglo...
  4. 使用Node.js通过C++移除数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++移除数据透视连接。...); // Access first worksheet. const worksheet = workbook . getWorksheets...collection. const pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/remove-pivo...
  5. Aspose.Cells 8.6.1中的公共API更改|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....remove方法的另一个重载,现在可以接受Worksheet的实例,以删除与指定Worksheet相关联的所有VBA模块。 以下是简单的使用场景。...VBA modules from specific Worksheet modules . remove ( workbook...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. 用C++创建Sunburst图表的方法|Documentation

    学习如何用Aspose.Cells for C++创建环状图,这是以圆圈形式呈现数据的图表。我们的指南将帮助您设置图表的各种属性和格式,包括数据标签、图例、颜色等。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Treemap chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/creating-sunburst-...
  7. 用C++在Excel文件中指定存储的有效数字|Documentation

    学习如何使用Aspose.Cells与C++在Excel文件中指定存储的有效数字。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...// Access cell A1 Cell c = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/specifying-signifi...
  8. Threaded Comments with Node.js via C++|Document...

    Manage threaded comments in Excel documents using Aspose.Cells for Node.js via C++. Learn to add, read, edit, and remove threaded comments....); // Access first worksheet const worksheet = workbook . getWorksheets...const threadedComments = worksheet . getComments (). getThreadedComments...

    docs.aspose.com/cells/nodejs-cpp/threaded-comme...
  9. Create Volume-High-Low-Close(VHLC) Stock Chart ...

    Learn how to create a volume-high-low-close stock chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to plot stock market data, including volume, high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-volume-...
  10. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for Python via .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/python-net/cells-formatting/