Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 21,283 for

worksheet

(0.08 sec)
  1. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...xlsx" ); Worksheet sheet = book . GetWorksheets...outputPath ); } std :: cout << "Worksheet converted to images by page...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  2. PowerPoint Charts|Aspose.Slides for PHP Documen...

    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....Formatting Chart Workbook Chart Worksheet Formulas Animated Charts Export...

    docs.aspose.com/slides/php-java/powerpoint-charts/
  3. Using GlobalizationSettings Class for Custom Su...

    Learn how to customize subtotal labels and other labels of pie charts using GlobalizationSettings class in Aspose.Cells for Node.js via C++....Pie chart while rendering worksheet or chart. Introduction to...adding the Subtotals to the worksheet. const AsposeCells = require...

    docs.aspose.com/cells/nodejs-cpp/using-globaliz...
  4. Aspose.Cells 8.3.2中的公共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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...//Access the chart Chart chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Aspose.Cells 8.7.0中的公共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....inFilePath ); //Access the desired Worksheet via its index or name var...var sheet = book . Worksheets [ 0 ]; //Access Protection module...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for .NET API....to auto filter or validate worksheet data.Aspose.Cells fully supports...pertaining to data entered on a worksheet. For example, use validation...

    docs.aspose.com/cells/net/data-validation/
  7. Border Settings|Documentation

    How to use the Aspose.Cells for Python via .NET library in Python to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/cells-border-s...
  8. Change Text Direction of the Comment with C++|D...

    Learn how to change the text direction of comments in Excel using Aspose.Cells for C++....wb ; // Get the first worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/change-text-direction...
  9. Determine if Shape is Smart Art Shape with C++|...

    Learn how to determine if a shape is a Smart Art Shape using Aspose.Cells for C++....inputFilePath ); // Access first worksheet WorksheetCollection sheets...= wb . GetWorksheets (); Worksheet ws = sheets . Get ( 0 ); //...

    docs.aspose.com/cells/cpp/determine-if-shape-is...
  10. Automatically refresh OLE object via Microsoft ...

    Learn how to refresh OLE objects automatically in Microsoft Excel using Aspose.Cells with C++....xlsx" ); // Access first worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/automatically-refresh...