Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 24,848 for

worksheet

(0.05 sec)
  1. 用 C++ 将页面设置从源工作表复制到目标工作表|Documentation

    本文说明如何使用 C++ API 或示例代码,将页面设置从源工作表复制到目标工作表。... Add ( u "TestSheet2" ); Worksheet TestSheet1 = wb . GetWorksheets... Get ( u "TestSheet1" ); Worksheet TestSheet2 = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/copy-page-setup-se...
  2. Public API Changes in Aspose.Cells 8.1.1|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....Cells API exports the worksheet contents with better presentation...Layout Added Support for Worksheet Scenarios A scenario is a...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. Converting Chart to Image in Ruby|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.... new # Get the first worksheet. sheet = workbook . getWorksheets...get ( 0 ) # Set the name of worksheet sheet . setName ( "Data" )...

    docs.aspose.com/cells/java/converting-chart-to-...
  4. Specify Maximum Rows of Shared Formula with C++...

    Learn how to specify the maximum rows of shared formula in Excel files using Aspose.Cells for C++....5 ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/specify-maximum-rows-...
  5. Create TextBox in which each line is having dif...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with Golang via C++....text in a textbox inside the Worksheet with Golang via C++...

    docs.aspose.com/cells/go-cpp/create-textbox-in-...
  6. Export Document Structure While Converting to P...

    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....such as cell, row, table, worksheet, image, shape, header/footer...

    docs.aspose.com/cells/java/export-document-stru...
  7. Setting Pivot Table Option - For Empty Cells Sh...

    Learn how to set the "For empty cells show" option in pivot tables using Aspose.Cells with C++....inputFilePath ); // Get the first worksheet WorksheetCollection sheets...= wb . GetWorksheets (); Worksheet sheet = sheets . Get ( 0 );...

    docs.aspose.com/cells/cpp/setting-pivot-table-o...
  8. Convert JSON to CSV with JavaScript via C++|Doc...

    Learn how to convert JSON data to CSV using Aspose.Cells for JavaScript via C++....from first worksheet const cells = workbook . worksheets . get (...// Import JSON data into worksheet cells starting at A1 (0,0)...

    docs.aspose.com/cells/javascript-cpp/convert-js...
  9. Set text of chart legend entry fill to none usi...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the text of a chart legend entry fill to none. This guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/set-text-o...
  10. Using GlobalizationSettings Class for Custom Su...

    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....Pie chart while rendering worksheet or chart. Introduction to...adding the Subtotals to the worksheet. The GlobalizationSetting...

    docs.aspose.com/cells/java/using-globalizations...