Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 30,157 for

worksheet

(0.2 sec)
  1. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells with C++....collection from the first worksheet ShapeCollection shapes = workbook...(); // Add a TextBox to the worksheet Shape shape = shapes . AddTextBox...

    docs.aspose.com/cells/cpp/applying-text-alignme...
  2. 将VBA宏UserForm DesignerStorage从模板复制到目标工作簿(C++)|D...

    学习如何用Aspose.Cells for C++将VBA宏UserForm DesignerStorage从模板复制到目标工作簿。... GetCount (); ++ i ) { Worksheet ws = templateSheets . Get...() == SheetType :: Worksheet ) { Worksheet s = targetSheets ....

    docs.aspose.com/cells/zh/cpp/copy-vba-macro-use...
  3. 通过 JavaScript 及 C++ 指定数据范围和切片组位置复制 Sparklines|D...

    学习如何通过 Aspose.Cells for JavaScript 和 C++ 指定数据范围和切片组位置复制 Excel 中的 Sparklines。...first worksheet const worksheet = workbook . worksheets . get...sparkline group const group = worksheet . sparklineGroups . get (...

    docs.aspose.com/cells/zh/javascript-cpp/copy-sp...
  4. 在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....通过调用PivotTables集合的add方法(封装在Worksheet对象中)向工作表添加数据透视表。 通过传递其索引从P...reference of the newly added worksheet Worksheet sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/create-pivot-tabl...
  5. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for Node.js via C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. This 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....)); // Access first worksheet const worksheet = workbook . getWorksheets...calculate it const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/find-if-data-p...
  6. Convert CSV to JSON with JavaScript via C++|Doc...

    Convert CSV file to JSON using the easy-to-use Aspose.Cells for JavaScript via C++ API....loadOptions ); const worksheet = workbook . worksheets . get ( 0 ); const...const lastCell = worksheet . cells . lastCell ; const jsonSaveOptions...

    docs.aspose.com/cells/javascript-cpp/convert-cs...
  7. Public API Changes in Aspose.Cells 8.0.0|Docume...

    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....write a large dataset to a worksheet in optimized mode. Java //Instantiate...corresponding row and cell in a Worksheet. The same instance was returned...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. How to Format Number as Currency with C++|Docum...

    This article will introduce how to format number to currency using Aspose.Cells for C++ API....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...currency format Cell a1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/format-number-to-curr...
  9. 通过 C++ 使用 Node.js 格式化范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化 Excel 中的一组单元格。...filePath ); // Get the first worksheet const ws = workbook . getWorksheets...); // Access the worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-form...
  10. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in C#. This step-by-step guide shows why Aspose.Slides for .NET is a faster, more powerful alternative to Microsoft.Office.Interop....it with data from an Excel worksheet, adjust formatting and layout...data. Access the chart data worksheet using the Excel workbook instance...

    docs.aspose.com/slides/net/create-a-chart-in-a-...