Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 30,454 for

worksheet

(0.24 sec)
  1. Extend and Contribute to CRM Update Import Tool...

    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.... Worksheets . Add ( "Aspose Export" ); Worksheet MyWorksheet...MyWorksheet = workbook . Worksheets [ "Aspose Export" ]; int i = 0...

    docs.aspose.com/cells/net/extend-and-contribute...
  2. 用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...
  3. How to compare two excel sheets content using A...

    how to compare two excel sheets content having same columns.......while comparing two excel sheet data i want the data which doesnt match......using Aspose.cells...Well, you may compare both worksheets data cell by cell manually...5:05am 6 Hi, Please try using Worksheet.PageSetup.PrintGridlines attribute...

    forum.aspose.com/t/how-to-compare-two-excel-she...
  4. Add WordArt Watermark to Chart in Aspose.Cells|...

    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....Get the chart in the first worksheet. Aspose . Cells . Charts ...Chart chart = workbook . Worksheets [ 0 ]. Charts [ 0 ]; // Add...

    docs.aspose.com/cells/net/add-wordart-watermark...
  5. Setting Page Options 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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () sheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/java/setting-page-options...
  6. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in C#. This step-by-step guide shows why Aspose.Slides for .NET is a faster, more powerful alternative to Microsoft.Office.Interop....it with data from an Excel worksheet, adjust formatting and layout...data. Access the chart data worksheet using the Excel workbook instance...

    docs.aspose.com/slides/net/create-a-chart-in-a-...
  7. Use Undo and Redo Feature|Documentation

    This article introduces the undo and redo features in GridDesktop....undo/redo recent actions in a worksheet. For example, if a formula...Ranges Add Protection in Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  8. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....settings for exporting the worksheet to JSON. The following code...demonstrates exporting the active worksheet to JSON by using the SaveFormat::Json...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  9. Set Text of Chart Legend Entry Fill to None wit...

    Learn how to use Aspose.Cells for C++ to set the text of a chart legend entry fill to none. Our guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....// Access the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/set-text-of-chart-leg...
  10. Specify the Far East and Latin Name of the Font...

    Learn how to specify the Far East and Latin font names in text options of a shape using Aspose.Cells for C++....Startup (); Workbook wb ; Worksheet ws = wb . GetWorksheets ()...Comment or Shape inside the Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/specify-the-far-east-...