Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 30,425 for

worksheet

(0.08 sec)
  1. Shapes|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....expressions Add Icons to Worksheet Lock or unlock shapes Change...to the front or back in a worksheet Formulas Slicers Analyzing...

    docs.aspose.com/cells/python-java/shapes/
  2. Convert Excel to Image in Python | XLS to PNG, ...

    Use Python Excel API to convert Excel XLS to image formats in Python. Convert XLSX or XLS to PNG, SVG, JPEG, BMP formats.... Access the worksheet you want to convert using...object and initialize it with Worksheet and ImageOrPrintOptions objects...

    blog.aspose.com/cells/convert-excel-to-image-in...
  3. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt Excel files, and protect and unprotect data in Excel files using C# code....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, and renaming worksheets, you can protect...

    docs.aspose.com/cells/net/protect-and-unprotect/
  4. Combine Multiple Workbooks into a Single Workbo...

    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.... The first worksheet of the charts workbook – stacked...stacked Second worksheet of the charts workbook – line First...

    docs.aspose.com/cells/python-net/combine-multip...
  5. 将图表转换为图像|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....the first worksheet WorksheetCollection worksheets = workbook...workbook . Worksheets ; Worksheet sheet = worksheets [ 0 ]; // Adding...

    docs.aspose.com/cells/zh/net/convert-chart-to-i...
  6. Public API Changes in Aspose.Cells 9.0.0|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....the default Worksheet from the Workbook Worksheet sheet = book...xlsx" ); //Load the Worksheet at 0 index Worksheet sheet = book ....

    docs.aspose.com/cells/java/public-api-changes-i...
  7. Printing Workbooks|Documentation

    How to print Worksheets and workbooks using Java. This article provides the Java code to print Worksheets and workbooks using Aspose.Cells for Java API....want to print the entire worksheet area unless you specify your...Sample Code Print Selected Worksheet The following code snippet...

    docs.aspose.com/cells/java/printing-workbooks/
  8. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells with C++.... The first worksheet of the charts workbook – stacked...stacked The second worksheet of the charts workbook – line The...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  9. How to solve the memory leak problem when save ...

    Please see the demo atthachment, i am building a preview online website with Aspose.Cell 24.1.0, sometimes there is a memory leak problem with a small excel file(file also in demo attachment). So could you provide a dem…... Load Specific Worksheets in a Workbook Class Libraries...override void StartSheet(Worksheet sheet) { $"sheet: {sheet.Index}-{sheet...

    forum.aspose.com/t/how-to-solve-the-memory-leak...
  10. 在VSTO和Aspose.Cells中设置工作表的背景图片|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...first worksheet. Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/set-background-pic...