Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 47,197 for

workbook

(0.05 sec)
  1. Zoom Factor in 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.... cells import Workbook from com . aspose . cells...WorkingWithWorksheet / ZoomFactor / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/zoom-factor-in-jython/
  2. Hide Unhide Worksheet in 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.... cells import Workbook class HideUnhideWorksheet...HideUnhideWorksheet / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/hide-unhide-workshee...
  3. Inserting and Deleting Rows and Columns in Pyth...

    Use Python Excel API to create Excel spreadsheets in Python. Insert or delete rows from XLSX or XLS in your Python applications without MS Office....the steps: Load XLS or XLSX workbook Access the worksheet Insert...the row Save as XLS or XLSX workbook Python Code def insert_row...

    docs.aspose.com/cells/java/inserting-and-deleti...
  4. Calculate Sub Totals using Aspose.Cells|Documen...

    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....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1.xls"...first worksheet Cells cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/calculate-sub-totals...
  5. 创建新工作簿|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....创建新工作簿 Workbook类可用于简单使用 C# Workbook workbook = new Workbook ();...(); // Creating a Workbook object workbook . Save ( "test.xlsx"...

    docs.aspose.com/cells/zh/net/create-new-workbook/
  6. 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 using Node.js via C++....conversion means to load a workbook in one file format and save...into another. Convert Excel Workbook to PDF PDF files are widely...

    docs.aspose.com/cells/nodejs-cpp/convert-workbo...
  7. Public API Changes in Aspose.Cells 8.9.2|Docume...

    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....//Initialize Workbook instance Workbook book = new Workbook (); //Access...//Initialize Workbook instance Workbook book = new Workbook (); //Access...

    docs.aspose.com/cells/java/public-api-changes-i...
  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....missing ); //Access the Active workbook from Vsto sheet Microsoft...Office . Interop . Excel . Workbook workbook = sheet . Application...

    docs.aspose.com/cells/zh/net/create-a-pie-chart/
  9. 限制和 API 差异|Documentation

    Aspose.Cells for Python via Java 限制和API差异...throws Exception { Workbook workbook = new Workbook ( FileFormatType...FileFormatType . XLSX ); workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/zh/python-java/limitation...
  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...