Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 161,892 for

workbook

(0.38 sec)
  1. ExternalLink | Aspose.Cells for .NET API 参考

    表示工作簿中的外部链接...//打开带有外部链接的文件 Workbook workbook = new Workbook ( "book1.xls"...ExternalLink externalLink = workbook . Worksheets . ExternalLinks...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  2. to_ole_color method | Aspose.Cells for Python v...

    to_ole_color method to_ole_color Convert color to OLE_COLOR Returns The value of OLE_COLOR def to_ole_color ( self , ......to_ole_color ( self , color , workbook ): ... Parameter Type Description...Color The Color object. workbook Workbook See Also module aspose...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Class DigitalSignatureCollection | Aspose.Cells...

    Aspose.Cells.DigitalSignatures.DigitalSignatureCollection class. Provides a collection of digital signatures attached to a document... [C#] //workbook from a signed source file Workbook signedWorkbook...signedWorkbook = new Workbook ( @"signedFile.xlsx" ); //wb.IsDigitallySigned...

    reference.aspose.com/cells/net/aspose.cells.dig...
  4. 在Python中复制行和列|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....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + ' Book1 . xls ' ) \# Accessing the...

    docs.aspose.com/cells/zh/java/copying-rows-and-...
  5. Create XLT using Python | products.aspose.com

    Generate Microsoft Excel XLT documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLT...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xlt/
  6. 在Aspose.Cells中将工作簿保存为文本或CSV格式|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....your source workbook Workbook workbook = new Workbook ( filePath...inside workbook data array for ( int idx = 0 ; idx < workbook . Worksheets...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  7. Create PDF Files via Python | products.aspose.com

    Python Sample code for generating PDF documents. Use this code for creating PDF files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-java/create-pdf/
  8. 文本换行|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text/
  9. Create a Pie Chart|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....pie chart are: Creating a workbook and worksheet. Adding sample...missing ); //Access the Active workbook from Vsto sheet Microsoft...

    docs.aspose.com/cells/net/create-a-pie-chart/
  10. 从数组导入|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/zh/net/importing-from-array/