Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 21,287 for

worksheet

(0.26 sec)
  1. Manage Smart Art with C++|Documentation

    Manage and manipulate Smart Art shapes in Excel files using Aspose.Cells for C++....Add WordArt Watermark to Worksheet with C++ Data in Non-Primitive...

    docs.aspose.com/cells/cpp/managing-smartart/
  2. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++....workbook ; // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...Add a pivot table to the worksheet int index = pivotTables ....

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...
  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....(default) Worksheet from the collection Worksheet dataSheet =...get ( 0 ); //Name the first Worksheet for referencing dataSheet...

    docs.aspose.com/cells/zh/java/generate-chart-by...
  4. Saving Excel files to CSV, PDF and other format...

    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....a workbook with multiple worksheets into text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/java/saving-excel-files-t...
  5. Create Pivot Table|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....a pivot table inside the worksheet. Once, the pivot table is...

    docs.aspose.com/cells/cpp/create-pivot-table/
  6. AutoFill range of Excel file|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....Close Create Workbook and Worksheet Scoped Named Ranges Cut and...

    docs.aspose.com/cells/net/autofill-ranges/
  7. 用C++判断Shape是否为Smart Art Shape|Documentation

    了解如何使用Aspose.Cells for C++判断一个形状是否为Smart Art Shape。...inputFilePath ); // Access first worksheet WorksheetCollection sheets...= wb . GetWorksheets (); Worksheet ws = sheets . Get ( 0 ); //...

    docs.aspose.com/cells/zh/cpp/determine-if-shape...
  8. Dynamically Generate Formatted Excel Reports wi...

    This article introduces how to generate report in GridWeb....sophisticated chart based on the Worksheet source data using Aspose.Cells...report to input data into a worksheet of the grid and apply some...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  9. Check Custom Number Format when Setting Style.C...

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.Cells library to check custom number formats to ensure that the styling is correct....true ); // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/cpp/check-custom-number-f...
  10. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...// Access the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...