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

workbook

(0.12 sec)
  1. 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...
  2. 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/
  3. 在 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...
  4. Display or Hide Gridlines in Aspose.Cells|Docum...

    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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/display-or-hide-gridl...
  5. 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...
  6. 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...
  7. 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/
  8. 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...
  9. Setting Page Options in Php|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 = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $sheet_index...

    docs.aspose.com/cells/java/setting-page-options...
  10. 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...