Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 21,326 for

worksheet

(0.06 sec)
  1. 在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....模块的 copy_worksheet 方法。下面是代码示例。 Ruby 代码 def copy_worksheet ( workbook...workbook ) # Create a Worksheets object with reference to the sheets...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  2. 将图表转换为图像|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...
  3. 在工作表单元格中显示字符串|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 mySheet = myWorkbook . ActiveSheet...fileName ); Worksheet mySheet = myWorkbook . Worksheets [ myWorkbook...

    docs.aspose.com/cells/zh/net/display-string-in-...
  4. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...Get the first worksheet in the book const worksheet = workbook ...0 ); // Set the tab color worksheet . setTabColor ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  5. Get Connection points from shape|Documentation

    This article shows how to Get Connection points from shape through the Aspose.Cells for Python via .NET API....Front or Back inside the Worksheet Finding Absolute Position...Position of Shape inside the Worksheet...

    docs.aspose.com/cells/python-net/get-connection...
  6. Save Specified Worksheets to PDF|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....Save Specified Worksheets to PDF Contents [ Hide ] By default...Aspose.Cells save all visible worksheets in a workbook to pdf file...

    docs.aspose.com/cells/net/save-specified-worksh...
  7. Font Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells for Python via .NET library to set cell font settings....Workbook class contains a worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/cells-font-set...
  8. Converting to MHTML Files 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....to MHTML Files To convert Worksheet to MHTML file using Aspose...Java in Ruby, simply invoke worksheet_to_mhtml() method of Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  9. Cut and Paste 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....cells within a worksheet. Copying and Moving Worksheets Count the...the number of cells in the Worksheet...

    docs.aspose.com/cells/python-java/cut-and-paste...
  10. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...