Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 102,516 for

workbook

(0.06 sec)
  1. Managing Page Breaks in 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 workbook = self . Workbook ( self ...."Book1.xls" ) worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/managing-page-breaks...
  2. 使用 C++ 通过 JavaScript 保护和解除保护工作表|Documentation

    使用 C++ 通过 Aspose.Cells for JavaScript 保护和解除保护Excel文件的工作表。..."text/javascript" > const { Workbook , SaveFormat , ProtectionType...new file (workbook) const workbook = new Workbook (); // Gets...

    docs.aspose.com/cells/zh/javascript-cpp/protect...
  3. Headings and Body Theme Font|Documentation

    Aspose.Cells is a JavaScript‑via‑C++ library for working with spreadsheet files. It supports setting heading and body theme fonts in Excel documents, enabling users to customize the appearance and style of the document. This article introduces how to use the Aspose.Cells library to work with heading and body theme fonts in Excel documents...."text/javascript" > const { Workbook , SaveFormat , FontSchemeType...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/headings-a...
  4. 用特定系统文化信息加载工作簿via JavaScript和C++|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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...defaultHtmlContent ); } // Instantiate Workbook from the HTML bytes (Aspose...

    docs.aspose.com/cells/zh/javascript-cpp/load-th...
  5. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel Workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....in conjunction with Excel workbooks, where Excel serves as an...for reading data from Excel workbooks. This feature opens up powerful...

    docs.aspose.com/slides/net/excel-integration/
  6. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel Workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....in conjunction with Excel workbooks, where Excel serves as an...for reading data from Excel workbooks. This feature opens up powerful...

    docs.aspose.com/slides/androidjava/excel-integr...
  7. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel Workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....in conjunction with Excel workbooks, where Excel serves as an...for reading data from Excel workbooks. This feature opens up powerful...

    docs.aspose.com/slides/cpp/excel-integration/
  8. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature in VBA code using Aspose.Cells with C++....VBA code is valid using the Workbook.VbaProject.IsValidSigned property...its VBA code and save the workbook and then recheck, we find...

    docs.aspose.com/cells/cpp/check-if-digital-sign...
  9. Copy Shapes between Worksheets with C++|Documen...

    Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet pictureSheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-shapes-between-w...
  10. Copying Rows and Columns 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 RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/copying-rows-and-col...