Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 20,468 for

worksheet

(0.31 sec)
  1. 使用C++将打印区域范围导出为HTML|Documentation

    学习如何使用编号Aspose.Cells for C++将打印区域范围导出到HTML。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Set the print area worksheet . GetPageSetup (). SetPrintArea...

    docs.aspose.com/cells/zh/cpp/export-print-area-...
  2. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...search within range cell = worksheet . GetCells (). Find ( u "search"...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  3. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non-primitive shapes using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  4. Font Settings with Node.js via C++|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/nodejs-cpp/cells-font-set...
  5. How to create Sunburst chart with Node.js via C...

    Learn how to create a sunburst chart in Aspose.Cells for Node.js via C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....Access the first worksheet const worksheet = workbook . getWorksheets...Treemap chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/creating-sunbu...
  6. Setting Shared Formula with Node.js via C++|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....want to add a function in a worksheet which will do some calculations...via C++ Suppose you have a worksheet filled with data in the format...

    docs.aspose.com/cells/nodejs-cpp/setting-shared...
  7. 通过C++和Node.js获取或设置嵌入式OLE对象的类标识符|Documentation

    学习如何通过C++在Node.js中使用Aspose.Cells获取或设置嵌入式OLE对象的类标识符。...Access its first worksheet const worksheet = workbook . getWorksheets...inside the worksheet const oleObject = worksheet . getOleObjects...

    docs.aspose.com/cells/zh/nodejs-cpp/get-or-set-...
  8. 使用Node.js通过C++刷新关联形状的数值|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中刷新关联形状的数值。...)); // Access first worksheet const worksheet = workbook . getWorksheets...value of cell B4 const cell = worksheet . getCells (). get ( "B4"...

    docs.aspose.com/cells/zh/nodejs-cpp/refresh-val...
  9. 在Apache POI和Aspose.Cells中使用颜色|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....工作表由Worksheet类表示。Worksheet类提供一个Cells集合,Cells集合中的每个项表示Cell类的对象。...//Accessing cell from the worksheet Cell cell = cells . get (...

    docs.aspose.com/cells/zh/java/working-with-colo...
  10. Excel chart has inconsistencies when printed - ...

    Dear Aspose. As you can see from example. When Worksheet is printed there are inconsistencies in the output: 1 - Pink box is lower and hides the value in orange rectangle 2 - Black text in bracket is lower and mess w…... When Worksheet is printed there are inconsistencies...sample application: When Worksheet is printed there are inconsistencies...

    forum.aspose.com/t/excel-chart-has-inconsistenc...