Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 82,045 for

workbook

(0.04 sec)
  1. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns by the Aspose.Cells for Node.js via C++ API....js via C++ provides a class Workbook , which represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/nodejs-cpp/inserting-and-...
  2. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for Node.js via C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/nodejs-cpp/disable-text-w...
  3. Aspose.Cells 8.3.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.... Java Workbook book = new Workbook ( "sample.xlsx"...后保存了工作簿文件。 Java Workbook book = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  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. 使用Node.js通过C++加密和解密Excel文件|Documentation

    如何使用Node.js通过C++加密和解密Excel文件。锁定和解锁Excel文件。...Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypt-and...
  6. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。...); // Create a new workbook Workbook workbook ; // Save in Excel2003...XlsSaveOptions saveOptions ; workbook . Save ( outputPath , saveOptions...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  7. How to Set Print Area with Node.js via C++|Docu...

    This article shows you code explaining how to set print area using Aspose.Cells library for Node.js via C++....the workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-pri...
  8. 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/
  9. 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...
  10. Convert-JSON-to-Excel|Documentation

    Learn how to convert json to excel file with Aspose.Cells for Python via Java....file to Excel Workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to Workbook. The following code example...

    docs.aspose.com/cells/python-java/convert-json-...