Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 30,305 for

worksheet

(0.1 sec)
  1. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files....represents a PivotTable on a worksheet. PivotTableCollection represents...the PivotTable objects on a worksheet. Creating a Simple Pivot Table...

    docs.aspose.com/cells/nodejs-cpp/create-pivot-t...
  2. 查找查询表和列表对象,它们与外部数据连接相关,使用Node.js与C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找查询表和列表对象,它们与外部数据连接相关。...externalConnection ) { // Iterate all the worksheets for ( let j = 0 ; j < workbook...getCount (); j ++ ) { const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/find-query-...
  3. 按行和列格式化,使用Node.js via C++|Documentation

    Aspose.Cells for Node.js via C++支持更改行高或列宽,还可以对行或列应用格式。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,代表工作表中的所有单元格。...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/adjusting-r...
  4. Page Setup - Fit to Page Setting|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....To fit the contents of the worksheet to a specific number of pages...methods are also used to scale worksheets. Java // Instantiating a...

    docs.aspose.com/cells/java/page-setup-fit-to-pa...
  5. 添加带有单元格文本的条件图标集,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在单元格文本旁添加条件图标。通过图标增强数据的含义。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...// Get the first worksheet (default worksheet) in the workbook...

    docs.aspose.com/cells/zh/javascript-cpp/add-con...
  6. Combine Multiple Workbooks into a Single Workbo...

    Combine multiple workbooks into a single workbook by using Java code and Aspose.Cells for Java API.... The first worksheet of the charts workbook - stacked...Second worksheet of charts workbook - line First worksheet of the...

    docs.aspose.com/cells/java/combine-multiple-wor...
  7. Insert Ranges with JavaScript via C++|Documenta...

    Learn how to insert ranges in Excel and shift other data using Aspose.Cells for JavaScript via C++....Get all the worksheets in the book. const worksheets = newWorkbook...newWorkbook . worksheets ; // Get the first worksheet in the worksheets...

    docs.aspose.com/cells/javascript-cpp/insert-ran...
  8. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Treemap chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/creating-treemap-chart/
  9. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel Worksheets programmatically using the C# API or .NET Library....into any selected cell of a worksheet. When the page break is added... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/net/managing-page-breaks/
  10. 在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....first worksheet in the Excel file Worksheet worksheet = workbook...specified formula Cells cells = worksheet . getCells (); //Instantiate...

    docs.aspose.com/cells/zh/java/find-value-in-cel...