Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 101,347 for

workbook

(0.11 sec)
  1. Aspose.Cells 8.8.0中的公共API更改|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....( byteArray ); Workbook workbook = new Workbook ( stream , loadOptions...loadOptions ); Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. 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...
  3. Track Document Conversion Progress with JavaScr...

    Learn how to track document conversion progress in Excel files using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , PdfSaveOptions , SaveFormat...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/track-docu...
  4. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for Node.js via C++....Cells provides a Workbook class that represents an Excel...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...
  5. Read and Write External Connection of XLS and X...

    Learn how to read and modify external database connections in XLS/XLSB files using Aspose.Cells for C++....; // Load source workbook Workbook workbook ( inputFilePath );...ExternalConnectionCo connections = workbook . GetDataConnections (); DBConnection...

    docs.aspose.com/cells/cpp/read-and-write-extern...
  6. 在xlsx4j中查找单元格中的值|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 ( "workbook...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/find-value-in-cel...
  7. How to Set Print Titles with C++|Documentation

    This article shows you code explaining how to set print titles using Aspose.Cells library with C++....Startup (); // Load the workbook Workbook workbook ( u "input.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/how-to-set-print-titles/
  8. Working with Worksheets in xlsx4j|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....following topics: Convert Workbook to HTML in xlsx4j Detect Merged...Display and Hide Scrollbars of a Workbook in xlsx4j Display and Hide...

    docs.aspose.com/cells/java/working-with-workshe...
  9. 通过 C++ 在 Node.js 中释放工作簿的非托管资源|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 释放 Workbook 对象的非托管资源。...Cells 提供 Workbook.dispose() 方法以释放 Workbook 对象的非托管资源。Dispose...使用的托管对象方面非常高效,但无法回收非托管对象。 Workbook 对象现在实现了 System.IDisposable...

    docs.aspose.com/cells/zh/nodejs-cpp/release-unm...
  10. Aspose.Cells 8.6.0中的公共API更改|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的实例。WorkbookMetadata类轻量级,并且提供非常容易使用、高效的机制来...。 以下是简单的使用场景。 Java //Open Workbook metadata while specifying...

    docs.aspose.com/cells/zh/java/public-api-change...