Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 161,004 for

workbook

(0.09 sec)
  1. Add Comment In Worksheet|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 sheetIndex = workbook . Worksheets...

    docs.aspose.com/cells/net/add-comment-in-worksh...
  2. ColumnCollection class | Aspose.Cells for Pytho...

    ColumnCollection class ColumnCollection class Collection of the Column objects that represent the individual column(s......BackgroundType , StyleFlag , Workbook from aspose.pydrawing import...Instantiating a Workbook object workbook = Workbook () # Obtaining...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Cells.Item | Aspose.Cells for .NET API Reference

    Cells property. Gets Cell item within the worksheet... Examples [C#] Workbook excel = new Workbook (); Cells cells...Basic] Dim excel as Workbook = New Workbook () Dim cells As Cells...

    reference.aspose.com/cells/net/aspose.cells/cel...
  4. Convert-Excel-to-JSON|Documentation

    Learn how to convert excel file to json with Aspose.Cells for Java APIs....Cells supports converting a Workbook to Json(JavaScript Object...file. How to Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/java/convert-excel-to-json/
  5. 在 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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/create-a-pie-chart...
  6. WorkbookDesigner constructor | Aspose.Cells for...

    WorkbookDesigner constructor init Initializes a new instance of the WorkbookDesigner class. def __init__ ( self ): ........self , workbook ): ... Parameter Type Description workbook Workbook...Workbook The template workbook file. See Also module aspose.cells...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Workbook.ImportXml | Aspose.Cells for .NET API ...

    Workbook method. Imports/Updates an XML data file into the Workbook...Workbook.ImportXml Contents [ Hide ] ImportXml(string, string...an XML data file into the workbook. public void ImportXml ( string...

    reference.aspose.com/cells/net/aspose.cells/wor...
  8. Class Top10 | Aspose.Cells for .NET API Reference

    Aspose.Cells.Top10 class. Describe the Top10 conditional formatting rule. This conditional formatting rule highlights cells whose values fall in the top N or bottom N bracket as specified...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; //Adds an empty...

    reference.aspose.com/cells/net/aspose.cells/top10/
  9. Workbook.UnprotectSharedWorkbook | Aspose.Cells...

    Workbook method. Unprotects a shared Workbook...Workbook.UnprotectSharedWorkb Workbook.UnprotectSharedWorkb method...method Unprotects a shared workbook. public void UnprotectSharedWorkb...

    reference.aspose.com/cells/net/aspose.cells/wor...
  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...."List All Worksheets in a Workbook.xls" ; //Open the excel file...Excel . Workbook ThisWorkbook = excelApp . Workbooks . Open (...

    docs.aspose.com/cells/zh/net/find-specific-word...