Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 21,331 for

worksheet

(0.13 sec)
  1. 使用 C++ 将图片作为纹理铺设到形状内部|Documentation

    学习如何使用Aspose.Cells for C++将图片平铺为形状内的纹理。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Access first shape inside the worksheet Shape sh = ws . GetShapes...

    docs.aspose.com/cells/zh/cpp/tile-picture-as-a-...
  2. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more by using Aspose.Cells for Python via .NET API.... To export the active worksheet to Markdown, pass SaveFormat...additional settings for exporting worksheet to Markdown. The following...

    docs.aspose.com/cells/python-net/convert-workbo...
  3. 在Jython中复制和移动工作表|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....Copy Worksheets within a Workbook self . copy_worksheet () #...# Move Worksheets within Workbook self . move_worksheet () def...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  4. Hello World|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 new workbook, a default worksheet, \ # "Sheet1", is by default... \ # Accessing the first worksheet in the book ("Sheet1"). $sheet...

    docs.aspose.com/cells/java/hello-world/
  5. 在 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....FilePath + "Copy Shapes between Worksheets.xlsx" ; //Open the template...the Chart from the "Chart" worksheet. Aspose . Cells . Charts ...

    docs.aspose.com/cells/zh/net/copy-shapes-betwee...
  6. How to Add Comments in Excel using Python

    This short tutorial describes how to add comments in Excel using Python. It contains complete details for environment configuration and a runnable code to add note in Excel using Python....particular cell in the target worksheet. Steps to Add Comments in...Get access to the target worksheet in the loaded workbook Get...

    kb.aspose.com/cells/python/how-to-add-comments-...
  7. Setting Page Options|Documentation

    This article provides sample code to set page options of Excel Worksheets programmatically using C# API and .NET Library. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/net/setting-page-options/
  8. 如何用C++创建组合图表|Documentation

    了解如何使用Aspose.Cells for C++创建组合图表。我们的全面指南将演示如何将不同类型的图表组合成一个组合图表,以实现更有效的数据展示。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...(VHLC) chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/create-combo-chart/
  9. How to Convert Excel to DataTable in C#

    In this brief tutorial you will learn how to convert Excel to datatable in C#. This conversion can be exercised in .NET environment for Windows, Linux and macOS....the contents of the filled worksheet to datatable For verification...the reference to its first worksheet. For better understanding...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  10. Setting Shared Formula|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....want to add a function in worksheet which will do some calculations...via .NET Suppose you have a worksheet filled with data in the format...

    docs.aspose.com/cells/python-net/setting-shared...