Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 21,314 for

worksheet

(0.05 sec)
  1. 在复制行或区域时将图表数据源更改为目标工作表,使用C++|Documentation

    了解在复制行或范围到Aspose.Cells for C++时,如何将图表的数据源更改为目标工作表。我们的指南将向您展示如何更新图表的数据范围并将其链接到目标工作表,确保复制的行或范围在图表中得到准确反映。...sheet which contains chart Worksheet source = wb . GetWorksheets...another sheet named DestSheet Worksheet destination = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/change-data-source...
  2. Copy VBA Macro UserForm DesignerStorage from Te...

    Learn how to copy VBA Macro UserForm DesignerStorage from a template to a target workbook using Aspose.Cells for C++.... GetCount (); ++ i ) { Worksheet ws = templateSheets . Get...() == SheetType :: Worksheet ) { Worksheet s = targetSheets ....

    docs.aspose.com/cells/cpp/copy-vba-macro-userfo...
  3. 包含强类型数据的列|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...workbook . Worksheets [ 0 ]; //Exporting the contents of 2 rows and...

    docs.aspose.com/cells/zh/net/columns-containing...
  4. Apply Advanced Conditional Formatting with C++|...

    How to use the Aspose.Cells library in C++ to apply advanced conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Get the A1 cell Cell a1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/apply-advanced-condit...
  5. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...JsonObject object as one worksheet when all child nodes are array...object Workbook book ; Worksheet worksheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  6. Create XLT using Python | products.aspose.com

    Generate Microsoft Excel XLT documents using Python applications without using Microsoft Office....Get the access of required Worksheet using getWorksheets().get(index)...in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/create/xlt/
  7. Set Print Titles|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....on all pages of a printed worksheet. To do so, use the PageSetup...reference of the PageSetup of the worksheet PageSetup pageSetup = sheet...

    docs.aspose.com/cells/java/set-print-titles/
  8. Create PdfBookmarkEntry for Chart Sheet with C+...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for C++....inputFilePath ); // Access all four worksheets WorksheetCollection sheets...GetWorksheets (); Worksheet sheet1 = sheets . Get ( 0 ); Worksheet sheet2...

    docs.aspose.com/cells/cpp/create-pdfbookmarkent...
  9. Determine which Axis exists in the Chart with N...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for Node.js via C++. Our guide will help you identify and access the different axes in a chart, including category, value, and secondary axes....Access the first worksheet const worksheet = workbook . getWorksheets...accessing const charts = worksheet . getCharts (); if ( charts...

    docs.aspose.com/cells/nodejs-cpp/determine-whic...
  10. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access the chart Chart chart = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/cpp/determine-which-axis-...