Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 28,076 for

worksheet

(0.36 sec)
  1. 用 Node.js via C++ 设置图表数据标签的形状类型|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 设置图表中数据标签的形状类型。此指南将介绍不同的形状类型以及如何选择合适的形状以增强展示效果和实用性。...); // Access first worksheet const worksheet = workbook . getWorksheets...first chart const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-sha...
  2. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy a sparkline in Excel by specifying a data range and location of a sparkline group using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...sparkline group const group = worksheet . getSparklineGroups (). get...

    docs.aspose.com/cells/nodejs-cpp/copy-sparkline...
  3. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for C++. Our guide will explain the different types of data values and show you how to access and work with them in your charts....first chart inside the first worksheet. It then calls the Chart::Calculate()...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/find-type-of-x-and-y-...
  4. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for Node.js via C++....Workbook (); // Access first worksheet. const ws = wb . getWorksheets...Add a textbox inside the worksheet. const idx = ws . getTextBoxes...

    docs.aspose.com/cells/nodejs-cpp/specify-the-fa...
  5. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。...xlsx" ); // Access first worksheet. Worksheet ws = workbook . GetWorksheets...render object and render worksheet to image. SheetRender sr (...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  6. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++....(); // Access first worksheet const worksheet = workbook . getWorksheets...some text const textbox = worksheet . getShapes (). addTextBox...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...
  7. 使用 C++ 将工作表渲染到图形上下文|Documentation

    学习如何使用 Aspose.Cells for C++ 将工作表渲染到图形上下文。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...:: Png ); SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/zh/cpp/render-worksheet-t...
  8. 使用C++将Excel导出到带有网格线的HTML|Documentation

    学习如何使用编号Aspose.Cells for C++导出带网格线的Excel文件到HTML。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Fill worksheet with some integer values for...

    docs.aspose.com/cells/zh/cpp/export-excel-to-ht...
  9. 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的实例以删除与指定工作表关联的所有VBA模块。 以下是简单的使用场景。...specific Worksheet modules . Remove ( workbook . Worksheets [ 0 ]);...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. How and Where to Use Enumerators with JavaScrip...

    Learn how to use Enumerators through the Aspose.Cells for JavaScript via C++ API....first worksheet const worksheet = workbook . worksheets . get...cells in the worksheet const cellsEnumerator = worksheet . cells ...

    docs.aspose.com/cells/javascript-cpp/how-and-wh...